body , html
{
	height: 100%;
	margin: 0 0 0 0;
	_height: 100%; /* for ie sux */
	background-color: #f2ede7;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:small;

}															/** BODY ELEMENTS **/
	
img{  
	border-style: none;
	
}

h1 {
font-size:14px;
font-weight:200;
margin: 5,0,5,0px;
}

h2 {
font-size:11px;
font-weight:700;
}



a {
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}
a:visited 	{ color: #000000; background: none; }
a:hover 	{ color: #266491; background: none; }
a:active 	{ color: #000000; background: none; }




															/** MAIN CONTAINERS **/
div#wrap {
	height: 610px;
	width: 1000px;
	position: absolute;
	left: 50%; 
	margin-left: -500px;
	}	
			div#header {
			background-color: #f2ede7;
			height: 50px;
			top: 0px;
			width:1000px;
			position:absolute;
			}
					
					div#logo {
					height: 50px;
					width: 150px;
					left: 0px;
					position: absolute;

					}
					
					div#cwo {
					height: 50px;
					width: 80px;
					right: 0px;
					position:absolute;
					text-align:right;
					}
			
			
			div#content {
			background-color:#000000;
			height: 550px;
			top: 50px;
			width:1000px;
			position:absolute;
			}
			
					div#gulls {
					height: 550px;
					top: 50px;
					width:inherit;
					position:absolute;
					}
					
											
					div#newsframe {
					background-color: #FFFFFF;
					height: 405px;
					top: 80px;
					left: 30px;
					width:940px;
					position:absolute;
					overflow: auto;
					z-index:3;
					}
					
								div#newsframe img {
								display:block;
								margin: auto;
								}
					
					
					div#imgframe {
					width:540px;
					top: 95px;
					left: 420px;
					position:absolute;
					z-index: 10;
					}
					
					
					div#textframe {
					height: 290px;
					width:540px;
					top: 95px;
					left: 420px;
					background-image:url(../images/textframe.png);
					background-repeat:no-repeat;
					position:absolute;
					}
							
							div#text {
							font-size: 10px;
							height: 255px;
							width:510px;
							top: 113px;
							left: 440px;
							position:absolute;
							z-index: 6;
							overflow:auto;
							}
							
					div#images {
					height: 290px;
					top: 95px;
					width:400px;
					position:absolute;
					}
					
							div#images img {
							float:right;
			        		}
					
					div#images2 {
					height: 143px;
					width:420px;
					bottom: 200px;
					right: 0px;
					position:absolute;
					}
					
							div#images2 img {
							display:block;
							margin: auto;
							}
					
			div#menu {
				height: 185px;
				top: 414px;
				width:1000px;
				position:absolute;
				z-index:5;
				}

			div#water {
				height: 55px;
				top: 544px;
				width:1000 px;
				position:absolute;
				}
				
							div#water ul{
							margin: 0px;
							}
							
							div#water li{
							display: inline;
							list-style-type: none;
							padding-left: 60px;
							padding-right: 60px;
							}

			div#footer {
				top: 600px;
				height:10px;
				width:inherit;
				font-size:8px;
				text-align:right;
				position:absolute;
				}
				
					div#footer a{
					color: #385c9d;
					text-decoration:none;
					}
 							
							/*div#footer ul{
							margin: 0px;
							}
							
							div#footer li{
							display: inline;
							list-style-type: none;
							padding-left: 60px;
							padding-right: 60px;
							}*/



