﻿/* CSS layout */
#masthead {
	color: #7D5F50;
}

#top_nav {
	color: #C98080;
}

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

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #C99981;
}

#page_content {
	margin-left: 200px;
	color: #C9C9C9;
}

#footer {
	color: #C9C9C9;
}

