* {margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #006699;
	background-image:url(assets/images/bodybg03.jpg);
	background-repeat:repeat-x;
	text-align: center;
}

h1 {font-size:18px; line-height: 27px; margin: 10px;}
h2 {font-size:16px; line-height: 24px; margin: 10px;}
h3 {font-size:15px; line-height: 22px; margin: 10px;}
h4 {font-size:14px;  line-height: 21px; margin: 10px;}
ul {margin: 10px;
 	padding:10px;}
#header {
	background-image:url(assets/images/SCUBAHeader.jpg);
	height:175px;
}
#container {
	margin: 20px auto;
	background-color: #FFFFFF;
	width: 750px;
}
#navbar {
	height:57px;
}
#navbar a:link {
	font-size:12px;
	height:50px;
	width: 90px;
	background-image: url(assets/images/Buttonup.gif);
	border:#FFFFFF solid 3px;
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
	float: left;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}
#navbar a:visited {
	font-size:12px;
	height:50px;
	width: 90px;
	background-image: url(assets/images/Buttonup.gif);
	border:#FFFFFF solid 3px;
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
	float: left;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}
#navbar a:hover {
	background-image:url(assets/images/Buttonup.gif);
	border: #000000 solid 3px;
	text-decoration: underline;
}
p { line-height: 1.5;
	margin: 10px;
	padding: 5px;
	text-align: left;
}
.blue {color:#000099;}
.red {color:#FF0000;}
.picright {
	float:right;
	margin:15px;
}
.picleft {
	float:left;
	margin:10px;
}
.txtcenter {
	text-align:center;
}
.txtleft {
text-align:left;
}
.txtright {
	text-align: right;
}
.tdleft {
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #666666;
}
.tdright {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #666666;
}
tr {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#webdesignad {
	font-size: 10px;
}
#webdesignad a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#webdesignad a:visited {
	color:#CCCCCC;
	text-decoration:none;
}
#webdesignad a:hover {
	color:#FFFFCC;
	text-decoration:underline;
}
#footer {
background-image:url(assets/images/Mtndiverfooter.jpg);
background-repeat: repeat-x;
width:100%;
height:200px;
}
.red {color:#FF0000;}