body {
	height: auto;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #CBFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 20px;
}
#top {
	float: left;
	height: 28px;
	width: 950px;
	background-color: #69B9D3;
	font-size: 12px;
	line-height: 28px;
	font-weight: bold;
	color: #FFFFFF;
}
a {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#top a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#top a:hover {
	text-decoration: underline;
}
#ban {
	float: left;
	height: auto;
	width: 950px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#menu {
	height: 30px;
	width: 940px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #55A5BF;
	text-align: center;
	float: left;
	padding-left: 10px;
}
#menu a {
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	float: left;
	height: 30px;
	width: auto;
	text-align: center;
	padding-right: 13px;
	padding-left: 13px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	background-color: #99CC00;
}
#center {
	float: left;
	height: auto;
	width: 930px;
	background-color: #FFFFFF;
	padding: 10px;
}
