﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
	height: 10000px;
}

#left_col {
	width: 400px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 4000px;
}

#page_content {
	margin-right: 32%;
	margin-left: 32%;
	height: 10000px;
	width: 36%;
}

#right_col {
	width: 400px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 4000px;
}

#footer {
}

