@charset "utf-8";
/* CSS Document */

#container {
	width: 800px;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #000;
}
#main_column {
	background-color: #000;
	text-align: center;
	height: 400px;
	width: 800px;
	margin-top: 350px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#banner {
	float: left;
	height: 320px;
	width: 650px;
	padding-top: 10px;
	padding-left: 25px;
}
#vertnavbar {
	float: right;
	height: 300px;
	width: 120px;
	padding-top: 30px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	text-align: center;
	height: 300px;
	width: 800px;
	padding-top: 10px;

}
#table {
	text-align: center;
}

