﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	font: inherit;
	width: 900px;
	color: #CC0000;
}
#top_nav {
	font: inherit;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #970000;
	width: 900px;
	color: #CC0000;
}
#container {
				min-width: 600px;
				width: 900px;
}

#left_col {
	width: 200px;
	float: left;
}

#page_content {
	margin-left: 200px;
}

#footer {
	font: inherit;
	border-style: solid none none none;
	clear: both;
	border-top-width: thin;
	border-top-color: #970000;
	float: center;
	width: 900px;
	position: inherit;
	color: #CC0000;
}
