#container {  
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-style: none;
}
#menu {  
	float: left;
	width: 150px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #93c571;
	height: 1000px;
	background-image: url(pic/logo001.gif);
	background-size: 79px auto;
	background-repeat: no-repeat;
	background-position: 42px 50px;
}
#sidemenu {  
	padding-top: 400px;
}

#sidemenu dl{

}

#sidemenu dt{

}

#sidemenu dd {  
	margin-left: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
}

#sidemenu dd a{
	display:block;
	height:30px;
	line-height:30px;
	color:#666666;
	text-decoration:none;
}

#sidemenu dd a:hover{
	color:#fff;
	background:#009900;
}


#content {  
	float: right;
	width: 735px;
 	background:#fff;
	padding-right: 5px;
	height: 1000px;
}
#foot {  
	clear: both;
	text-align:center;
 	font-size:10px;
 	background:#fff;
 	width:950px;
 	height:20px;
}
