﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: absolute;
	width: 25%;
	left: 70%;
	top: 135;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 200px;
}

#footer {
}
