body {
	background:#f2f2f2 url(../images/background.jpg) repeat-x top ;
}
#main {
	width:916px ;
	height:502px ;
	border:1px solid #757575 ;
	margin:50px auto ;
	margin-bottom:auto ;
	background:#fff ;
}
#head {
	height:50px ;
	background:url(../images/zhead.jpg) no-repeat top ;
}
#head h1 {
	font:32px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	color:#6ebb1f ;
	margin:0 ;
	padding:5px 0 0 25px ;
}
#menu {
	height:20px ;
	background:#fff url(../images/menuback.gif) repeat-x top ;
	text-align:right ;
	padding:5px 25px 0 0 ;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold ;
	color:#474747 ;	
}
#menu a {
	color:#474747 ;
	text-decoration:none ;
}
#menu a.selected {
	color:#6ebb1f ;
	border-bottom:double ;
}
#menu a.selected:hover {
	text-decoration:none ;
}
#menu a:hover {
	color:#6ebb1f ;
	text-decoration:underline ;
}
#content {
	height:427px ;
	background:url(../images/zback.jpg) no-repeat left bottom;
}
#bottom {
	height:30px;
	text-align:left;
	font-weight:normal;
	color:#474747;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}
#bottom a {
	color:#474747 ;
	text-decoration:none ;
}
#bottom a:hover {
	color:#6ebb1f ;
	text-decoration:underline ;
}



