.banner {
	height: 120px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.navbar {
	height: 30px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.mainbody {
	height: 500px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/fadedbg.png);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
}
.banner .leftflash {
	width: 450px;
	float: left;
	height: 100px;
}
.banner .rightflash {
	float: right;
	width: 450px;
	height: 100px;
}
.footer {
	height: 22px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: x-small;
	color: #000;
	padding-top: 8px;
	text-align: right;
}
.mainbody .contentleft {
	float: left;
	height: 480px;
	width: 460px;
	padding-top: 15px;
	padding-left: 15px;
	text-align: center;
}
.mainbody .contentright {
	float: right;
	height: 480px;
	width: 460px;
	padding-top: 15px;
	padding-right: 15px;
	text-align: center;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.png);
	background-color: #C6E588;
}
a:link {
	color: #030166;
	text-decoration: none;
	outline: none;
}
a:visited {
	text-decoration: none;
	color: #030166;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #333;
	outline: none;
}
a:active {
	text-decoration: none;
	color: #030166;
	outline: none;
}
