/* Aloha Inn design by Naomi Hall (http://www.naomihall.com or http://npressive.naomihall.com) */

body {
	background-color: #394E2F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
}

/* Link Layout */

a:link {color: #009933; text-decoration: none; background: none; }
a:active {color: #009933;  text-decoration: none; background: none; }
a:visited {color: #009933; text-decoration: none; background: none; }
a:hover {color: #CC6600; text-decoration: none; background: none; }


a:link img{border-color: #663300; text-decoration: none; background: none; }
a:active img{border-color: #663300;  text-decoration: none; background: none; }
a:visited img{border-color: #663300; text-decoration: none; background: none; }
a:hover img{border-color: #CC6600; text-decoration: none; background: none; }

/* Main Layout */

#mainwrap {
	width: 800px;
	background-color: #ffffcc;
	border: none;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#header {
	width: 800px;
	height: 160px;
	background-color: ##ffffcc;
	background-image:  url("images/logo01.jpg");
	background-position: left;
	background-repeat: no-repeat;

}


#intro-graphic {
	width: 800px;
	height: 200px;
	background-image:  url("images/logo03.jpg");
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: solid thin;
	border-color: #663300;
}

#menu1 {
	width: 800px;
	height: 44px;
	text-align: inherit;
	background-color: #cdffcc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: none;
	text-align: center;
}

.menu1span {
	padding: 0;
	margin: 0;
}

#content {
	width: 800px;
}

#content-main {
	padding: 10px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align:center;
	background-color: #ffffcc;
}



p {
	margin:0px 7px 10px 7px;
}

#footer {
clear: both;
	width: 800px;
	height: 14px;
	text-align: right;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: solid thin;
	border-color: #663300;
	color:#00248f;
}

#footerright {
	float: right;
}


#mailright {
	float: right;
	padding-right: 10%;
}

#mailleft {
	float: left;
	padding-left: 10%;
}

#mailbottom {
	clear:both;
}





