@charset "UTF-8";
/* CSS Document */

#gallery {
	float: left;
	height: 110px;
	width: 900px;
	background-image: url(Images/catalogue/catalogue-hd.jpg);
	background-repeat: no-repeat;
}
#bar1 {
	width: 769px;
	float: right;
	margin-top: 20px;
	background-color: #E0E0D6;
	height: 15px;
	text-align: center;
	font-size: 12px;
	color: #333;
}
#div1 {
	float: left;
	width: 745px;
	padding-left: 20px;
	text-align: center;
}
#loginbox1 {
	width: 745px;
	text-align: center;
	clear: none;
	padding: 0px;
	background-image: url(Images/loginbx1.png);
	background-repeat: no-repeat;
	height: 200px;
	background-position: center;
	margin: 0px;
}
#loginbox1 div {
	color: #333;
	background-repeat: repeat;
}
#nav {
	height: 230px;
}
#div2 {
	width: 225px;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E8E8E8;
	border-left-color: #E8E8E8;
	padding-top: 20px;
	height: 200px;
	margin-top: 30px;
}
#div3 {
	width: 225px;
	float: right;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 20px;
	height: 200px;
	margin-top: 30px;
}
#launch {
	color: #849E44;
	padding-top: 10px;
	font-size: 14px;
}
