@charset "utf-8";
/* CSS Document */
#container {
	clear:both;
	width:955px;	
	margin-top:4px;
	margin-right:auto;
	margin-left:auto;
}
#container .menu, #container .content {
	float:left;
}
#container .menu {
	width:708px;
	height:46px;
	padding-left:20px;
	border-bottom:1px solid #CCCCCC;
	color:#51B400;
	line-height:46px;
	font-size:16px;
	font-weight:bold;
}
#container .content {
	width:688px;
	padding:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}
#container .list {
	float:right;
	width:210px;
}
#container .list li {
	width:210px;
	height:31px;
	background:url(../images/icon_10.gif) no-repeat top;
	border-top:1px solid #FFFFFF;
	line-height:31px;
}
#container .list li a {
	display:block;
	padding-left:12px;	
	color:#0097C9;
	text-decoration:none;
}
#container .list li a:hover {
	color:#53B402;
}
#container .list li.focus {
	background:url(../images/icon_10.gif) no-repeat bottom;
}
#container .list li.focus a {
	color:#53B402;
	font-weight:bold;
}
#container  .list .ad {
	clear:both;
	overflow:hidden;
	width:210px;
	margin-top:6px;
	text-align:center;
}
