﻿/* CSS layout */
#masthead {
}

#top_nav {
	background-color: #FFCCFF;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFCCFF;
}

#page_content {
	margin-left: 200px;
	background-color: #FFCCFF;
}

#footer {
	background-color: #FF6699;
}
