body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #023E58;
	font:0.90em/1em Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
h1 { 
	font:bold 1.20em/1.30em Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
li {
	line-height:1.50em;
}
#left {
	float: left;
	width:130px;
	}
#right {
	float: right;
	width:225px;
	}
#middle {
	position:relative;
	float: left;
	}
#maincontainer {
	margin: 0;
	padding: 0;
	width: 758px;
	background-color: #046188;
	}
/*Middle container style */
#container {
	margin: 0;
	padding:0;
	width: 758px;
	background:#046188 url(../images/centrebground.jpg);
	}
#header {
	margin:0;
	padding:3px 0 3px 0;
	width:758px;
	height:100px;
	font:1.50em/1em Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:left;
	background:#046188 url(../images/claxby_logo.gif) no-repeat top left;
	border-bottom: 1px solid #FFFFFF;
	}
/*navbar styles*/
#navbar {
	font:1.20em Arial, Helvetica, sans-serif;
	position: absolute;
	width: 300px;
	top:73px;
	left: 480px;
	}
#navbar ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#navbar li {
	display:inline;
	margin-right:1em;
	}
#navbar a{
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}	
#navbar a:hover {
	color:#CCCCCC;
	text-decoration: underline;
	}
#navbar #currentpage { /*this overides everything because it is more specific-can go anywhere without it breaking*/
	color:#CCCCCC;
	text-decoration: none;
	}
/*style for bground of main body area*/
#content {
	height:100%;
	background:url(../images/lake_bground.jpg) no-repeat bottom;
	}
#centrecontent {
	margin: 0;
	padding:5px;
	background:url(../images/centrebground.jpg) no-repeat bottom;
	width:491px;
	height:650px;
}
#centreleft {
	clear:both;
	width:55%;
	position:relative;
	float:left;
	margin: 0;
	padding: 0 0 0 8px;
	text-align:justify;
	line-height: 1.2em;
	height: 500px;
	}
a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	}
#centreright {
	width:40%;
	position:relative;
	float:right;
	margin: 0;
	padding:20px 5px 10px 0;
	}
#footer {
	margin:0;
	padding: 10px 0 10px 0;
	width: 100%;
	height: 15px;
	border-top: 1px solid #FFFFFF;
	text-align:center;
	font:0.80em/1em Arial, Helvetica, sans-serif;
	}
.whiteborder {
	border: 1px solid #FFFFFF;
	}
/*catches page only*/
#catchesleft {
	clear:both;
	width:100%;
	position:relative;
	float:left;
	margin: 0;
	padding: 0 0 0 8px;
	text-align:justify;
	line-height: 1.2em;
	height: 500px;
	}
	
