﻿/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
	top: 1px;
	left: 0px;
	height: 202px;
}

#top_left {
	width: 197px;
	position: absolute;
	left: 500px;
	top: 264px;
	height: 173px;
}

#header {
	margin-left:200px;
	font-size: x-large;
	font-family: Stylus;
}

#container {
	position: relative;
	width: 20%;
	top: -20px;
	left: 579px;
	color: #FFFFFF;
	height: 171px;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 200px;
}

#footer {	width: 222px;
}
