body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #555753; 
}

#outer_rim {
	position: absolute;
	width: 1024px;
	padding:15px;
	top: 5px;
	left: 100px;
	background: url(jetty.jpg) no-repeat;
	height: 768px;
}

#container {
	position: relative;
	padding: 13px;
	left: 100px;
	width: 75%;
	top: 30px;
	background: url(gulls2.jpg) no-repeat;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}	
#header {
	position:relative;
	background: #DDDDDD;
	background: url(header1.gif) no-repeat;
	left: 150px;
	width: 568px;
	top: 6px;
	height: 66px;
} 

#mainContent { 
	margin: 30px 28% 0 33%;	
}

#leftside {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 215px; /* since this element is floated, a width must be given */
	padding: 10px;
	margin-top: 30px;
	background-image: url(native_on_beach.gif);
}

#rightside {
	float: right;
	width: 23%; /* since this element is floated, a width must be given */
	color: yellow;
	padding: 10px;
	margin-top: 30px;
}

#clear_floats {
	clear:both;
}

#footer { 
	margin: 0;
	padding:10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:16px;
	letter-spacing:.2em;
	text-align:center;
} 

a {
	color: #FF6600;
	font-weight:bold;
	text-decoration: none; 
}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #003366;
}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FF6600;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: red;
	}
	
/* class styles */
.navText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
}

.pageName{
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:26px;
	letter-spacing:.2em;
}

/* others */	


#logo 	{
	font:24px Verdana, Arial, Helvetica, sans-serif;
	color: #CCFF99;
	letter-spacing:.2em;
	line-height:30px;
	}
	
#pic1 {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(per_class1_1.jpg) no-repeat;
	left: -30px;
	width: 114px;
	position: absolute;
	top: -27px;
	height: 99px;
	}
	
#pic2 {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(peo_class1_1.jpg) no-repeat;
	left: -165px;
	width: 129px;
	position: absolute;
	top: 218px;
	height: 101px;
	}
	
#pic3 {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(people_end1_1.jpg) no-repeat;
	left: -162px;
	width: 126px;
	position: absolute;
	top: 89px;
	height: 100px;
	}


