﻿/* CSS layout */
#masthead {
}


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

#left_col {
	width: 20%;
	position: absolute;
	left: 0px;
	top: 0px;
}

#nav {
	width: 15%;
	height: 100%;
	position: absolute;
	margin-left: 40%;
}

#page_content {
	width:45%;
	position: absolute;
	margin-left: 35%;
}

#right_col {
	width: 20%;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
}

