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

html,body{
	background-color: #CCC;
	background-position: center top;	
	font-family: "Times New Roman", Times, serif; 
	text-align: center;
	margin:0; 
	padding:0;
	line-height: 1.2;
	font-size: 100%;
	height: auto;
	min-height: 100% !important;
}

.main_container{
	background-color: #FFFFFF;
	width: 1000px;
	height: auto;
	min-height: 100% !important;
	margin: 0 auto;
	top: 0px;
	display: block;
	overflow: hidden;
 	-moz-box-shadow:    0px 0px 15px 3px #666;
   	-webkit-box-shadow: 0px 0px 15px 3px #666;
   	box-shadow:         0px 0px 15px 3px #666;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-khtml-border-radius: 8px;
	
}

.main_container a:link { text-decoration:none; color: #316734; font-size: 16px; font-weight: bold;}
.main_container a:visited { text-decoration:none; color: #316734; font-size: 16px; font-weight: bold;}
.main_container a:active { text-decoration:none; color: #316734; font-size: 16px; font-weight: bold;}
.main_container a:hover { text-decoration:none; color:#000; font-size: 16px; font-weight: bold;}	

.header{
	float: left;
	width: 970px;
	height: 140px; 
	margin-top: 8px;
	margin-left: 15px;
	text-align: left;
	overflow: hidden;
}

.search{
	float: left;
	width: 970px;
	height: 30px; 
	margin-top: 8px;
	margin-left: 15px;
	text-align: left;
	background-color: #82A880;
}

.menu{
	float: left;
	width: 140px;	
	text-align: left;
	margin-top: 10px;
	margin-left: 15px;
	border-right: 1px solid #CCC;
}

.content_header{
	float: left;
	width: 815px;
	margin-left: 15px;
	margin-top: 10px;
	text-align: center;	
}

.content{
	float: left;
	width: 815px;
	margin-left: 15px;
	margin-top: 10px;
	text-align: left;
}

.item{
	float: left;
	width: 254px;
	height: 500px;
	margin-left: 15px;
	text-align: center;
}

.item_thumb{
	float: left;
	width: 254px;
	height: 225px;
	text-align: center;	
}

.item_details{
	float: left;
	text-align: left;	
}

.bottom_space{
	float: left;
	width: 800px;
	height: 100px;
}