*, html, body {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background: #003075;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
}
a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
}
input.button {
	cursor: pointer;
}
img {
	border: 0 none;
	vertical-align: middle;
}
P {
	margin: 0;
	padding: 0;
}
/*****************************************/
/**************** Layout *****************/
/*****************************************/
div.center {
	width: 837px;
	height: 747px;
	position: relative;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	text-align: center;
}
#header {
	background: url(../images/header.png) top center no-repeat;
	width: 100%;
	height: 69px;
	position: relative;
}
#header h1 {
	display: none;
	visibility: hidden;
}
#tempe12header {
	background: url(../images/tempe12header.png) top center no-repeat;
	width: 100%;
	height: 69px;
	position: relative;
}
#tempe12header h1 {
	display: none;
	visibility: hidden;
}
.address {
	width: 300px;
	height: 30px;
	display: block;
	position: absolute;
	top: 25px;
	left: 30px;
}
#top_nav {
	position: absolute;
	right: 17px;
	bottom: 15px;
	list-style: none;
}
#top_nav li {
	display: block;
	float: left;
	text-transform: uppercase;
}
#top_nav li a {
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
}
#top_nav li a:hover {
	font-weight: bold;
}
#top_nav li a.current {
	font-weight: bold;
}
li.home {
	width: 102px;
}
li.raft {
	width: 192px;
	margin-left: 10px;
}
li.contact {
	width: 118px;
	margin-left: 10px;
}
#main {
	background: url(../images/main.png) top center repeat-y;
	width: 100%;
	height: 576px;
	position: relative;
	overflow: hidden;
	text-align: left;
}
#hit_em {
	background: url(../images/hit_em.png) center center no-repeat;
	width: 408px;
	height: 52px;
	position: absolute;
	top: 15px;
	left: 20px;
}
#hit_em h2 {
	display: none;
	visibility: hidden;
}
#raft {
	background: url(../images/raft.png) center center no-repeat;
	width: 268px;
	height: 47px;
	position: absolute;
	top: 15px;
	left: 20px;
}
#raft h2 {
	display: none;
	visibility: hidden;
}
#contact {
	background: url(../images/contact.png) center center no-repeat;
	width: 142px;
	height: 48px;
	position: absolute;
	top: 15px;
	left: 20px;
}
#contact h2 {
	display: none;
	visibility: hidden;
}
#tempe12 {
	background: url(../images/tempe12.png) center center no-repeat;
	width: 172px;
	height: 48px;
	position: absolute;
	top: 15px;
	left: 20px;
}
#tempe12 h2 {
	display: none;
	visibility: hidden;
}
#text {
	width: 385px;
	height: auto;
	float: left;
	margin-top: 81px;
	margin-left: 20px;
	padding-left: 12px;
}
.home_girl {
	width: 736px;
	height: 492px;
	float: right;
	margin-top: 71px;
	margin-right: 50px;
}
.raft_girl {
	width: 343px;
	height: 487px;
	float: right;
	margin-top: 71px;
	margin-right: 50px;
}
.contact_girl {
	width: 343px;
	height: 487px;
	float: right;
	margin-top: 71px;
	margin-right: 50px;
}
#buy_now {
	background: url(../images/buy_now.png) center center no-repeat;
	width: 341px;
	height: 159px;
	position: absolute;
	top: 11px;
	right: 67px;
	text-indent: -9999px;
}
#left {
	width: 710px;
	height: auto;
	float: left;
	margin-left: 10px;
	
}
#right {
	width: 245px;
	float: left;
	margin-left: 25px;
	padding-bottom: 20px;
}
#footer {
	background: url(../images/footer.png) top left no-repeat;
	width: 100%;
	height: 82px;
	padding-top: 20px;
	text-align: center;
}
#footer_nav {
	list-style: none;
}
#footer_nav li {
	display: inline;
	text-transform: uppercase;
}
#footer_nav a {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	font-weight: normal;
}
#footer_nav a:hover {
	font-weight: bold;
}
#footer_nav li a.current {
	font-weight: bold;
}
.copy {
	display: block;
	margin-top: 5px;
	font-size: 10px;
}