body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg-repeat.jpg);
	background-repeat: repeat-x;
}
.header{
	width:1000px;	
	height:auto;
	margin-top:0px;
	margin:0 auto;
	
}
td{
	text-align:left;	
}
.nav { padding-top: 5px; padding-bottom: 1px; margin: 5px 5px; font-size: 11px; FONT-WEIGHT: bold;}
.nav span {padding: 2px 2px; margin-right: 4px;}
.nav a {background: #FEFF80; padding: 4px 5px; border: 1px solid #666; color: #666; text-decoration: none;}
.nav span.current {background: #FEFF80; border: 1px solid #ccc; font-weight: bold;}
.nav a:hover {background: #FEFF80; border-color: #ccc; border: 1px #ccc dashed;}

.header .header_text{
	position:relative;
	width:250px;
	height:100px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:right;
}
.header .header_text2{
	position:relative;
	width:250px;
	height:100px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:left;
}
.container{
 margin:0 auto;
 width:auto;
 height:auto;	
}
.big_content{
	width:1010px;
	height:auto;
	margin:0 auto;
	clear:both;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.big_content .first .thumb{
	width:120px;
	height:160px;
	margin-right:0px;
	margin-bottom:1px;
	border:1px solid;
	border-color:#000;
	color:#F36;
}
.big_content .left{
	float:left;
	width:120px;
	margin:auto;
	text-align:right;
	padding-right:2px;
}
.big_content .right{
	float:left;
	width:880px;
	margin:auto;
}

.big_content .right .thumb{
	width:120px;
	height:160px;
	margin-right:0px;
	margin-bottom:1px;
	border:1px solid;
	border-color:#000;
	color:#F36;
}

.big_content .right a img{
	border:1px solid #000;
	
}
.big_content .right a:hover img{
	border:1px dashed #E70A7E;	
	filter:alpha(opacity=85);-moz-opacity:0.85;opacity:0.85;

}
.big_content a img{
	border:1px solid #000;
	
}
.big_content a:hover img{
	border:1px dashed #E70A7E;	
	filter:alpha(opacity=85);-moz-opacity:0.85;opacity:0.85;

}
a:link {
	color: #E70A7E;
	text-decoration:none;
}
a:visited {
	color: #E70A7E;
	text-decoration:none;
}
a:hover {
	color: #333;
	text-decoration:underline;
}
a:active {
	color: #E70A7E;
	text-decoration:none;
}