﻿/* CSS-Layout */

#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 1000px;
	height: 240px;
	padding-top:0px;

}

#left_col {
	width: 220px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top:0px;
}

#page_content {
width: 600px;
	
	margin-left: 223px; 
	padding-top:0px;
bgcolor="#E6E6E6"
}

#right_col {
	width: 160px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-top:0px;

}
