﻿/* CSS layout */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #67b;
}
#container {
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
}
#masthead {

	width: 807px;
	color: #336699; 
	text-transform: lowercase;
	background: url('pageBanner.jpg') no-repeat;
	padding: 20px 0px 20px 90px;
	font: bold 36px Georgia, Times, serif;
}
#left_col {
	float: left;
	width: 50px;
	background-color: #fff;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 819px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
}
