@charset "utf-8";
/* CSS Document */


body  {

background: #000000 url(images/brown-bg.jpg) repeat-x top;
}

#container {
background-image:url(images/bg-texture.jpg);
background-repeat:repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#441709;
font-size:11px;
    width:800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right:auto;
	margin-bottom: 0;
	margin-left:auto;
	
	}
	
#nav    {
}	
	
#maincontent  {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#441709;
}
#maincontent table {
font-size:12px;
color:#441709;
background-repeat:no-repeat;
}

 #leftbar {
	width: 150px;
	vertical-align: top;
	background: #441709;
	padding: 10px;
	margin: 0px;
	border-right: 1px solid #000000;
}
 #leftbar p {
	line-height: 1.5em;
	margin-bottom: .15em;
	font-size: 11px;
 }
  #leftbar a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
 }
 #leftbar a:link, #leftbar a:visited {
        color: #CDBF99;
 }
 #leftbar a:hover, #leftbar a:active {
	text-decoration: underline;
	color: #FFFFFF;
 }
 #leftbar ul {
	padding-left: 0.15em;
	margin-left: 0.15em;
	list-style-type: none;
	font-size: 11px;
 }
 #leftbar li {
        /*/*/margin: 0px 0px 10px; /* */
 }
 #centerbox  {
 font-weight:900;
 }  
 #footer   {
 color:#FFFFFF;
 width: 800px;
 background-image:url(images/brown-bg.jpg);
 }
/*
Container2for the menu. We set top and bottom borders only because the menu container
stretches the entire window width. Note that this container can go inside a fixed width
element that is centered on the page, if you so desire. It can even go inside a table cell.
It carries a background image for aesthetics.
*/
ul.menu {list-style:none;  margin:0; padding:0;
 color:#F4EDD5;
}
ul.menu * {margin:0;  padding:0}
ul.menu a {
	display:block;
	color:#F4EDD5;
	text-decoration:none
}
ul.menu li {position:relative; float:left;

}
ul.menu ul {position:absolute; top:26px; left:0; background:#F4EDD5; display:none; list-style:none;

	
}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:190px; margin:0}
ul.menu ul li a {
	display:block;
	padding:3px 7px 5px;
	background-color:#F4EDD5;
	color:#ad3c16;
	font-weight: 800;
	font-size: 11px;
}
ul.menu ul li a:hover {
	background-color:#441709; color:#FFFFFF;
}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {
	border:1px solid #aaa;
	padding:5px 7px 7px;
	font-weight:bold;
	background-color:#441709;
	width:auto;
}
ul.menu .menulink:hover, ul.menu .menuhover {
	background-color: #988263;
}
ul.menu .sub {background:#F4EDD5;

}
ul.menu .topline {border-top:1px solid #aaa}

.seo { 
color: #441709;
font-size: 9px;
}
.seo a:link {color: #441709;; text-decoration: none}
.seo a:visited {color: #441709; text-decoration: none}
.seo a:hover {color:  #441709; text-decoration: none}
.seo a:active {color:  #441709; text-decoration: none}




