@charset "utf-8";
#container {
	background-color: #CBD1C5;
	clear: both;
	height: 250em;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

#banner-top {
	clear: both;
	height: 275px;
	width: 1200px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-image: url(../images/16359.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
}
#column-left {
	background-color: #FFF;
	text-align: left;
	clear: left;
	float: left;
	height: auto;
	width: 310px;
	padding: 5px;
}
#nav-box {
	background-color: #E3C01E;
	width: 300px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	height: 360px;
	padding-top: 5px;
	padding-left: 5px;
}

#column-right {
	padding: 5px;
	clear: right;
	float: right;
	margin-left: 5px;
	height: auto;
	width: 865px;
	background-color: #FFF;
}



body {
	background-color: #000;
}
