﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#masthead {
	background-image: url('index/top.jpg');
	background-repeat: no-repeat;
	height: 325px;
}

#top_nav {
	background: #FF6600;
	border: thin #FFFFFF outset;
}

#container {
	min-width: 600px;
}

#left_col {
	border-width: 0px;
	width: 150px;
	float: left;
}
#page_content {
	margin-left: 150px;
	height: 800px;
}

#footer {
	background-position: center;
	clear: both;
	background-image: url('foot/copyright.jpg');
	background-repeat: no-repeat;
}
