
body {
	background: white url(images/lakebg.png) no-repeat top left;
	font-family: arial, helvetica, sans-serif;
	color: black;
	}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	}

#navigation1 {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 220px;
	padding: 2px;
	background: url(images/opacify.png);
	font-weight: bold;
	}


#navigation2 {
	position: absolute;
	top: 225px;
	left: 0px;
	width: 220px;
	padding: 2px;
	background: url(images/opacify.png);
	font-weight: bold;
	}


#navigation3 {
	position: absolute;
	top: 300px;
	left: 0px;
	width: 220px;
	padding: 2px;
	background: url(images/opacify.png);
	font-weight: bold;
	}


#navigation4 {
	position: absolute;
	top: 375px;
	left: 0px;
	width: 220px;
	padding: 2px;
	background: url(images/opacify.png);
	font-weight: bold;
	}

	
.links:hover {
	font-style: italic;
	}
	
.strong {
	font-style: bold;
	}
	

#content {
	position: absolute;
	left: 320px;
	top: 150px;
	padding: 15px;
	width: 600px;
	background: url(images/opacify.png);
	border-style: ridge;
	
	}
