body {
	background:#0b598b url(../images/bodyBg.jpg) repeat-x top center;
	margin:0;
	font-size:.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
h1 {
	color:#1d1508;
	font-size:2.3em;
	margin:0 0 -5px 0;
	padding:0;
	text-transform:uppercase;
	font-weight:bold;
	}
	
h2 {
	color:#775622;
	margin:0 0 40px 0;
	padding:0;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	}
	
h4 {
	color:#775622;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:0;
	}
	
.bodyHead {
	width:100%;
	height:278px;
	position:relative;
	z-index:0;
	background:url(../images/mainBg.jpg) top center no-repeat;
	}
	
.main {
	margin:-45px auto 25px;
	width:924px;
	background:#fff;
	position:relative;
	padding:1px;
	z-index:1;
	}
	
.nav {
	height:24px;
	background:#0b598a;
	width:100%;
	border-bottom:4px solid #143042;
	}
	
.nav img {
	position:absolute;
	z-index:2;
	left:1;
	top:0;
	}
	
.nav .links {
	width:100%;
	position:relative;
	z-index:3;
	color:#FFF;
	text-align:center;
	padding:4px 0;
	}
	
.nav .links a {
	margin:0 16px;
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	height:100%;
	padding:4px;
	}
	
.nav .links a:hover {
	background:#143042;
	}
	
.content {
	width:100%;
	background:url(../images/bg.jpg) no-repeat top right;
	float:left;
	}
	
.leftCol {
	margin:17px 8px 0 25px;
	float:left;
	width:302px;
	background:url(../images/upcomingBg.jpg) repeat-y top left;
	}
	
.leftCol img {
	position:relative;
	z-index:2;
	}
	
.leftColText {
	position:relative;
	z-index:3;
	margin: -75px 0 -100px 0;
	padding:0 43px 0 28px;
	color:#1d1508;
	}
	
.leftColText p {
	margin:0 0 30px 0;
	padding:0;
	}
	
.rightCol, .wide {
	width:514px;
	margin:65px 25px 0 0;
	float:left;
	}
	
.wide {width:900px;}
	
.rightColText {
	padding:0 45px;
	background:url(../images/contentBg.gif) top left;
	color:#1d1508;
	}
	
.rightColText p {
	line-height:18px;
	}
	
.bottom {
	height:21px;
	background:#435f77;
	width:904px;
	clear:both;
	color:#FFF;
	text-align:right;
	padding:3px 20px 0 0;
	}	
	
.bottom a {
	color:#FFF;
	text-decoration:none;
	margin:0 3px;
	font-size:.85em;
	}