@charset "utf-8";
/* CSS Document */

#container {
	width: 800px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	background-color: #000;
}
#banner {
	height: 300px;
	width: 650px;
	padding-top: 10px;
	padding-left: 25px;
	float: left;
}
#vertnavbar {
	float: right;
	height: 290px;
	width: 120px;
	padding-top: 30px;
}
#top_column {
	height: 5px;
	width: 800px;
	padding-top: 320px;
}
#bottom_column {
	height: 500px;
	width: 800px;
}
#left_column {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: center;
	float: left;
	height: 450px;
	width: 380px;
	color: #FC9;
}
#right_column {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	float: right;
	height: 450px;
	width: 380px;
	color: #FC9;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	height: 175px;
	width: 800px;
	text-align: center;
}
