body
{
margin: 0;
padding: 0;
font-size: 95%;
font-family: georgia, times, "times new roman", serif;
background-image: url(../media/log-cabin-logs-body-background.jpg);
background-attachment: fixed;
background-repeat: repeat;
}

a:link { 
color: #036;
}
a:visited { 
color: #066; 
}

a:hover, a:active
{
color: #fff;
background-color: #036;
}

#outerwrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #58382b;
	background-repeat: repeat-y;
	position: relative;
	}

#header {
	position: relative;
	width: 990px;
	height: 250px;
	background-color: #e7fae4;
  }
#header-logo {
	width: 645px;
	position: relative;
	float: left;
  }
#topRightBtns {
	width: 345px;
	position: relative;
	float: left;
  }
 #horzMenu {
 	position: relative;
	width: 990px;
	height: 35px;
	float: left;
	background-color: #e7fae4;
  }
 #horzBar {
   height: 15px;
   width: 990px;
   padding-top: 3px;
   background-image: url(../media/top-menu-green-divider.jpg);
   background-repeat: repeat-x;
 	 }


div#leftcontainer
{
background-image: url(../media/left-column-base.jpg);
background-color: #342D24;
background-repeat: repeat-y;
width: 990px;
}

div#rightcontainer
{
background-image: url(../media/right-column-base.jpg);
background-repeat: repeat-y;
background-position: right;
width: 990px;
}

div#leftsidebar
{
float: left;
width: 175px;
}

div#leftsidebar ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

div#leftsidebar ul li { margin-top: 0px; }

#leftsidebar ul li a
{
display: block;
width: 175px;
height: 40px;
padding: 0px 0px 0px 0px;
text-align: center;
text-decoration: none;
color: #e1dcd5;
background-image: url(../media/btn-info.jpg);
background-repeat: repeat-y;
}

#leftsidebar ul li a:hover
{
color: #000;
background-color: #ccc;
background-image: url(../media/btn-shopcat.jpg);
background-repeat: repeat-y;
}
 #leftLowerColumn {
 	color: #342D24;
	font-size: 14px;
	font-weight: bold;
	width: 175px;
	text-align: center;
}	
  .leftLowerDivider {
   height: 35px;
   width: 175px;
   padding-top: 10px;
   background-image: url(../media/divider.gif);
   background-repeat: no-repeat;
   text-align: center;
  }

div#rightsidebar
{
float: right;
width: 190px;
margin: 0;
padding: 2px;
color: #fff;
background-color: #9f722b;
}

div#rightsidebar h3
{
margin-top: 0;
color: #fff;
padding: .2em;
background-image: url(../media/test_more_base.jpg);
background-position: right;
background-repeat: repeat-y;
}

div#middlecolumn
{
float: left;
width: 600px;
padding: 10px;
background-image: url(../media/log-cabin-wood-planks-body-background.gif);

}

div#middlecolumn h2
{
font-size: 2em;
color: #036;
margin: 0;
padding-top: 1em;
font-weight: normal;
text-align: center;
}
div#middlecolumninfo
{
float: left;
width: 600px;
padding: 10px;
background-image: url(../media/log-cabin-wood-planks-body-background.gif);

}

div#middlecolumninfo h2
{
font-size: 2em;
color: #036;
margin: 0;
padding-top: 1em;
font-weight: normal;
text-align: center;
}

#cleardiv
{
clear: both;
height: 1em;
}

div#footer
{
width: 990px;
clear: both;
padding: .5em 1em;
border-top: 3px solid #342D24;
background-color: #cbb9a1;
text-align: center;
}

div#footer ul
{
padding: 0;
margin: 0;
list-style-type: none;
}

div#footer li
{
display: inline;
color: #342D24;
margin-right: 1em;
} 

