@charset "utf-8";
/* CSS Document */

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */
body {
	background-image: url('../images/wood2_bg.gif');	
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

body#green {
	background-color: #999900;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

#green_bg {
	background-color: background-color: #999900;
	width: 732px;
}

#wrap {
	width: 732px;
	margin: 0 auto;
	/*border: 1px solid #000;*/
	position: relative;
	background-color: #999900;
}


#content {
	padding-bottom: 103px; /* must be same height as the footer */
	position: relative;
	padding: 20px;
} 

#main_content {
	width: 480px;
	float: left;
	/*border: 1px solid #000;*/
	margin-top: 10px;
}

#right_sidebar {
	width: 190px;
	float: right;
	border: 1px solid #000;
	margin-top: 10px;
	padding-bottom: 10px;
}

#header {
	width: 740px;
	margin-left: 10px;
	height: 136px;
	position: relative;
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
}

#header p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666666;
	position: absolute;
	top: 66px;
	left: 230px;
	font-style: italic;
}


#contact_info {
	width: 190px;
	position: absolute;
	top: 60px;
	left: 310px;
}


h1 {
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
}

h3 {
	color: #989898;
	font-size: 15px;
	background-color: #000;
	padding: 4px 0 4px 40px;
	margin-bottom: 6px;
	background-image: url('../images/karate_icon.png');
	background-repeat: no-repeat;
	background-position: 2px 4px;
}

h4 {
	margin-bottom: 8px;
}

h4.large_link {
	margin-left: 120px;
	margin-bottom: 20px;
}

ul {
	margin-left: 30px;	
}

ol {
	margin-left: 30px;	
}


ul.sidebar {
	list-style-type: none;
}

ul.sidebar li {
	margin-left: -10px;	
}

#wave_img img {
	width: 300px;
	position: absolute;
	top: 320px;
	left: 400px;
}

#links {
	font-size: 12px;
}

table#no_border {
	border: none;
	padding: 0px;
}

tr td.contact {
	padding: 2px;
}

table.border {
	border: 1px solid #000;
	border-collapse: collapse;
}

thead {
	background: #000;
	color: #989898;
}

td {
	padding: 2px 14px;
}

tr.bottom td {
	border-bottom: 1px solid #000;
}

a:link {color: #444;}
a:visited {color: #444;}
a:hover {color: #ccc;}
a:active {;}

#right_sidebar a:link {color: #444; font-size: 12px; text-decoration: none;}
#right_sidebar a:visited {color: #444; font-size: 12px; text-decoration: none;}
#right_sidebar a:hover {color: #ccc; font-size: 12px; text-decoration: none;}
#right_sidebar a:active {}

#footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	background: url('../images/footer.gif') 10px;
	background-repeat: no-repeat;
	background-color: #999900;
	height: 103px;
	width: 732px;
	margin: 0 auto;
	clear:both;
	color: #666666;	
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
}



#footer a {
	color: #666666;
}

#footer a:hover {
	color: #999900;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


