/* General CSS  */

body {
    background: url("../images/background.jpg") top center repeat;
	background-color: #895524;
	font-size: 85%;
    font-family: "Tempus Sans ITC","Skia","Verdana","Arial","Helvetica","sans-serif";
    line-height: 1.2em;
	margin: 0px 0 0px 0;
}

/* just for IE6 */
* html body {
	font-size: small;
}

br {
    clear: both;
}

.section_title {
    font-size: 1.5em;
    font-weight: bold;
}

#main {
    background-color: #DFCFAB;
    border: #331F0D groove 8px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 20px 10px 20px;
	
	overflow: hidden;	/* these two lines cause div to expand around contained floats */
	width: 700px;			/* thanks to: http://www.quirksmode.org/css/clearing.html */

	
	filter:alpha(opacity=95); 
    -moz-opacity: 0.95; 
    opacity: 0.95;
}

#content {
	/*background-color: #eee;*/
    clear: both;
}

#header {
    background: url("../images/header.jpg") center top repeat transparent;
    height: 180px;
}

#header p {
    color: #E3AB3A;
    font-size: 3.5em;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 140px;
}

#footer
{
	border-top: 1px solid #ccc;
	font-size: 0.9em;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}

#home_content {
    font-size: 2.0 em;
    font-weight: bold;
    margin-right: 5px;
}

#home_content a {
    color: black;
    text-decoration: none;
}

#home_content img {
    border: none;
    padding: 3px 0 3px 0;
}

/* navigation bar */

#topnav {
    float: left;
    width: 100%;
}

#topnav ul {
	background-color: #E3AB3A;
	border-bottom: 1px solid #3B260F;
	border-top: 1px solid #3B260F;
	clear: both;
	color: White;
	float: left;
	/*font-family: arial, helvetica, sans-serif;*/
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 0px;
	width: 100%;
}

#topnav ul li { 
	display: inline; 
}

#topnav ul li a {
	border-right: 1px solid #fff;
	color: brown;
	float: left;
	font-stretch: extra-expanded;
	font-weight: bold;
	padding: 0.2em 1em;
	text-decoration: none;
}

#topnav ul li a:hover {
    background-color: #E49C3C;
	color: brown;
}

#furniture {
    padding: 0px; 
    margin: 0px;
}

#woodshop_links {
}
#woodshop_links td {
    text-align: center;
}

#woodshop_links img {
    border: none;
}
#woodshop_links a {
	color: brown;
    text-decoration: none;
}