#container {
	width: 980px;
	height: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 0px;
}
#contentwrapper {
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 980px;
	position: relative;
	background-color: #a5a4a4;
}
#maincontent {
	float: left;
	height: 500px;
	width: 660px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: relative;
	margin: 0px;
}
#footer {
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 980px;
	position: relative;
	background-image: url(../resources/div_images/footer.gif);
}
#header_top {
	height: 26px;
	width: 970px;
	padding-top: 6px;
	padding-left: 10px;
	position: relative;
	margin: 0px;
	background-image: url(../resources/div_images/header_top.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
#header {
	height: 183px;
	width: 980px;
	position: relative;
	margin: 0px;
	background-image: url(../resources/div_images/banner.gif);
	background-repeat: no-repeat;
}
#rightcolumn {
	float: right;
	height: 500px;
	width: 274px;
	padding-right: 5px;
	padding-left: 10px;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #FFFFFF;
}
#body {
	background-color: #666666;
}
