﻿/* CSS layout */
#masthead {
	text-align: left;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1279px;
	height: 279px;
	z-index: 1;
}

/*#top_nav {	height: 10px;
	width: 1280px;
}*/

#container {
	position: absolute;
	width: 100%;
	top: 346px;
	left: 0px;
	height: 1351px;
	float: none;
	z-index: 1;
	margin-bottom: 25px;
}

#left_col {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 1px;
	height: 1080px;
	font-family: Gabrielle;
	font-size: large;
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
	float: none;
	z-index: 1;
}

#page_content {
	margin-right: 220px;
	margin-left: 220px;
	height: 2638px;
	width: 840px;
}

#footer {	height: 70px;
	width: 1061px;
}
