﻿/* CSS layout */
#masthead {
	background-image: url('images/CMPR0407/Header1.gif');
	width: 775px;
	height: 59px;
	border-style: solid none solid none;
	border-width: 2px;
	border-color: #88ba2e;
}
#top_nav {
    height: 20px;
}
#page_content {
	background-image: url('images/HomePage/HomePage-2_07.jpg');
	height: 260px;
	width: 775px;
	background-color: #8B97AB;
}
#footer {
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	border: 2px solid #88ab2e;
	width: 775px;
	height: auto;
}
#upperHomepage {
	background-image: url('images/CMPR0407/HomePage-2_05.jpg');
	width: 775px;
	height: 113px;
}
body {
	background-position: left bottom;
	background-color: #46545e;
	text-align: center;
	min-width: 775px;
}
