body {
	margin: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(http://www.sunsailowners.com/img/body/backgrounds/gradient.gif);
	background-repeat: repeat-x;
	background-color: #bddeef;
}
a {
	text-decoration: none;
	color: #a01818;
}
#wrapper {
	width: 800px;
	margin: auto;
}
#header {
	background: url(/img/header/bg.gif) no-repeat;
	height: 88px;
	width: 800px;
}
#header h1 {
	display: none;
}
#header h2 {
	position: relative;
	top: 63px;
	left: 224px;
	width: 330px;
	margin: 0px;
	font-size: 9px;	
	font-weight: normal;
	color: #fff;
}

#menu {
	border-style: solid;
	border-color: #fff;
	border-width: 0px 4px 4px 4px;
	background-color: #00567C;
	xpadding-left: 10px;
	height: 28px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu ul li {
	display: block;
	float: left;
	font-size: 12px;
	color: #fff;
}
#menu ul li a {
	display: block;
	height: 22px;
	padding-top: 6px;
	color: #fff;
	text-decoration: none;
}

#menu ul li a.hi {
	background-color: #78cfff;
	color: #000;
}



#footer {
	height: 29px;
	background: transparent url(/img/footer/bg.gif) no-repeat;
	font-size: 10px;
	color: #fff;
	padding: 8px 14px 0px 14px;
}
#footer div.email,#footer div.tel,#footer div.fax, #footer div.copyright {
	padding-left: 18px;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer div.email {
	float: left;
	background: transparent url(/img/footer/arrow.gif) no-repeat center left;
}
#footer div.tel, #footer div.fax {
	float: left;
	margin-left: 20px;
	background: transparent url(/img/footer/arrow.gif) no-repeat center left;
}

#footer div.copyright {
	float: right;
}

p.message {
	margin: 0px;
	font-size: 10px;
	color: #600000;
}
