/* CSS Document */
/*<style type="text/css">*/
<!--
/*body {background-image: url(images/plankBackG2.gif); background-repeat: repeat;}*/
div.main {
	/*position: relative;*/
	background: #D7DCE0;
	color: black; 
	margin: 20px 0 20px 135px; 
	padding: 0 0 60px 0;
}
img.curve {
	float: left; 
	clear: left; 
	margin: 0 1em 0 0;
}
h1 {
	padding: 5px 0 5px 10px; 
	margin: 0; 
	/*background #9CF;*/ 
	border-bottom: 0.125em solid 
	#764B3B;
}

/*Has Layout Hack*/
/** html *{
	height:1%;
} /* has layout fix IE */
	
/*TEXT CODING VARIOUS TEXTS*/
#text1 {
	position: relative;
	font-family: "Kristen ITC", serif; 
	font-size: 20px; 
	font-style: normal; 
	font-weight:bold; 
	padding: 0px 30px 30px 30px;
} 
#text2 {
	font-family: "Kristen ITC", serif; 
	font-size: 35px; 
	font-style: normal; 
	font-weight:bold; 
	padding: 5px 15px 15px 40px;
}
#text3 {
	font-family: "Kristen ITC", serif; 
	font-size: 12px; 
	font-weight:bold; 
	text-align: center;
}
#text4 {
	font-family: "Kristen ITC", serif; 
	font-size: 12px; 
	font-weight:bold; 
	text-align: center; 
	/*font-color: #FF9900;*/
}
#text5 {
	font-family: "Kristen ITC", serif; 
	font-size: 14px; 
	font-weight:bold; 
	text-align: center;
}
.text6 {
	font-family: "Kristen ITC", serif; 
	font-size: 13px; 
	font-weight:bold; 
	text-align: center;
}
.text7 {
	font-family: "Kristen ITC", serif; 
	font-size: 20px; 
	font-style: normal; 
	font-weight:bold; 
	padding: 0px 30px 30px 30px;
}
.textlist {
	font-family: "Kristen ITC", serif; 
	font-size: 30px; 
	font-style: normal; 
	font-weight:bold;
}

/*LISTS AND ODDS AND INS*/
.list {
	float: left; 
	padding: 10px 10px 10px 10px; 
	margin: 10px 10px 10px 10px;
}
.listText {
	font-family: "Kristen ITC", serif; 
	font-size: 35px; 
	font-style: normal; 
	font-weight:bold; 
	padding: 25px 70px 20px 5px; 
	margin: 40px 40px 40px 40px;
}
	
/*PICTURE GALLERY CODE*/
div.pic {
	float: left; 
	margin: 15px 15px 40px 15px; 
	padding: 25px 40px 0px 40px; 
	/*background: #663300;*/ 
	color: white; 
	background-color: #663300; 
	position: relative; 
	text-align: center;
}
div.pic img {
	border: none;
}
div.picPlace img {
	position: relative; 
	text-align: center;
}
div.lands img {
	height: 171px; 
	width: 128px;
}
div.port img {
	height: 171px; 
	width: 228px;
}
div.pic ul {
	display: none;
}
li.title {
	display: block; 
	text-align: center; 
	color: white; 
	background-color: #663300;
}

/*SPACERS*/
.clearboth {
	clear: both;
}
div.spacer {
	clear: both;
}

/*FORM CODE TO SET FORMS*/
div.row {
	clear: both; 
	padding-top: 1px;
}
div.row span.label {
	float: left; 
	width: 180px; 
	text-align: right;
}
div.row span.form {
	float: left; 
	width: 50px; 
	text-align: left;
}

/*LAYOUTS FOR THE PAGE DIFFERENT DIVS. main, etc.*/
#top-background {
	height: 150px;
	background-image: url(images/plankBackG2.gif);
	position: relative;
	width: auto;
	text-align: center;	
}
#top {
	/*margin: 0 0 10px 0;*/
	background: url(images/WhubaHeaderNew1.gif);
	width: 760px;
	height: 150px;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	/*voice-family: "\"}\"";
	voice-family: inherit;*/
}
#left {
position: absolute;
	top: 175px;
	left: 0px;
	margin: 2px;
	padding: 2px;
	background-image: url(images/plankBackG2.gif); background-repeat: repeat;
	/*voice-family: "\"}\"";
	voice-family:inherit;*/
	width: 120px;
	}
	
#middle {
	margin: 20px 190px 20px 190px;
	padding: 10px;
	border: 5px solid #ccc;
	background: #666;
	color: white;
	}
	
#right {
	position: absolute;
	top: 160px;
	margin: 20px;
	padding: 10px;
	border: 5px solid #ccc;
	background: #0033FF;
	color: white;
	/*voice-family: "\"}\"";
	voice-family:inherit;*/
	width: 120px;
	}
	
#footer {
	width: 100%; font-family: "Kristen ITC", serif; font-size: 12px;
	}	

-->
</style>
