HTML { font-size: 100%; }
BODY {
	background: #7c9eb7;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.88em;
	line-height: 18px;
	text-align: center;
	margin: 0;
	padding: 0;
}

H1, H2 {
	font-size: 1.13em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
H2 { color: #3f6da5; font-size: 1em; }

IMG { border: none; }

#body-center A, #body-right A, #sub-body-right A { border-bottom: 1px dotted #3f6da5; color: #3f6da5; text-decoration: none; font-weight: bold; }
#body-center A:hover, #body-right A:hover, #sub-body-right A:hover { border-bottom: 1px solid #3f6da5; }

#wrap {
	background: #7c9eb7 url(../img/bg.jpg) no-repeat top;
	text-align: center;
	width: 1000px;
	margin: 0px auto;
}

#inner-wrap {
	text-align: left;
	width: 910px;
	margin: 0px auto;
}

#header { width: 910px; display: table; }
	#header-logo { padding: 5px 0; float: left; }
	#header-right { padding-top: 40px; float: right; }

#body, #sub-body {
	background: #fff url(../img/top.jpg) no-repeat top;
	padding: 0 10px 10px 10px;
	width: 890px;
	float: left;
}
	#body-left { padding-top: 15px; width: 170px; float: left; }
		#body-left UL { list-style: none; margin: 15px; padding: 0; }
		#body-left UL LI { padding-bottom: 10px; }
		#body-left UL LI A { border: 0; color: #6b5d49; font-weight: bold; text-decoration: none; }
		#body-left UL LI A:hover { text-decoration: underline; }
	#body-center { padding: 0 15px; width: 475px; float: left; }
	#body-center IMG { padding: 15px 0; }
		#main-fade { background: #fff url(../img/main_fade.jpg) no-repeat top; padding: 15px; width: 445px; display: table; }
			#wheel, #compass, #rope {
				background: url(../img/icon_wheel.png) no-repeat;
				margin: 0;
				padding: 0 0 15px 40px;
				float: left;
				width: 400px;
			}
			#compass { background: url(../img/icon_compass.png) no-repeat; }
			#rope { background: url(../img/icon_rope.png) no-repeat; }
			#main-fade DIV STRONG { font-size: 1.13em; font-weight: bold; }
			#main-fade UL { list-style: circle; margin: 0px 15px; padding: 0; clear: both; }
	#body-right { width: 215px; float: left; }
		#body-right A IMG { padding-bottom: 25px; float: right; }
		#body-right UL { list-style: circle; margin: 15px 20px; padding: 0; }
		#body-right UL LI { font-size: 0.88em; font-weight: bold; padding-bottom: 10px; }
	#sub-body-right {
		padding: 15px;
		width: 690px;
		float: left;
	}
		#sub-body-right P IMG { padding-left: 10px; float: right; }

UL#gallery {
	list-style: none;
	margin: 0;
	padding: 20px 0 0 0;
	width: 690px;
}
	UL#gallery LI {
		display: block;
		text-align: center;
		padding: 8px 6px;
		width: 125px;
		height: 125px;
		float: left;
	}
	
	UL#gallery LI A, UL#gallery LI A:hover { border: 0; }

#footer {
	background: #fff url(../img/footer.jpg) no-repeat bottom;
	font-size: 0.75em;
	padding: 20px 10px 0 10px;
	width: 890px;
	height: 45px;
	margin-bottom: 20px;
	float: left;
}
	#footer A { color: #3f6da5; text-decoration: none; }
		#footer A:hover { text-decoration: underline; }
	#footer IMG { padding: 0 10px; }
	#footer-left { float: left;	}
	#footer-right { float: right; }
