/* 
CSS Document 
hawaiibonefishing.com
all code is copyright to jamwerx and may not be used without written permission 
*/

#page-wrapper {
	min-height: 100%;
	background: url(/images/template/main-bg.jpg) repeat-x top center;
	position: relative;
	padding: 0;
	top: -45px;
	margin-bottom:-160px;
	border-top: solid 1px #dcdcdc;
}

* html #page-wrapper {
	height:100%;
}


#header-wrapper {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	height: 175px;
	position: relative;
	text-align: center;
}


#content-wrapper {
	margin-left: auto;
	margin-bottom: 120px;
	margin-right: auto;
	margin-top: 0;
	padding: 10px;
	width: 960px;
	/* border: solid 1px #fff; */
	position: relative;
	overflow: hidden;
}

* html #content-wrapper {
	margin-top: -30px;
}

#main-content {
	padding: 2px;
	margin: 0;
	width: 600px;
	float: left;
	border: solid 1px #a4a4a4;
	background: #fff url(/images/template/left-content-bg.jpg) repeat-x;
	min-height: 670px;
	height: auto;
	overflow: visible;
}

#main-content .flipflops {
	position: absolute;
	width: 65px;
	height: 65px;
	margin-left: -16px;
	margin-top: 50px;
	background: transparent url(/images/template/flippers.png);
	z-index: 9;
}


#content-right {
	padding: 2px;
	margin: 0;
	width: 340px;
	float: right;
}

#content-right .surfboard {
	position: absolute;
	width: 65px;
	height: 65px;
	margin-left: 130px;
	margin-top: 100px;
	background: transparent url(/images/template/surf.png);
	z-index: 9;
}









#footer {
	margin: 0;
	position: relative;
	width: 100%;
	clear:both;
	height: 160px;
	color: #626263;
	background: url(/images/template/footer-bg.jpg) repeat-x bottom center;
	/* border-top: solid 1px #ff9900; */
	border: none;
}

#copyrights {
	margin: 0 auto;
	padding-top: 30px;
	width: 950px;
	text-align: center;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}





.clearfooter{
	clear:both;
	height:30px;
}
























