﻿/* CSS layout */
body {
	margin: 5px 0 0 0;
	padding: 0;
	background-image: url('Slice 2.png');
}
#container {
	border: 2px none #000000;
	width: 908px;
	padding: 10px;
	margin: 5px auto 10px auto;
	background-color: #E5E5E5;
}
#logo_left {
	float: left;
	width: 227px;
}
#logo_right {
	float: right;
	width: 214px;
	right: auto;
	height: 21px;
}
#masthead {
	float: left;
	clear: both;
	width: 903px;
	height: 126px;
	margin-right: auto;
	right: auto;
}
#top_nav {
	clear: both;
	height: 30px;
}
#left_col {
	float: left;
	width: 204px;
	height: 774px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 0px;
}
#right_col {
	background-position: center top;
	float: right;
	width: 160px;
	height: auto;
	margin-left: 3px;
	background-repeat: repeat-y;
	margin-top: 5px;
}
#page_content {
	margin-left: 215px;
	height: auto;
	margin-top: 5px;
	width: 523px;
	font-family: Calibri;
	font-size: medium;
	color: #0000CC;
}

#footer {
	clear: both;
	height: 43px;
	text-align: left;
	width: 899px;
	font-size: xx-small;
}
