﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 125px;
	background-image: url('Banner copy.jpg');
}
#top_nav {
	width: 1100px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	min-width: 600px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#left_col {
	width: 200px;
	float: left;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
}
#page_content {
	margin-left: 200px;
	width: 900px;
	margin-right: auto;
	height: 800px;
	background-color: #FFFFFF;
}
#footer {
	clear: both;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #C0C0C0;
}

