body, html {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	position: relative;
	widows: 100%
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
}
.name { font-weight: bold; }
ul, ul li { 
	list-style: outside url(/images/bull.gif); 
	padding: 10px 0px 0px 6px;
	margin: 0px 0px 0px 20px;
	}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 0px 0px;
	line-height: 16px;
}
li a {
	color: #339fd9;
	text-decoration: none;
}
li a:hover {
	color: #ff0000;
}
ul {
	padding: 5px 0px 5px 30px;
	margin: 0px 0px 0px 0px;
}
#sky {
	position:absolute; 
    padding-bottom:20px;
	width: 100%;
}  

#sky_center{
	position: relative;
	background-image: url(/images/sky/center.jpg);
	width: 980px;
	height: 192px;
	margin: 0px auto;
	z-index:100;	
}

#sky_left {
	background-image: url(/images/sky/left.jpg);
	background-position:right top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 192px;
	position: absolute;
	right: 50%;
	width:50%;
	top: 0px;
	z-index:0;
}
#sky_right {
	background-image: url(/images/sky/right.jpg);
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	height: 192px;
	width: 50%;
	left: 50%;
	text-align:right;
	top: 0px;
	z-index:0;	
}

#sea_gradient {
	background-image: url(/images/seagradient.jpg);
	background-repeat:repeat-x;
	position: absolute;
	top: 192px;
	left: 0px;
	width:100%;
	height: 270px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index:1;	
}

#page {
	background-image: url(/images/page.jpg);
	background-repeat: repeat-y;
	width: 980px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	top: 0px;
	overflow: hidden;
	z-index:1;	
}
#page_bottom {
	background-image: url(/images/page_bottom.jpg);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height:18px;
	width:980px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index:1;	
}
#logo {
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	position: absolute;
	left: 0px;
	top: 2px;
	z-index:1;	
	border: 0px #FF0000 dashed;
}
#red {
	position: absolute;
	top: 40px;
	right: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
#navi{
	padding-top: 12px;
	color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 30px;
	position: absolute;
	right: 16px;
	top: 0px;
	z-index:1;	
}

.anavi {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	z-index:1;	
}
.anavi:hover {
	text-decoration: underline;
}

.button {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#000000;
	text-decoration: none;
	z-index:1;	
}
.button:hover {
	color: #FF0000;
}

#buttons {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	position: relative;
	top: 158px;
	width: 980px;
	padding: 0px 0px 0px 0px;
	z-index:1;	
}

#b1 {
	background: url(/images/buttons/b_01.jpg) no-repeat;
	text-align: center;
	padding: 11px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width:178px;
	height: 40px;
	position: absolute;
	left: 1px;
}
#b2 {
	background: url(/images/buttons/b_02.jpg) no-repeat;
	padding: 11px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	width:178px;
	height: 40px;
	position: absolute;
	left: 181px;
	top: 0px;
}
#b3 {
	background: url(/images/buttons/b_03.jpg) no-repeat;
	padding: 11px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	width:272px;
	height: 40px;
	position: absolute;
	left: 361px;
	top: 0px;
}
#b4 {
	background: url(/images/buttons/b_04.jpg) no-repeat;
	padding: 11px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	width:178px;
	height: 40px;
	position: absolute;
	left: 622px;
	top: 0px;
}
#b5 {
	background: url(/images/buttons/b_05.jpg) no-repeat;
	padding: 11px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	width:178px;
	height: 40px;
	position: absolute;
	left: 802px;
	top: 0px;
}
#copy {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 120px;
	position: relative;
	left: -430px;
	top: 5px;
}
#bottom_links {
	position: relative;
	text-align: right;
	color:#FFFFFF;
	right: -58px;
	top: -15px;
	width: 850px;
	height: 50px;
}

#bottom_links a {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
}
#bottom_links a:hover {
	text-decoration: underline;
}


#news {
	width: 200px;
	position: absolute;
	right: 15px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 10px 10px;
	color:#333333;
}
.news {
	width: 200px;
	position: relative;
	float:left;
	text-align: left;
	padding: 5px 10px 5px 8px;
	margin: 0px 0px 0px 0px;
	color:#333333;
}
a {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
}
#banners {
	width: 200px;
	position: absolute;
	text-align: left;
	padding: 0px 0px 0px 4px;
	margin: 10px 10px 0px 10px;
	color:#333333;
	bottom: 0px;
	left: 0px;
	z-index: 2;
}
#main {
	border: dashed 0px #00ff00;
	width: 720px;
	position: relative;
	right: 90px;
	text-align: left;
	padding: 20px 20px 10px 20px;
	margin: 0px 20px 0px 0px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color: red;
}	
h2 {
	background: url(/images/long_.jpg) no-repeat;
	padding: 9px 0px 0px 30px;
	margin-top: 0px;
	margin-bottom:0px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform: uppercase;
	height: 36px;
	text-shadow: 1px 1px 1px #333;

}
h3 {
	background: url(/images/short_.jpg) no-repeat;
	padding: 9px 0px 0px 8px;
	margin-top: 0px;
	margin-bottom:0px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform: uppercase;
	font-weight: bold;
	height: 36px;
	text-shadow: 1px 1px 1px #333;

}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #339fd9;
	font-weight: bold;
	padding: 10px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 14px;
}
#articles {
	position: absolute;
	width: 50%;
	left: 0px;
	padding: 10px 10px 10px 10px;
}
#diving{
	position: absolute;
	width: 48%;
	right: 0px;
	padding: 10px 10px 10px 10px;
}
#articles p {
	padding: 5px 10px 5px 10px;
}
#diving p {
	padding: 5px 10px 5px 10px;
}
.link {
	padding: 0px 0px 20px 0px;
}

