/*
Design by Honolulu Airport Express
http://www.honoluluairportexpress.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}



body {
	
	background: #004677 url(images/back_all_top.jpg) repeat-y right;
	font: 13px Arial, Helvetica, sans-serif;
	color: #383838;
	margin-bottom: 20px;
}


#main
{
width: 721px;
background: #004677;
margin-top: 20px;
margin: 0 auto;
}


#header {
	height: 166px;
	width: 721px;
	margin: 0 auto;
}

#menu
{
width: 715px;
height: 60px;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 143px;
	height: 43px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 8px;
	background: url(images/button.png) no-repeat;
}

#menu a:hover {
	width: 143px;
    height: 43px;
	color: #C2F8FF;
	text-decoration: underline;
	background: url(images/button_r.png) repeat-x;
}


#logo {

width: 721px;
height: 140px;
}



#footer a {
	color: #037931;
}