﻿/* Layout CSS */
#container2 {
	border: 1px solid #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#masthead {
	margin: 0 auto;
	width: 100%;
}
#top_left {
	float: left;
	width: 20%;
	background-image: url('images/bg-footer.png');
}
#header {
	float: left;
	width: 80%;
	background-image: url('images/bg-footer.png');
}
#container {
	border: 1px solid #CCCCCC;
	float: left;
	width: 1000px;
}
#page_content {
	padding: 5px;
	float: left;
	width: 58%;
	background-image: url('images/bg_main_shadow.gif');
	text-align: left;
}
#footer {
	clear: both;
	width: 100%;
	background-image: url('images/bg-footer.png');
}
#left_col {
	float: left;
	width: 20%;
	background-image: url('images/untitled.gif');
	text-align: left;
}
#right_col {
	float: left;
	width: 20%;
	background-image: url('images/untitled.gif');
}

