@charset "utf-8";
body, p, h1, h2, h3, h4, h5, h6, ol, ul, li {
  margin: 0;
  padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 16px;
	background-color: #333;
	line-height: 120%;
}
#outerWrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
}
#banner {
	width: 990px;
	height: 124px;
	background-image: url(../images/home_ban_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#navbar {
	width: 990px;
	height: 24px;
	position: relative;
	z-index: 2;
}
#contentWrapper {
	width: 980px;
	background-image: url(../images/page_repeat.png);
	background-repeat: repeat-y;
}
#flashPanel {
	width: 990px;
	height: 265px;
	background-image: url(../images/flash_panel_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	z-index: 1;
}
#footer {
	width: 990px;
	height: 36px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-color: #333;
}
.copyright {
	font-size: 10px;
	color: #CCC;
	margin-top: 16px;
	float: left;
	margin-left: 20px;
}
.author {
	font-size: 10px;
	color: #CCC;
	margin-top: 16px;
	float: right;
	margin-right: 26px;
}
.author a:link, .author a:visited {
	font-size: 10px;
	color: #CCC;
}
.author a:hover, .author a:active {
	font-size: 10px;
	color: #FF6;
}
.floatImageLeft {
	float: left;
	margin-right: 16px;
	margin-bottom: 8px;
}
.floatImageRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 4px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearFloat {
	clear: both;
}
