﻿/* CSS layout */
#masthead {
	background-position: 0px top;
	position: relative;
	width: 800px;
	background-image: url('images/top.png');
	background-repeat: no-repeat;
}

#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left: 200px;
	padding-top: 2px;
	padding-left: 45px;
}
#container {
	background-position: center center;
	position: relative;
	width: 800px;
	background-repeat: repeat-y;
}
#left_col {
	background-position: right top;
	width: 173px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('images/nav-left.png');
	background-repeat: no-repeat;
}
#page_content {
	margin-left: 157px;
	background-image: url('images/nav.png');
	background-repeat: repeat-y;
	padding-left: 20px;
}
#footer {
	width: 800px;
	background-image: url('images/nav-bottom.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 50px;
}





