@charset "UTF-8";
body {
	text-align: center;
	background-repeat: repeat;
	background-position: center center;
	background-image: none;
	background-color: #FFFFFF;
}
#frame {
	text-align: left;
	height: auto;
	width: 800px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: thick solid #FFFFFF;
}
#copyright {
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-align: center;
	height: auto;
	width: 800px;
}
#topbanner {
	height: 100px;
	width: 800px;
	text-align: left;
}
#content {
	height: 390px;
	width: 790px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-repeat: repeat;
	background-position: center center;
	background-color: #333333;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 10px;
	overflow: auto;
}
#footer {
	clear: both;
	height: 100px;
	width: 800px;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #949C2D;
	text-align: left;
	vertical-align: middle;
	top: auto;
	bottom: auto;
}
#footerleft {
	float: left;
	height: 100px;
	width: 395px;
}
#contentleft {
	float: left;
	height: 390px;
	width: 600px;
}
#contentright {
	float: right;
	height: 390px;
	width: 180px;
	background-color: #333333;
}
#footerright {
	float: right;
	height: 100px;
	width: 400px;
}
