@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
body{
	font-size:12px;
	font-family:"宋体",Arial, Helvetica, sans-serif;
	text-align: center;
	margin:0px;
	padding:0px;
	background-color: #B33A4D;
}
#container{
	margin:0px auto;
	padding-bottom:5px;
	text-align:left;
	width:960px ;
	background-color: #FFFFFF;	
}
a{ text-decoration:none; color:#313131;}
a:hover{ text-decoration:underline;}
li{ list-style:none;}
.nav{
	width:960px ;
	height:30px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
.nav ul{
    width:960px !important;
	width:842px;
	text-align:center;
	padding-top:12px;
	margin-left:120px;
	color:#ffffff;
	list-style-type: none;
}
.nav ul li{
	width:120px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin:0px;
	padding:0px;		
}
.nav ul li a{ color:#FFFFFF;}
#siderbar_left{ width:245px; height:780px; float:left; overflow:hidden;}
.info,.contact{
	width:225px;
	background-color: #FBF4F5;
	line-height:22px;
	padding:5px;
	margin:5px 4px;
	border:1px solid #E0ABB4;
}
.info {height:440px;}
.contact {height:300px;}
.info li{
	text-indent: 2em;
}
.info_title,.survey_title,.pho_title,.friendship_title{
	font-size: 14px;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-weight: bold;
	padding-bottom:3px;
	margin-bottom:10px;
}
.friendship_title{border:0px;margin-bottom:0px; padding-top:5px;}
#middle{
	width:410px;
	height:735px;
	float:left;
	margin:5px 15px;
	line-height: 22px;
	padding:15px 0px;
	font-size: 14px;
	background-color: #FFFFFF;
	word-spacing:2em;
}

p{text-indent: 2em; margin:10px 0px;}
#siderbar_right{width:275px; height:780px; float:right;}
.survey{ width:255px; padding:5px; margin:5px 4px; background-color: #FBF4F5;line-height: 22px;border: 1px solid #E0ABB4;}
#friendship{border: 1px solid #E0ABB4; margin:4px; padding-bottom:5px;background-color: #FBF4F5;}
#friendship img{
	border: 1px solid #000000;
	margin-left:5px;
}
.clear{ clear:both;}

#content{
    min-height:400px;
	overflow:visible;
	line-height: 22px;
	padding:10px;
	background-color:#ffffff;
}
#footer{
	background-repeat: no-repeat;
	text-align: center;
	height:50px;
	padding-top:15px;
	padding-bottom:0px;
	color:#FFFFFF;
	margin-top:5px;
	margin-bottom:0px;
}

