body {
background: url(images/bg.jpg) repeat-x;
background-color: #fcfdf9;
margin: 0;
padding: 0;
font-family: lucida sans, verdana, arial, trebuchet, sans-serif;
font-size: 14px;
color: #404a28;
}

a:link, a:visited, a:active {
color: #82ad47; /*7eb331*/
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #82ad47;
text-decoration: underline;
font-weight: bold;
}

h1 {
font-family: lucida, Times, geogria, serif;
font-size: 22px;
color: #835ea6;
font-weight: bold;
padding: 0;
margin: 0;
}

h2 {
font-family: lucida, Times, geogria, serif;
font-size: 16px;
color: #835ea6;
font-weight: bold;
padding: 0;
margin: 0;
}

#wrapper {
width:1000px;
margin: auto;
}

#header {
background: url(images/header.jpg) no-repeat;
height:270px;
width:1000px;
}

  #topnav {
    width: 960px; height: 50px;
    background: url(images/topnav.jpg);
    margin: 10px auto; padding: 0;
    position: relative;}
  #topnav li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;}
  #topnav li, #topnav a {
    height: 50px; display: block;}
    
    
  #home {left: 0; width: 90px;}
  #about {left: 90px; width: 70px;}
  #blog {left: 160px; width: 65px;}
  #guide {left: 225px; width: 200px;}
  #resources {left: 425px; width: 120px;}
  #consulting {left: 545px; width: 205px;}
  #advertise {left: 750px; width: 110px;}
  #contact {left: 860px; width: 100px;}
  
   #home a:hover {
    background: transparent url(images/topnav.jpg)
    0 -50px no-repeat;}
  #about a:hover {
    background: transparent url(images/topnav.jpg)
    -90px -50px no-repeat;}
  #blog a:hover {
    background: transparent url(images/topnav.jpg)
    -160px -50px no-repeat;}
  #guide a:hover {
    background: transparent url(images/topnav.jpg)
    -225px -50px no-repeat;}
  #resources a:hover {
    background: transparent url(images/topnav.jpg)
    -425px -50px no-repeat;}
  #consulting a:hover {
    background: transparent url(images/topnav.jpg)
    -545px -50px no-repeat;}
  #advertise a:hover {
    background: transparent url(images/topnav.jpg)
    -750px -50px no-repeat;}
  #contact a:hover {
    background: transparent url(images/topnav.jpg)
    -860px -50px no-repeat;}
    
    
    #contentwrapper {
    height: 600px;
    width:975px;
    margin: auto;
    }
    
    
    
    #content {
    background: url(images/contentbg.png) no-repeat;
    width: 730px;
    float: left;
    padding: 40px;
    margin-top: 15px; /*lww 65*/
    min-height: 600px;
    }
    
    #leftnav {
    background: url(images/sponsorsbg.png) no-repeat;
    float: right;
    width:144px;
    padding: 20px 10px 20px 10px; 
    margin-top: 15px; /*lww 65*/
    text-align: center;
    min-height: 600px;
    }
    
    #footer {
    border-top:1px solid #c5c793;
    font-size: 12px;
    color: #8d915d;
    padding: 10px;
    margin: 20px;
    }
    
    #footer a{
    font-size: 12px;
    color: #8d915d;
    text-decoration: none;
    }
    
    ul, li {
    margin: 10px 0 10px 20px;
    padding: 0;
    }
    
    ol li {
    margin: 20px 0 40px 0;
    }
