﻿/* CSS layout */
#masthead {
	margin-left: 138px;
	height: 168px;
	width: 622px;
}

#container {
	margin: 0 auto;
	position: relative;
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
}

#left_col {
	width: 138px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 800px;
	background-color: #25730E;
}

#footer {
	margin-left: 138px;
	width: 622px;
	height: 33px;
	background-image: url('images/bottom.jpg');
}
.whereare {
	position: absolute;
	width: 520px;
	height: 30px;
	z-index: 6;
	left: 186px;
	top: 178px;
	color: #FFFFFF;
	font-size: 11pt;
	background-image: url('images/pagetitle.jpg');
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 2px;
}
