﻿/* CSS layout */
body {
	font: normal normal normal 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#masthead {
background:black
}

#top_nav {
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	margin-top: 2px;
}

#container {
	min-width: 600px;
}

#left_col {
	width: 150px;
	float: left;
	margin-top: 10px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: medium;
}

#right_col {
	width: 150px;
	float: right;
	margin-top: 10px;
}

#page_content {
	margin-left: 150px;
	margin-right: 150px;
	margin-top: 10px;
	padding-left: 4px;
	width: 645;
}

#footer {
	clear: both;
	margin-left: 150px
}
