@charset "utf-8";
/* CSS Document */
body
{
	margin:0;
	padding:0;
	background-image:url(../images/body_bg1.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	font-family:"Arial";
}
#wrap
{
	margin:auto;
	width:960px;
	background-color:#fce7f1;
}
#logo
{
	width:960px;
	height:162px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	margin-top:14px;
}
#menu
{
	width:960px;
	text-align:center;
	padding-top:135px;
	
	font-family:"Arial";
	font-size:16px;
	color:#fefefe;
	font-weight:normal;
}
#menu a
{
	text-decoration:none;
	color:#fefefe;
	
	font-weight:normal;
	padding:0 15px 0 15px;
}
#menu a:hover
{
	text-decoration:underline;
	color:#ffcc66;
	
	font-weight:normal;
}
#menu .active
{
	text-decoration:underline;
	color:#ffcc66;
	font-family:"Arial";
	font-size:16px;
}
.line1
{
	width:960px;
	height:7px;
	background-color:#5c0606;
	margin-top:5px;
}
.clear
{
	clear:both;
}
.header
{
	width:960px;
	height:339px;
	margin-top:5px;
}
#content
{
	width:960px;
	min-height:454px;
	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	background-color:#fef7fa;
}
#content1
{
	width:960px;

	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	background-color:#fef7fa; 
}
.cont_txt
{
	width:920px;
	font-family:"Arial";
	font-size:14px;
	padding:10px 10px 10px 15px;
	color:#660000;
	text-align:justify;
}

.cont_txt a
{
text-decoration:underline;
color:#660000;
}
.cont_txt a:hover
{
text-decoration:none;
color:#660000;
}

.title
{
	font-size:15px;
	font-weight:bold;
	font-family:"Arial";
}
.cat_name
{
	font-size:15px;
	font-weight:bold;
	font-family:"Arial";
	padding-left:10px;
	line-height:20px;
}
.cat_name a
{
	text-decoration:none;
	color:#660000;
}
.cat_name a:hover
{
	text-decoration:underline;
	color:#660000;
}

.title1
{
	font-size:16px;
	font-weight:bold;
	font-family:"Elephant";
}
#footer
{
	/*width:960px;*/
	height:55px;
	background-color:#580000;
	margin-bottom:20px;
}
.footer_txt
{
	font-family:"Arial";
	font-size:12px;
	color:#FFF;
	float:left;
	padding-top:30px;
	padding-left:205px;
}
.footer_txt a
{
	text-decoration:none;
	color:#FFF;
}
.footer_txt a:hover
{
	text-decoration:underline;
	color:#FFF;
}
.advert
{
	width:800px;  font-family:"Arial";  padding-left:25px; font-size:12px; font-weight:bold;
}
.line_ad
{
	width:850px; height:2px; background-color:#5c0606; margin-top:5px; margin-bottom:10px;
}
.tell
{
	float:left; padding-right:10px;
}

