@charset "utf-8";

#header {
	background-image: url(../showroom/img/showroom.jpg);
	background-repeat: no-repeat;
	height: 127px;
	width: 800px;
}
#main {
	width: 622px;
	float: left;
	background-image: url(../img/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 96px;
}
#main_head_bg {
	background-image: url(../img/main_head_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 40px 0px 0px;
	height: 96px;
	width: 622px;
	background-position: left top;
}

.link {
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 575px;
	margin-left: 25px;
	margin-bottom: 20px;
}

h1 {
	padding: 10px;
	margin-left: 20px;
	width: 550px;
	background-color: #000000;
	color: #FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #003466;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CC3300;
}

#showroom {
	margin-left: 20px;
	width: 580px;
	line-height: 1.5;
}

#showroom img {
	margin-bottom: 20px;
}

#showroom #left {
	margin-right: 20px;
	padding-top: 80px;
	width: 280px;
	float: left;
	text-align: center;
}

#showroom #left img{
	margin-bottom: 40px;
}

#showroom #right {
	margin-top: 30px;
	width: 280px;
	float: right;
}

#showroom #bottom {
	clear: both;
	text-align: center;
}