/* Anchors Way Marine CSS Document */

	body{
		background:#EEEEEE;
		margin:0px;
		padding:0px;
		border:0px;	
	}
	#wrapper{
		position:relative;
		width: 1000px;
		height:100%;
		margin:0px auto;
		border-left:thin;
		border-left-color:#000000;
		border-left-style:solid;
		border-right:thin;
		border-right-color:#000000;
		border-right-style:solid;		
		
	}
	
	
	#header{
		width: 1000px;
		position:relative;
		background-color:#FFFFFF;
		min-width: 620px;
		height:200px;
	}
	
	#page_header{
		width: 1000px;
		position:relative;
		background-color:#FFFFFF;
		min-width: 620px;
		height:150px;
	}
/* align articles and ads */
	#separator{
		position:relative;
		z-index:1;
		background-color:#3399FF;
		padding-top:0px;
		padding-bottom:0px;
		height:25px;
		width:1000px;
	}			

	#index_center{
		position:relative;
		width: 1000px;
		min-height:540px;
		overflow:visible;
	}
	
	#index_center_blueBK{
		position:relative;
		background-color:#99FFFF;
		width: 1000px;
		overflow:visible;
	}
		
	#footer{
		clear: both;
		background-color:#3399FF;
		width:1000px;
		height:75px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		/*padding-top:5px;*/
		vertical-align:top;
	}
		#footer a:link{
			text-decoration:none;
			font-size:14px;
			color:#FFFFFF;
		}
		#footer a:visited{
			text-decoration:none;
			font-size:14px;
			color:#FFFFFF;
		}
		#footer a:hover{
			text-decoration:none;
			font-size:14px;
			color:#CC0000;
		}		
	

