html { background-color:#c9e1bf; }
body { background: #c9e1bf url(../img/background.gif) repeat-x; }
#main {
    width:880px;
    margin:0 auto;
    text-align:center;
}
h2 {
    font-size:20px;
    font-weight:bold;
    color:#2b8000;
    padding-bottom:12px;
}
ul {
   padding:0 15px 10px 15px; 
}
li {
   list-style-type:disc;
}   
#top {
    width:880px;
    background:url(../img/fatbg2.gif) no-repeat;
}
#content {
    text-align:center;
    background:#fff url(../img/bg2.gif) repeat-y;
}
#bottom-gradient {
    width:865px;
    margin:0 7px 0 7px;
    background: url(../img/background3.gif) repeat-x bottom;
}
#header {
    width:865px;
	height:90px;
    margin-left:0px;
}
#logo {
	float:left;
	margin:0;
    width:206px;
    height:65px;
    padding:25px 0 0 45px;
}
#tagline {
    padding:25px 45px; 
    float:right;
}
#mid-mod {
    width:799px;
    margin:0px 0px 0px 13px;
    background: url(../img/mid_mod.gif) repeat-y;
    text-align:left;
    padding:20px;
    min-height:200px;
    height:200px;
    height:auto;
}
#top-mod {
    width:839px;
    height:12px;
    margin:30px 0px 0px 13px;
    background: url(../img/top_mod.gif) no-repeat bottom;
}
#bottom-mod {
    width:839px;
    height:12px;
    margin:0px 0px 20px 13px;
    background: url(../img/bottom_mod.gif) no-repeat;
}

#footer{
	float:none;
	clear:both;
	background:url(../img/bg-footer.jpg) no-repeat top;
	width:842px;
	height:104px;
	margin-left:-3px;
	text-align:center;
    margin:10px 0 0 13px;
}
#footer .footer-nav{
	padding:10px 0 0 0;
	list-style:none;
}
#footer .footer-nav li{
	display:inline;
	color:#003809;
}
#footer .footer-nav li a{
	color:#003809;
    margin:0 1px;
	text-decoration:none;
}
#footer .footer-nav li a:hover {
	text-decoration:underline;
}
#footer .footer-nav .first-item{
	background:none;
}
#footer .copyright{
	margin-top:18px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
