body {
 font-family: Tahoma, Verdana, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #000000;
 color: #f6b480; 
}

a:link { color: #f3b38a; text-decoration: none; }
a:visited { text-decoration: none; color: #f3b38a; }
a:hover { text-decoration: underline; color: #ffddb5; }
a:active { text-decoration: none; color: #f3b38a; }
h1 { font-size: 16px; }

#wrapper { 
 margin: 0 auto;
 margin-top: 16px;
 width: 920px;
 border: 4px solid #4c0100;
 background:url('images/bgr_main.gif') repeat-y;
}

#header {
 width: 920px;
 float: left;
 height: 98px;
 margin: 0 auto;
 color:#a7d5a7;
 background-image:url('images/header.gif');
}

#leftcolumn { 
 color: #c3867a;
 margin: 0 auto;
 padding: 10px;
 width: 170px;
 float: left;
}

#content { 
 float: left;
 color: #c3867a;
 margin: 0 auto;
 padding: 2px 20px 4px 20px;
 width: 690px;
 display: inline;
}

#footer { 
 width: 920px;
 height: 27px;
 clear: both;
 color: #f6b480;
 margin: 0 auto;
 background-image:url('images/footer.gif');
}

.newslist {
 margin: 6px 0 12px 0;
 padding: 10px;
 list-style-type: none;
}

#copyright { font-size: 12px; padding-top: 6px; }
 
#site_title {
 font-size: 22px;
 padding: 30px;
 font-weight: bold;
}
 
#navpanel {
 width: 920px;
 height: 41px;
 background: url('images/bgr_nav.gif') repeat-x;
 text-transform: uppercase;
 list-style: none;	
 margin: 0 auto;
 clear: both;
}

#nav,#nav li {
 width: 145px;
 margin:0;
 padding: 0;
 list-style: none;
 display: inline;
}

#nav a {
 width: 145px;
 height: 31px;
 background: url('images/button_m.gif') no-repeat;
 float:left;
 text-align: center;
 display: block;
 text-decoration: none;
 padding: 10px 0 0 0;
}

#nav a:hover,#nav a:focus,#nav a:active { background-position: 0 -41px; }