html {
	height: 100%;
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(img/body-bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #585656;
}

body {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

div, span, p, table, tr, th, td {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}


.titles {
	font-family: Georgia, serif;
	font-size: 22px;
	color: #83A0C2;
}

.copy {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.strong {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #83A0C2;
}

div#container {
	width: 872px;
	margin: 0 auto 0 auto;
	min-height: 100%;
	border-style: solid;
	border-width: 0 1px 0 1px;
	border-color: #83A0C2;
	position: relative;
}

#theLake {
	background-image: url(img/theLake.jpg);
	width: 872px;
	height: 590px;
	position: relative;
}

#title {
	position: absolute;
	top: 327px;
	left: 61px;
}

#navBar {
	text-align: center;
	font-family: Courier New, Courier, monospace;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
}

#navBar a, #navBar span, #navBar a:link, #navBar a:visited {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 5px solid #000000;
	padding: 0 20px 0 20px;
}


#navBar a:active, #navBar a:hover {
	border-bottom: 5px solid #83A0C2;
}

#space {
	height: 30px;
}

#content {
	background: #000000 url(img/separate.gif) repeat-y;
}

#contentInner {
	background: url(img/blackout.gif) no-repeat top;
}


#contentArea {
	width: 460px;
	margin: 0;
	margin-left: 85px;
	float: left;
}

#contentNews {
	width: 180px;
	margin: 0;
	margin-left: 75px;
	float:left;
}

#clean {
	clear: left;
}

a, a font {
	color:#ddffdd;
}