html,body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: #764427;
	font: .94em/1.8em "Courier New", Courier, monospace;
}

/* @group Layout */

#master_container {
	width: 704px;
	margin-right: auto;
	margin-left: auto;
}

#logo_container {
	margin-top: 45px;
}

#footer {
	text-transform: uppercase;
	font: .7em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 10px;
	padding-left: 5px;
}

#footer a:link, #footer a:visited {
	color: #764427;
	text-decoration: none;
	font: normal normal 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#footer a:hover, #footer a:active {
	color: #f26a39;
	text-decoration: underline;
	font: normal normal 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#copyright {
	text-transform: uppercase;
	font: .7em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 10px;
	color: #adb0b2;
	margin-bottom: 35px;
	padding-left: 5px;
	padding-bottom: 0;
}

/* @group Navigation */

#navigation_container {
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
}

#home_sitemap {
	height: 18px;
	text-align: right;
}

#about {
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 100;
	width: 76px;
	height: 25px;
}

#clients {
	position: absolute;
	top: 25px;
	left: 357px;
	z-index: 100;
	width: 108px;
	height: 25px;
}


#elements {
	position: absolute;
	top: 25px;
	left: 150px;
	z-index: 100;
	width: 119px;
	height: 25px;
}

#milling_grading {
	position: absolute;
	top: 0px;
	left: 474px;
	z-index: 100;
	width: 221px;
	height: 25px;
}

#sources {
	position: absolute;
	top: 50px;
	left: 74px;
	z-index: 100;
	width: 106px;
	height: 25px;
}

#locations {
	position: absolute;
	top: 50px;
	left: 561px;
	z-index: 100;
	width: 134px;
	height: 25px;
}

#contact {
	position: absolute;
	top: 75px;
	left: 203px;
	z-index: 100;
	width: 106px;
	height: 25px;
}

#press {
	position: absolute;
	top: 0;
	left: 1px;
	z-index: 100;
	width: 76px;
	height: 25px;
}

#view_navigation {
	height: 9px;
	text-align: right;
}

/* @end */

/* @group Sub Navigation */

#sub_navigation {
	text-align: left;
	margin-top: 25px;
}

#content_container {
	background-color: #eff5f6;
	border: 1px solid #ebeced;
	padding: 25px 30px;
}

#copy_container {
	margin: 0 245px 0 0;
	padding: 0;
}

/* @end */

/* @group Elements Main Page */

.thumb_cell {
	color: #764427;
	text-decoration: none;
	font: normal normal .65em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	padding-right: 10px;
	vertical-align: top;
}

.thumb_cell img {
	margin-bottom: 10px;
}

#wood_description {
	vertical-align: top;
	text-align: left;
	padding-top: 8px;
	padding-left: 10px;
}

#wood_thumbs {
	vertical-align: top;
	/*padding-top: 8px;*/
}

/* @end */

/* @end */

/* @group Elements */

img {
	border: 0;
	margin: 0;
	padding: 0;
}

td {
	vertical-align: middle;
	text-align: center;
}

a:hover {
	color: #f26a39;
}

a.sitemap:link, a.sitemap:visited, a.sitemap:active {
	text-decoration: none;
}

a.sitemap:hover {
	text-decoration: underline;
}

a.thumb, a.thumb:visited, a.thumb:active {
	color: #aa8972;
	font-weight: bold;
}

a.thumb:hover {
	color: #f05227;
}

a.thumb:link img.thumb,
	a.thumb:visited img.thumb {
	border: 2px solid  #aa8972;
}

a.thumb:focus img.thumb,
	a.thumb:hover img.thumb,
	a.thumb:active img.thumb {
	border: 2px solid #545454;
}

ul, li {
	

/*font-family: "Courier New", Courier, monospace;*/
	

/*font-weight: bold;*/
	color: #764427;
}

h4 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: bold;
}

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	font-weight: bold;
	color: #764427;
}

a:link, a:visited, a:hover, a:active {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #7b3c00;
}

/* @end */

.pipe {
	margin-right: 15px;
	margin-left: 15px;
}

/* @group Contact Form */

#contact_form_container {
	width: 300px;
	float: right;
}

#contact_copy_container {
	margin: 0 340px 0 0;
	padding: 0;
	text-align: justify;
}

input {
	width: 200px;
	margin-bottom: 5px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #7b3c00;
}

textarea {
	width: 200px;
	height: 50px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #7b3c00;
}

a.send {
	text-decoration: none;
}

/* @end */

/* @group E-List Form */

#elist_signup_container {
	width: 215px;
	border: 1px solid #ff0f1b;
	float: right;
}

/* @end */