﻿/* CSS layout */
#masthead {
	background-image: url('images/header.gif');
	background-repeat: no-repeat;
}

#top_nav {
	background-color: #650715;
}

#container {
	position: relative;
	width: 100%;
	background-color: #cdf;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	list-style-type: none;
	background-color: #cdf;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
	background-color: #FFFFFF;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	background-color: #D3B9AC;
}

