﻿/* CSS layout */

#top_nav {
	width: 880px;
	position: relative;
	left: 0px;
	top: 0px;
	height: 70px;
	border:0px;
	border-color:gray;
	border-style:double;
	color:white;
}

#topmenu {
    position: absolute; left: 200px; top: 14px; width: 680px; height: 64px; z-index: 1; color:white;
}

#I1 {
	position: relative;
	height:70px;
	width: 660px;
}

#Container {
	position: relative;
	height:600px;
	width: 800px;
}

#left_col {
	width: 140px;
	height: 600px;
	position: absolute;
	left: 10px;
	top: 95px;
	border:1px;
	border-color:gray;
	border-style:double;
}

#page_content {
	width: 880px;
	height: 620px;
	position: absolute;
	left: 160px;
	margin-left: 1px;
}

#footer {
	width: 880px;
	position: relative;
	left: 0px;
	top: 620px;
	height: 70px;
	border:0px;
	border-color:gray;
	border-style:double;
	color:white;
}
