﻿/* CSS layout */
#masthead {
	width: 930px;
	height: 110px;
	background-image: url('images/head.jpg');
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#top_nav {
	width: 930px;
	height: 27px;
	background-image: url('images/nav.jpg');
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	font-size: x-small;
	font-weight: bold;
	font-family: "Trebuchet MS";
}
#container {
	position: relative;
	width: 930px;
	background-image: url('images/body.jpg');
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	font-family: "Trebuchet MS";
}
#left_col {
	margin: 10px;
	width: 185px;
	position: absolute;
	left: 5px;
	top: 0px;
	font-size: x-small;
	color: #0062C4;
	text-align: center;
	font-family: "Trebuchet MS";
}
#page_content {
	margin-right: 210px;
	margin-left: 210px;
	color: #003466;
	font-size: small;
	font-family: "Trebuchet MS";
	margin-top: 10px;
	padding-right: 5px;
}
#right_col {
	width: 185px;
	position: absolute;
	right: 15px;
	top: 0px;
	font-size: small;
	color: #0062C4;
	margin-top: 10px;
	font-family: "Trebuchet MS";
}
#footer {
	width: 930px;
	height: 61px;
	background-image: url('images/foot.jpg');
	margin-right: auto;
	margin-left: auto;
	font-size: xx-small;
	text-align: center;
	font-weight: bold;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS";
}
