﻿/* CSS layout 1B */
/* header; nav; left col / content / right col; footer */

#masthead {
	position: relative;
	width: 100%;
	height: 90px;
}

#top_left {
	width: 180px;
	position: absolute;
	left: 0px;
	height: 90px;
}

#header {
	margin-left: 180px;
	position: absolute;
	margin-top: 40px;
}

#top_right {
	position:absolute;
	right:0px;
	top:40px;
}

#top_nav {
	height: 24px;
}

#container {
	position: relative;
	width: 100%;
	top: 8px;
	left:4px;
}

#page_content {
	margin-left: 180px;
	margin-right: 180px;
}

#left_col {
	width: 160px;
	position: absolute;
	left:0px;
	top:0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}

/*
#left_col {
	width: 160px;
	position: absolute;
	background-color:#DCDCDC;
	left:0px;
	top:0px;
	border-style: groove;
	padding-left: 4px;
	padding-right: 4px;
}
*/


#right_col {
	width: 160px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-left: 4px;
	padding-right: 4px;
	/*
	border-style: groove;
	background-color:#DCDCDC;
	*/
	text-align:center;
}

/*
#right_col {
	width: 160px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-left: 4px;
	padding-right: 4px;
}
*/

#footer {
	position:relative;
	top: 12px;
	text-align:center;
}
