﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	color: #808080;
	background-color: #000000;
}

#masthead {	text-align: center;
}

#top_nav {	text-align: center;
}

#container {
	min-width: 600px;
}

#left_col {
	border: thin solid #FFFFFF;
	width: 220px;
	float: left;
	height: 2195px;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	background-color: #000000;
}
#right_col {
	border: thin solid #FFFFFF;
	width: 200px;
	float: right;
	margin-left: auto;
	height: 2197px;
	margin-top: 0px;
	margin-right: auto;
}
#page_content {
	margin-left: 9px;
	margin-right: auto;
	width: auto;
	height: 2197px;
	position: inherit;
}

#footer {
	clear: both;
	text-align: center;
	margin-top: 0px;
}
