#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: 2500px;
	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: 2500px;
}

.col-1 {
    display: inline-block;
    width: 220px;
    padding-left: 50px;
    /* border: solid 1px; */
}
.col-2 {
    display: inline-block;
    width: 30px;
    /* border: solid 1px; */
}
.col-3 {
    display: inline-block;
    width: 100px;
    /* border: solid 1px; */
}

#foot {  
	clear: both;
	text-align:center;
 	font-size:10px;
 	background:#fff;
 	width:900px;
 	height:20px;
}

.shadow {
	-moz-box-shadow: 0 0 50px #333;
	-webkit-box-shadow: 0 0 50px #333;
	box-shadow: 0 0 50px #333;
}

