﻿/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
	visibility: hidden;
	z-index: 5;
}

#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

#header {
	margin-left:274px;
	width: 568px;
}

#container {
	border-color: #FFFFFF;
	border-style: none;
	width: 936px;
	outline-color: #FFFFFF;
}

#left_col {
	width: 103px;
	position: absolute;
	left: 676px;
	top: 242px;
	margin-right: 0px;
}

#page_content {
	margin-left: 133px;
	width: 614px;
}

#footer {	z-index: 500;
	left: 227px;
	top: 1237px;
	position: absolute;
	height: 51px;
	width: 332px;
	font-family: Calibri;
	color: #452F01;
	font-weight: 700;
		text-align: center;
}

