@charset "utf-8";
/* CSS Document */
body {
	background-color: #F3F3F3;
	margin: 0px;
	font-size: 12px;
}
#container {
	display: table;
	padding: 0px;
	clear: both;
	height: auto;
	width: 920px;
	margin-top: 0px auto 0px auto;
	border-right: 1px solid #B8B8B8;
	border-left: 1px solid #B8B8B8;
}
#login {
	background-color: #8EB5D6;
	clear: both;
	height: 25px;
	width: 938px;
	padding-left: 12px;
	padding-top: 5px;
	background-image: url(../images/login-bg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #CCCCCC;
}
#head {
	padding: 0px;
	clear: both;
	height: 130px;
	width: 950px;
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	display: table;
	background-position: right top;
	background-color: #FFFFFF;
}
#head .nav {
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 35px;
	width: 950px;
	display: table;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: center;
	padding: 0px;
	margin: 95px 0px 0px 0px;
}
#head .nav ul{
	clear: both;
	height: 35px;
	width: auto;
	list-style-type: none;
	display: table;
	padding: 0px;
	margin: 0px auto 0px auto;
}
#head .nav ul li{
	height: 35px;
	width: 100px;
	float: left;
	line-height: 35px;
	text-align: center;
}
#head .logo {
	float: left;
	height: 45px;
	width: 170px;
	margin-top: 20px;
	margin-left: 20px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}
#head .head-ad {
	background-image: url(../images/ad.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	height: 77px;
	width: 323px;
	margin-top: 2px;
}
#container #main {
	display: table;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 950px;
	background-color: #FFFFFF;
	font-size: 12px;
}
.closediv {
	line-height: 26px;
	text-align: center;
	clear: both;
}
#container #head .navbg {
	background-image: url(../images/nav-bg2.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 35px;
	width: 100px;
	color: #003399;
}
