@charset "UTF-8";
/* CSS Document */

body {
	background: #771a1b url(../images/background.jpg) top center repeat-x;	
}
#website {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;	
}
#home_menu {
	width: 900px;
	height: 38px;
	background: #FFF;
	margin-bottom: 7px;
}
#home_body {
	width: 900px;
	background: #FFF;
	overflow: hidden;
}
#home_image {
	width: 900px;
	height: 317px;
	background: url(../images/home_image.jpg);
}
#home_thumb {
	width: 880px;
	height: 195px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-bottom: 25px;
}
#thumb_image {
	width: 630px;
	height: 130px;
	background: #D3D3D3;
	float:left;
}
#thumb_image2 {
	width: 630px;
	height: 60px;
	background: #9f282d;
	float:left;
	margin-top: 5px;
}

.thumb_image1 {
	 border: 0px;
	 margin: 5px 0px 5px 5px;
	 float: left;	
}
.thumb_image2 {
	 border: 0px;
	 margin: 5px 5px 5px 5px;
	 float: left;	
}
.thumb_image3 {
	 border: 0px;
	 margin: 5px 5px 5px 0px;
	 float: left;	
}
.thumb_image4 {
	 border: 0px;
	 margin: 5px 5px 5px 0px;
	 float: left;	
}
.thumb_image5 {
	 border: 0px;
	 padding: 5px 10px 5px 5px;
	 float: left;	
}
.thumb_image6 {
	 border: 0px;
	 padding: 10px 5px 10px 2px;
	 float: left;	
}
#home_box {
	width: 245px;
	height: 195px;
	background: #D3D3D3;
	float: right;
	margin: 0px;
}
#home_box_red {
	width: 219px;
	height: 169px;
	background: #9f282d;
	margin: 5px 5px 5px 5px;
	padding: 8px;
}
#home_box_red p{
	margin: 0px;
}
.footer {
	width: 930px;
	height: 15px;
	text-align: right;
}
.footer p{
	float: left;
	margin-top: 10px;
	padding: 0px;
}

