﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	width: 1100px;
	height: 150px;
	background-image: url('images/banner1100.jpg');
	background: collapse;
	margin-right: auto;
	margin-left: auto;
}
#top_nav {
	width: 1100px;
	background-color: #BBC7F9;
	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: 630px;
	background-image: url('images/leftnav%20copy.jpg');
}
#page_content {
	margin-left: 200px;
	width: 900px;
	height: 630px;
	background-color: #FFFFFF;
	clip: rect(auto, auto, auto, auto);
}
#footer {
	clear: both;
	width: 1100px;
	background-color: #C1CCFA;
	margin-right: auto;
	margin-left: auto;
}



