/* Main Body */

body {
	text-align: left;
	font: 8pt/16pt verdana;
	color: #555753;
	margin: 0px;
	background-attachment: fixed;
	}
	
h1 {
	font: 10pt verdana;
	letter-spacing: 1px;
	color: #0d3456;
	margin-top: 6px;
	margin-left: 9px;
	}
	
/* Divs */

#container {
	width: 797px;
	height: 100%;
	margin-top: 0px;
	margin: 0 auto;
	overflow: hidden;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 0px;
	border-top: 0px;
	border-color: C9C9C9;
	border-style: solid;
	background-color: #ffffff;
	}
	
#header {
	width: 797px;
	height: 230px;
	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
	background: transparent url(images/header.jpg) no-repeat top left;
	}
	
#leftcol {
	width: 239px;
	height: 504px;
	position: relative;
	margin-left: 0px;
	z-index: -1;
	background-image: url(images/leftcol.jpg);
	}
	
