/* CSS Document */
body{
	background-color:#291a0d;
	/*color:#af9773;*/
	color:#ecd0a1;
}

map, area, a, img{
	border:0px black solid;
}

#wrapper{
	width:800px;
	margin:0px auto;
	border: 5px double #60412c;
	margin-top:-8px;
}

#header{
	background-image:url(../images/header.jpg);
	height:140px;
	width:800px;
}

#navigation{
	height:37px;
	text-align:center;
	background-image:url(../images/nav-bar.jpg);
	background-repeat:repeat-x;
	font-style:italic;
	font-size:20px;
	padding-top: 5px;
        font-weight:bold;
}
#navigation a a:link a:hover a:visited{
	color:#ecd0a1;
	text-decoration:none;
	font-style:italic;
	
}

#logo{
	float:left;
	margin:-188px 0px 0px 0px;
}

#content{
	height: 266px;
	margin-top:-4px;
	margin-bottom:0px;
	padding:0px;
}

#wood{
	background-color:#60412b;
	background-image:url(../images/woodselections.jpg);
	background-repeat:no-repeat;
	height:230px;
	padding: 25px 0px 5px 35px;
}

#woodType a:hover, a:visited, a:link{
	color:#ecd0a1;
	text-decoration:none;
	font-style:italic;
        font-weight:bold;
}

#footer{
	background-color:#362516;
	text-align:center;
}
#flash{
	float:left;
	margin-left:5px;
}
#info{
	font-size:15px;
	float:right;
	padding: 10px;
}
#seperator{
	background-image:url(../images/seperator.jpg);
	background-repeat:repeat-x;
	height:9px;
}

#product{
	background-image:url(../images/productbackgrounddefault.jpg); 
	background-repeat:no-repeat; 
	width:759px; 
	height:452px; 
	margin:0px auto;
}

#woodSelections{
	width:760px;
	float:left;
	margin: 0px 0px 0px 95px;
        font-weight:bold;
}
.spacing{
	margin: 2px 7px;
} 

.contentTitle{
	font-size:28px;
	font-weight:bold;
	font-style:italic;
	margin-bottom:30px;
}
.left{
	float:left;
}
.right{
	float:right;
}





