html, body {
	margin: 0;
	padding: 0;
	background-color: #281b08;
	font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
	color: #333;
	font-size: 13px;
	height: 100%;
}


h1 { color: #4c7010; font-size: 2em;}
h2 { color: #281b08;}
p { color: #281b08;}


img { border: 0px;}

#wrapper {
	width: 100%;
}

#header {
	width: 100%;
	background-color: #80bd55;
	height: 100px;
	float: left;
	text-align: center;
	clear: both;
}

#logo_ths { float: left; width: 130px; margin-right: 5px;}

#logo_rockler { float: left; width: 195px; margin-left: 5px;}

#nav { float: right;font-size: 16px;color: #f0f0f0; width: 450px; }
	
	#nav a { color: #f0f0f0; text-decoration: none;}
	#nav a:hover { color: #f0f0f0; text-decoration: underline;}
	#nav a:visited { color: #f0f0f0;}
	
	#nav_links { font-size: 14px; padding: 3px;}
	#nav_search { background-color: #f0f0f0; color: #281b08; text-align: center; font-size: 13px; float: right; margin: 3px; padding: 3px; border: 1px solid black;}
	#search_logo { float: left;}
	#search_box { float: left;}
	#search_text { float: left;}
	
.content {
	width: 800px;
	margin: 0px auto; 
	text-align: left;
}

#main {
	width: 100%;
	clear: both;
	float: left;
	text-align: center;
	height: auto;
	_height: 375px;
	min-height: 375px;
	background-color: #f0f0f0;
	padding: 0px 0px 25px 0px;
}

	#rockler_banner { width: 468px; margin: 5px auto; clear: both;}

#footer { background-color: #281b08; width: 100%; height: auto; text-align: center; color: #f0f0f0; float: left; clear: both; padding: 5px 0px;}

#footer .content { text-align: center;}

#footer a {color:#f0f0f0; text-decoration: none;}
#footer a:hover {text-decoration: underline;}



#secondary_nav { color: #80bd55; background-color: #281b08; clear: both; text-align: center; font-size: 14px; line-height: 24px;}
#secondary_nav a { color: #f0f0f0; text-decoration: none;}
#secondary_nav a:hover { text-decoration: underline;}