﻿/* CSS layout */
#masthead {
				padding-top: 0px;
				width: 101%;
				top: -13px;
				left: -8px;
				position: fixed;
				z-index: 1;
}

#top_nav {
				width: 101%;
				position: fixed;
				height: 40px;
				left: -8px;
				top: -1px;
				z-index: 1;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
				margin: 0% 0 0 0;
				width: 200px;
				position: fixed;
				left: 5%;
				top: 33%;
}

#page_content {
				margin-left: 25%;
				padding-top: 10px;
				top: 170px;
				width: 66%;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
}

