body {
	margin:0;
	padding:0;
	background: rgb(216,202,179);
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color:#333;
}
/* global container */
#wrapper{ width: 992px; /*min-height:1500px;*/ margin:0px auto;background:#FFF url(gfx/bodybg.png) repeat-y; }
#super{ width:100%; background:#FFF url(gfx/bodybg.png) repeat-y; margin:0; padding:0; }
#cb{ margin-right:9px; margin-left:8px; width: 975px; }
#left{ float:left; width: 200px; margin:0 auto; padding:3px; font-size:12px; background:rgb(242,242,242); }

/* Header */
#header{ width:975px; margin:0 auto;}
#headerimg{ width:975px; height:196px; background:#000 url(gfx/header.jpg) no-repeat right; }
#headernav{ background-color:rgb(163,122,88); width:975px; height: 25px; }
#headernav ul{ margin:0px; padding:0px; padding-left:14px; }
#headernav li{ list-style-type:none; float:left; border-right:1px solid rgb(77,47,23); color:#FFF; padding-right:12px; padding-left: 6px; }
#headernav a:active, #headernav a:link,#headernav a:visited{ text-decoration:underline; color:rgb(77,47,23); font-weight:900;}
#headernav a:hover{ color:#FFF; }

/* Content */
#content{ width: 720px; float:right; margin: 0 auto; background: #fff url(images/bg.jpg) repeat-y left; padding:10px 5px 10px 10px; color:#000; }
#content p{ margin: 0; padding:5px 0; color:#000; line-height:1.8em; font-size:0.85em; }
#left p{ clear:both; margin:4px; }
#content ul{ list-style-type:none; margin:0; padding:0; margin-bottom:35px; }
#content li{ float:left; margin-right: 7px; }

.firstp{ font-weight:700; /*width:480px;*/  }
#content img{ float:right; padding:5px; }
/*.articleimage img{ float:right; }*/


#left strong{ padding:14px; font-weight:bold;}
#left ul{ margin-left:-2px; padding:5px 0px; list-style: none; }
#left li{ height:25px; width:200px; padding-left: 5px; border-bottom:1px solid #CCC; }

#left a,#content a {
	/*height:20px;*/
	text-decoration: none;
	font-weight: bold;
	margin-left:10px;
}
#left a:active,#left a:link,#left a:visited, #content a:active,#content a:link,#content a:visited{ text-decoration:underline; color:rgb(77,47,23); }
#left a:hover,#content a:hover{ color:#8d811c; }
#left li.active{ display:block; background:rgb(163,122,88); color:#FFF;}
#left li.active a{ color:#FFF;} 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-family: Georgia, "Verdana", Times, serif;
	font-weight: normal;
	color:rgb(77,47,23);
	clear:both;
}
h2{font-size:1.5em;line-height:1.5em;}
h3{font-size:1.3em;line-height:1.2em;}
p, blockquote, ul, ol {
	margin-top: 0;
	line-height:1.8em;
}
img.left{
	float:left;
	margin:0 1em 1em 0;
}
img.right{
	float:right;
	margin:0 0 1em 1em;
}
a img{
    border:0;
    padding-bottom:3px;
}
.clear{
	clear: both; 
	height: 1px;
}
/* Footer */
#footer{ clear:both; width:100%; height:47px; background:rgb(163,122,88);color:rgb(220,220,220); text-align:center;}
#footer a,#footer a:hover,#footer a:link,#footer a:visited, #footer a:active{ color:rgb(220,220,220) !important; text-decoration:none !important; font-size:9px; padding:0px; margin:0px auto; border:none; }
#sitemap li{ float:none; list-style-type:square;}
