@charset "UTF-8";
body {
	background-attachment: scroll;
	background-color: #c8b48c;
	background-image: url(MauiBeach.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.1em;
	color: #1b5b8b;
}
p {
	color: #1b5b8b;
	font-family "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
.pWhite {
	font-weight: bold;
	color: #FFFFFF;
}
h1 {
	font-family "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #f7ebc1;
	line-height: 1em;
}
h5 {
	font-family "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #003366;
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url(bgndBeach.png);
	background-repeat: repeat;
}
#wrapper {
	width: 854px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #f7f8f2;
	background-image: url(condos/Maui_fern_bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
}
#nav {
	background-attachment: scroll;
	background-color: #c6b389;
	background-image: url(goldbar.jpg);
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 0px;
	height: 39px;
	width: 850px;
}
#header {
	margin: 0px;
	padding: 0px;
}
#content {
	margin: 0px;
	padding: 0px;
}
#base {
	background-attachment: scroll;
	background-image: url(base.jpg);
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 0px;
	height: 63px;
	width: 850px;
	background-position: left top;
}

a:link {
	color: #16486d;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}
a:visited {
color: #16486d;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	}
a:hover {
	color: #0d2436;
	font-weight: bold;
	padding: 0px;
	text-decoration: underline;
}
a:active {
	color: #16486d;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
}
.white {color: #000000}
.white a:link { color: #000000; text-decoration: none;} 
.white a:visited { color: #000000; text-decoration: none;}
.white a:hover { color: #64BCED; text-decoration: underline;}
.white a:active { color: #000000; text-decoration: none;} 

.brown {color: #3a2c16}
.brown a:link { color: #3a2c16; text-decoration: none;} 
.brown a:visited { color: #3a2c16; text-decoration: none;}
.brown a:hover { color: #3a2c16; text-decoration: underline;}
.brown a:active { color: #3a2c16; text-decoration: none;} 
h2 {
	font-size: 1.7em;
	line-height: 1.1em;
}

