﻿  /* CSS layout */
body {
	background: #008080;
	margin: 0;
	padding: 0;
	position: absolute; 
	width: 1024px; 
	height: 768px; 
	z-index: 1; 
	left: 0px; 
	top: 0px;	
}

#masthead {
}

#top_nav {
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
}

#page_content {
	margin-left: 200px;
}

#footer {
	clear: both;
}
