﻿/* CSS layout */
body {
	margin:0px 0px 0px 0px;
}
#masthead {
	background-color:#FEFCEF;
	position: relative;
	width: 780px;
}

#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left:200px;
}

#container {
	position: relative;
	width: 780px;
	background-color:#FEFCEF;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 200px;
	background-color:#ffffff;
}

#footer {
	width:780px;
	background-color:#FEFCEF;
}

