/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: absolute;
	width: 100%;
	background-color:#FFFFFF;
}

#left_col {
	width: 14%;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	background-color:#606060;
}

#page_content {
	margin-right: 15%;
	margin-left: 15%;
	height: 100%;
}
	
#right_col {
	width: 14%;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	background-color:#606060;
}

#nav_right_col {
	width: 15%;
	height: 100%;
}
#nav_right_col {
	width: 85%;
	height: 100%;
}

#footer {
	width: 100%;
	height: 10px;
	background-color:#606060;
}
#inner_container {
	position: relative;
	width: 100%;
	height: 100%;
}

#inner_left_col {
	width: 17%;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}

#inner_page_content {
	margin-left: 19%;
	width: 90%;
	height: 600px;
}
	
#inner_right_col {
	width: 17%;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
}
