﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}
#masthead {
	background-position: center center;
	height: 125px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	width: 1024px;
	background-repeat: repeat;
	background-image: url('blue1.jpg');
	background-attachment: inherit;
	overflow: hidden;
}
#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	border: 2px solid #333;
	min-width: 900px;
	background-color: #FFFFFF;
	width: 1024px;
	background-image: none;
	height: 900px;
}
#page_content {
	background-position: center center;
	font-size: 1em;
	width: 1024px;
	background-image: none;
	background-color: #FFFFFF;
}
#Navigation {
	position: absolute;
	width: 235px;
	float: left;
	clip: rect(auto, auto, auto, 2px);
}

