﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
}

#top_nav {
}

#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#left_col {
    width: 200px;
	float: left;
}
#right_col {
	width: 200px;
	float: right;
	border-right-style: none;
	
	border-left-color: #999999;
}

#page_content {
	padding: 1px;
	margin-left: 202px;
	width: 616px;
}
#footer {
	background-position: center center;
	clear: both;
	height: 150px;
	background-image: url('footerbkgrd.png');
	background-repeat: no-repeat;
}
