/*
      Created by Britney Meadows 
	  with the help of 
	  Keith Donegan of Code-Sucks.com
	  
	  E-Mail: britney@bcmdesigns.com
  	  
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	background-image:url(../images/bg-wood.jpg);
	background-color:#AD986D;
	text-decoration: none;
	background-repeat: repeat;
}
#wrapper { 
 margin: 0 auto;
 width: 924px;


}
#header {
	color: #333;
	width: 924px;
	height: 393px;
	float: none;
	padding: 0px;
	height: 393px;
	background: #f5f5f5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 1;
}

#menu {
 padding: 335px 0px 0 0px;
 margin:0 0;
 position:absolute;
 width: 924px;
 clear: both;
 z-index: 2; 
}

/*Navigation*/
#tabsH {
	float:left;
	width:100%;
	/*background:#38424B;*/
      font-size:140%;
	font-weight:normal;
	line-height:normal;
	   }
    #tabsH ul {
	  margin:0;
	  padding:0px 0px 0 200px;
	  list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      /*background:url(../images/tableftH.gif) no-repeat left top;*/
      margin:1px 0 0 0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsH a span {
	float:left;
	display:block;
	/*background:url(../images/tabrightH.gif) no-repeat right top;*/
	padding:5px 15px 4px 6px;
	color:#5c471e;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#5c1e1e;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }
/* END NAVIGATON*/

#leftcolumn {
	color: #333;
	background: #f5f5f5;
	padding: 10px 10px 20px 20px;
	height: auto;
	width: 668px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 35px;
	margin-left: 0px;
	z-index: 3;
}
#rightcolumn {
	float: right;
	color: #333;
	background: #f5f5f5;
	padding: 10px 10px 200px 10px;
	height: auto;
	width: 200px;
	display: inline;
	margin-top: 0px 0px 0px 0px;
	z-index: 4;	
	
}

#footer {
	width: 899px;
	font-size: 85%;
	clear: both;
	color: #000;
	background: #123737;
	margin: 0px 0px 0px 0px;
	padding: 15px 5px 15px 20px;
	z-index: 3;
}

a		{
	color:#5c471e;
	text-decoration:none;
	font-weight:normal;
}
a:hover	{
	text-decoration:underline;
	color: #5c1e1e;
}



