/* CSS Document */
body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/layout/bluewater.jpg);
}
a:link {
	color: #0000FF;
}
			/* NAVIGATION BUTTONS */
			.cssnav	{
						position:relative;
						font-family: arial, helvetica, sans-serif;
						background-image:  url(http://maritimewood.com/images/layout/button-01.jpg);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						width: 150px;
						height: 35px;
						margin: 0; 
						padding: 0; 
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 150px;
						height: 35px;
						display: block;
						float: left;
						color: blue; 
						text-decoration: none;
			}

			.cssnav img {width: 150px; height: 35px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
						position: absolute;
						left: 31px;
						top: 11px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 117px;
						height: 14px;
						text-align: center;
			}
			/* END OF NAVIGATION */

a:visited {
	color: #0000FF;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 36px;
	font-weight: bold;
}
.header {color: #66CCFF}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}