/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	background-image:url(images/design_elements/bg_wave_tess.gif);
	background-attachment:fixed;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:105%;
	}
	
#container {
	width: 800px;
	margin: 0px auto;
	background:url(images/design_elements/kaiohanabg.jpg) no-repeat #FFFFFF;
	}
	#container:after {
		content: "."; 
		display: block; 
		height: 0; 
		overflow: hidden; 
		clear: both; 
		visibility: hidden;
		} 

#title {
	height: 166px;
	margin: 0px 0px 0px 0px;
	}
	#title h1 {
		background:url(images/design_elements/kaiohanatitle.gif) no-repeat top left; 
		margin-top:10px; 
		float:right;
		width:800px; 
		height:140px; 
		}
	#title h1 span {
		display: none;
		}	
h2 {
	margin: 5px;
	font-size: 360%;
	font-style:oblique;
	color: #990000;
	}
h3{
	margin: 5px;
	font-size: 220%;
	font-style:oblique;	
	color: #990000;
	}
	h3.right {
		text-align: right;
		}
	h3.left {
		text-align:left;
		}
h4{
	margin:10px 5px 5px 5px;
	font-size: 145%;
	font-style: oblique;
	color: #990000;
	}
	h4.left {
		text-align: left;
		}
	h4.right {
		text-align: right;
		}
	h4 a{
		text-decoration:none;
		}
	h4 a:hover{
		color:#990000;
		text-decoration:none;
		}

p {
	margin: 10px 5px 5px 5px;
	}

a {
	color:#990000;
	}
	a:hover {
		color:#CC0000;
		}
	a:visited {
		color:#660000;
		}
	a:active {
		color:#CC0000;
		}

#menu {
	padding: 0;
	margin: 0;
	}
	#menu ul {
		float: right;
		width: 700px;
		list-style-type: none;
		}
	#menu a {
		float: left;
		width: 87px;
		text-decoration: none;
		color: #990000;
		padding: 5px;
		border: 1px solid #003399;
		text-align: center;
		font-weight: bold;
		} 
	#menu a:hover {
	 	color: #FFFFFF;
		background-color: #990000;
		}
	#menu li {
		display: inline;
		}
		
#gmenu {
	padding: 0;
	margin: 0px 0px 0px 180px;
	}
	#gmenu ul {
		width: 580px;
		list-style-type: none;
		}
	#gmenu a {
		float: left;
		width: auto;
		color: #990000;
		padding: 5px;
		border-right: 1px solid #003399;
		text-align: center;
		font-weight: bold;
		} 
	#gmenu a:hover {
	 	color: #660000;
		}
	#gmenu li {
		display: inline;
		}

#left {
	float: left;
	width: 100px;
	height: 100px;
	}
	
#info {
	padding: 5px;
	}
	#info:after {
		content: "."; 
		display: block; 
		height: 0; 
		overflow: hidden; 
		clear: both; 
		visibility: hidden;
		} 


img.right {
	float: right;
	margin: 5px 5px 0px 5px;
	}
img.left{
	float: left;
	margin: 5px 5px 0px 5px;
	}
img.leftmiddle{
	float: left;
	margin: 5px 5px 0px 5px;
	position:relative;
	top: 50px;
	}
#footer {
	margin: 50px 5px 5px 5px;
	border-top: 1px solid #003366;
	}
	#footer p {
		text-align: center;
		}
#gindex p{
	text-align:center;
	}
	#gindex h4{
		margin:1em auto .5em 97px;
		}