﻿/* CSS layout 2*/
/* header; nav; content / right col; footer */

#masthead {
	position: relative;
	width: 100%;
	height: 80px;
}

#top_nav {
	height: 24px;
}

#top_left {
	width: 180px;
	position: absolute;
	left: 0px;
	height: 80px;
}

#header {
	margin-left: 180px;
	position: absolute;
	margin-top: 40px;
}

#container {
	position: relative;
	width: 100%;
	top: 8px;
	left: 4px;
}

#page_content {
	margin-right: 220px;
}

#right_col {
	width: 190px;
	position:absolute;
	right: 0px;
	top: 0px;
	padding-left: 10px;
}

#footer {
	position: relative;
	top: 12px;
}
