﻿  /* CSS layout */
body {
	font: normal normal normal small "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

#masthead {
	background-image: url('images/masthead_washout.jpg');
	background-repeat: no-repeat;
}
#top_nav {
	font: normal normal bold small Arial, Helvetica, sans-serif;
	border-bottom: thin #6600CC solid;
	background: #C0C0C0;
	border-bottom-color: #6600CC;
	color: #000000;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
}

#page_content {
	margin-left: 200px;
}

#footer {
	clear: both;
}
