﻿/* CSS Document */

/******** Body Elements ********/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #333333;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	line-height: 180%;
	color: #3d3d3d;
}
/******** Layout Elements ********/
.wrapper {
	width: 750px;
	margin: 0 auto;
}
.header {
	height: 150px;
	margin: 10px 0 10px 0;
	background-image: url(images/lagoon.jpg);
	background-color: #ffffff;
	text-align: center;
	line-height: 50px;	
}
.content {
	background-color: #333333;
}
.left {
	margin:0 10px 10px 0;
	float: left;
	width: 100%;
	border: 3px solid #000000;
	background-color: #999999;
}
.footer {
	width:100%;
	border: 3px solid #000000;
	background-color: #999999;
	clear: both;
	text-align: center;
	margin:5px 0 10px 0;
}

/******** Document Styles ********/
h1 {
	font-size: 14px;
	text-align:center;
	color: #000000;
	text-transform: uppercase;
}
h2 {
	margin: 0 20px 10px 0;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}
h3 {
	font-size: 15px;
	margin-left:5px;
	font-weight: bold;
	color: #ffffff;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}	
a, a:active, a:visited {
	color: #2d2d2d;
	text-decoration: none;
}
a:hover {
	color: #aa0000;
	text-decoration: underline;
}
.header a, .header a:active, .header a:visited {
	color: #aa0000;
}
.header a:hover {
	color: #2d2d2d;
	text-decoration: underline;
}
p {
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px
}
.footer p {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
}
/******** List Styles Styles ********/
ul li {
	margin: 0 0 0 3px;
	list-style: none;
}
ul ul li {
	margin: 3px 0 3px 30px;
	list-style: circle;
}
ul ul {
	margin: 0 0 15px 0;
}