@charset "utf-8";

#top, #container, #bottom {
	clear:both;
	width:1002px;
	margin-right:auto;
	margin-left:auto;
}
#top {
	height:76px;
	background:url(../images/top1_bg.gif) repeat-x top;
}
#top .logo {
	float:left;
	width:372px;
	padding-left:33px;
}
#top .nav {
	float:right;
	width:575px;
	height:17px;
	padding-top:31px;
	padding-right:20px;
}
#top .nav ul {
	float:right;
}
#top .nav li {
	float:left;
	height:17px;
	padding-right:10px;
	padding-left:10px;
	line-height:17px;
}
#top .nav a {
	color:#333333;
	font-weight:bold;
}
#top .version {
	float:right;
	width:620px;
	height:24px;
	padding-top:4px;
	padding-right:40px;
	font-size:11px;
	line-height:24px;
	text-align:right;
}
#top .version a {
	padding-left:10px;
	background:url(../images/version_bg.gif) no-repeat left 5px;
}

