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

#mainwraper{
	width:760px;
	margin:0px auto;
}


#header{
	width:760px;
	margin:0px auto;
}

#body{
	width:760px;
	margin:0px auto;
}

#footer{
	width:760px;
	margin:0px auto;
}

#topleft{
	width:301px;
	float:left;
}

#topright{
	width:260px;
	float:right;
}

#videoleft{
	width:196px;
	float:left;
}

#videoright{
	width:550px;
	float:right;
}

#bodyleft{
	width:228px;
	float:left;
}



#bodymiddle{
	width:302px;
	float:left;
}

#bodyright{
	width:230px;
	float:right;
}







#content div.text_ul{
	margin:0px;
	float:left;
	white-space:normal;
	padding-top: 5px;
	padding-bottom: 1px;
	background-image: url(images/topics_mid.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 1px;

}

#content div.text_ul ul {
	margin: 0;
	float:left;
	width:130px;
	padding-right: 25px;
	padding-left: 25px;

}
#content div.text_ul ul li{
 list-style-type: none;
 padding: 4px 0 0 0;
 font-size:10px;
 color:#333399;
 font-weight: bold;
 width:100%;
 overflow:hidden;
 white-space:nowrap;

}

#content div.text_ul ul ul {
 margin: 0;
 padding: 0;
 float:none;
 padding-left: 10px;
 display:none;
}
#content div.text_ul ul ul.open {
 margin: 0;
 padding: 0;
 float:none;
 padding-left: 10px;
 display:block;

}
#content div.text_ul ul li a {
	font-size:10px;
	font-weight: normal;
	color:#333399;
	white-space:normal;
 
}
