﻿/* CSS layout */
body {
	background-color:#666666;
}
#table_container {
	width:900px;
	align:center;
	
}
#official {
	font:inherit;font-size:small
	position:relative;
	width:900px;
	height:20px;
	background-image:url('chromebg3.gif');background-repeat:repeat;background-position:left;
}
#masthead {
	background-image:url('pics/MPGCHS.gif');
	background-color:#339933;
	width:900px;
	height:100px;
	position:relative;
	
}

#top_nav {
	width:900px;
	height:20px;
	background-image:url('chromebg3.gif');background-repeat:repeat;background-position:left;
}

#container {
	background-color:#FFFFFF;
	background-image:url('pics/bg_OliveGreen.gif');background-repeat:repeat;
	position: relative;
	width: 900px;
}

#page_content {
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	background-color:#339933;
	width:900px;
	height:65px;
}
#logo {
	background-image:url('pics/MPGCHS.gif');background-repeat:no-repeat;background-position:left;
}

