@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	font-size:12px;
	color:#333333;
}
#zsCreation {
	width:980px;
	height:400px;
	margin:0 auto;
}
#site_content {
	padding-top:5px;
	padding-bottom:30px;
	width:100%;
	margin-top:5px;
}
ul {
	list-style:none;
}
a {
	color:#333333;
	text-decoration:none;
}
a:HOVER {
	text-decoration:underline;
}



#top {
	position:relative;
	background:url(../images/top.jpg) no-repeat left top;
	width:980px;
	padding-top:86px;
}
.homeLink {
	position:absolute;
	right:70px;
	top:5px;
}
.favoriteLink {
	position:absolute;
	right:10px;
	top:5px;
}
#menu {
	width:100%;
	height:62px;
	background:url(../images/menu_bg.jpg) repeat-x left top;
}
#menu ul {
	width:100%;
}
#menu ul li {
	float:left;
	width:122px;
	height:62px;
	text-align:center;
	background:url(../images/menu_border.jpg) no-repeat left top;
}
#menu #first_menu {
	background:none;
}
#menu ul h5 {
	color:#49BFDD;
	font-weight:400;
	font-size:12px !important;
	font-size:10px;
	margin-bottom:0px !important;
	margin-bottom:4px;
	margin-top:13px;
}
#menu ul li a {
	color:#FFFFFF;
}
#menu ul li a:HOVER {
	color:#FFFF00;

}




#bottom {
	width:980px;
	height:50px;
	text-align:center;
	padding-top:10px;
	border-top:1px solid #999999;
}
#bottom span {
	margin-left:10px;
}