﻿/* CSS layout */
#masthead {
	background-color: #7AB9FE;
	width: 770px;
	margin-right: auto;
	margin-left: 175px;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: none;
}

#top_left {
	width: 175px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	margin-left: 143px;
	width: 200px;
	position: absolute;
	top: 0px;
	background-color: #7AB9FE;
}
#page_content {
	margin-left: 345px;
	width: 600px;
	background-color: #FFFFFF;
}

#footer {
	background-color: #7AB9FE;
	width: 770px;
	margin-right: auto;
	margin-left: 175px;
}
