*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	color: #FFFFFF;
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #000000;
}

a {
	text-decoration: none;
	color: #fb9a02;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
}

h3{
	color: #fb9a02;
	font-size: 19px;
	padding: 10px 0px;
}


#entire_whole_site_container {
	background: #b9b49d url("/images/backgrounds/main_background_repeat.jpg");
	background-position: center top;
	background-repeat: repeat-y;
}

#whole_site_container {
	background: transparent url("/images/backgrounds/main_background_top.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}

#site_container {
	background: transparent url("/images/backgrounds/main_background_bottom.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
}

div.home{
	background: transparent url("/images/backgrounds/home_bg.jpg") !important;
	background-position: center 167px !important;
	background-repeat: no-repeat !important;
}

div.gallery{
	background: transparent url("/images/backgrounds/gallery_bg.jpg") !important;
	background-position: center 167px !important;
	background-repeat: no-repeat !important;
}

div.about{
	background: transparent url("/images/backgrounds/about_bg.jpg") !important;
	background-position: center 167px !important;
	background-repeat: no-repeat !important;
}

div.services{
	background: transparent url("/images/backgrounds/services_bg.jpg") !important;
	background-position: center 167px !important;
	background-repeat: no-repeat !important;
}

div.shows{
	background: transparent url("/images/backgrounds/shows_awards_bg.jpg") !important;
	background-position: center 167px !important;
	background-repeat: no-repeat !important;
}

div.awards{
	background: transparent url("/images/backgrounds/shows_awards_bg.jpg") !important;
	background-position: center 167px !important;
	background-repeat: no-repeat !important;
}

div.wood_art{
	background: transparent url("/images/backgrounds/wood_art_bg.jpg") !important;
	background-position: center 167px !important;
	background-repeat: no-repeat !important;
}

div.contact{
	background: transparent url("/images/backgrounds/contact_bg.jpg") !important;
	background-position: center 167px !important;
	background-repeat: no-repeat !important;
}

#container {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	min-height: 720px;
	line-height: 20px;
	height: auto !important;
	height: 720px;
}

h1#logo {
	position: absolute;
	width: 333px;
	height: 125px;
	top: 0px; 
	left: 0px;
}
#logo a {
	display: block;
	height: 125px;
}
	#logo a span{
		display: none;
	}
	
.gallery_link {
	width: 95px;
	background: transparent url("/images/nav/gallery.png");
}

.about_link {
	width: 78px;
	background: transparent url("/images/nav/about.png");
}

.services_link {
	width: 92px;
	background: transparent url("/images/nav/services.png");
}

.shows_link {
	width: 79px;
	background: transparent url("/images/nav/shows.png");
}

.awards_link {
	width: 90px;
	background: transparent url("/images/nav/awards.png");
}

.woodart_link {
	width: 111px;
	background: transparent url("/images/nav/woodart.png");
}

.contact_link {
	width: 100px;
	background: transparent url("/images/nav/contact.png");
}

ul#nav {
	margin: 0px 0px 0px auto;
	list-style: none;
	width: 645px;
	height: 88px;
}
	#nav li {
		float:left;
	}
		#nav li a{
			display: block;
			height: 88px;
			background-position: 0px -176px;
	}
		
			#nav li a:hover {
				background-position: 0px -88px;
			}		

			.nav_precurser {
				height: 88px;
				display: block;
				background-position: 0px -176px;		
			}

				#nav a strong {
					 visibility: hidden;
				}

div#main_body {
	background: repeat-y transparent url("/images/body_regions/content_body.png");
	padding: 0px 10px;
	width: 278px; 
	min-height: 326px;
	height: auto !important;
	height: 326px;
	font-size: 12px;
}

div#main_body h2 {
	color: #fb9a02;
	font-size: 22px;
	background: transparent url("/images/backgrounds/content_header.png");
	background-repeat: no-repeat;
	height: 65px;
	margin: 0px -10px;
	padding: 25px 0px 0px 15px;
	text-transform: uppercase;
}

div#main_body_large {
	background: repeat-y transparent url("/images/body_regions/large_content_body.png");
	padding: 0px 10px;
	width: 521px;  
	min-height: 326px;
	height: auto !important;
	height: 326px;
	font-size: 12px;
}

div#main_body_large h2 {
	color: #fb9a02;
	font-size: 22px;
	background: transparent url("/images/body_regions/large_content_header.png");
	background-repeat: no-repeat;
	height: 65px;
	margin: 0px -10px;
	padding: 25px 0px 0px 15px;
	text-transform: uppercase;
}

.body_left {
	position: absolute;
	top: 180px;
	left: 57px;
}

.body_right {
	position: absolute;
	top: 180px;
	right: 57px;
}

ul#gallery_list{
	position: relative;
	top: 100px;
	right: 60px;
	list-style: none;
	width: 400px;
	float: right;
}

ul#gallery_list li {
	display:inline;
}

ul#gallery_list li a {
	display: block;
	margin: 5px 0px;
	padding: 10px 5px;
	background-color: #000000;
}
ul#gallery_list li a:hover {
	background-color: #333333;
}

div#footer_container {
	background: transparent url("/images/backgrounds/footer.jpg");
	background-repeat: repeat-x;
}

div#footer {
	width: 1000px;
	padding: 20px 0px 0px 0px;
	margin: 0px auto;
	height: 60px;
	text-align: right;
}
#footer span {
	display: none;
}

#footer a{
	display: none;
	color: #FF6600;
}

