body {
  background: #CCCCCC;
  font-family: Tahoma, Verdana;
  font-size: 11pt;
} 
 
  #header {
   margin: 0 auto;
    background: url(top.gif);
    width: 984px;
    height: 169px;
  }
  
  #middle {
    background: url(middle.gif);  
    min-height:300px;
    height:auto !important;
    height:300px;
    width: 984px; 
    margin: 0 auto; 
 }
  
  #bottom {
   margin: 0 auto;
   background: url(bottom.gif);
   width: 984px;
   height: 100px;
   bottom-margin: 0px;
  }

  #footer {
    font-size: 10pt;
    text-align: center;
    padding-top: 69px;
    color: white;
    font-weight: bold;
  }
  
  #header_logo {
     float: left;
     margin-top: 50px;
     margin-left: 70px;     
     width: 180px;
     height: 75px;
  }
  
  #header_banner {
     float: left;
     margin-top: 40px;
     margin-left:40px;
     width: 630px;
     height: 80px;
  }  
 
  #content_wrapper {    
     width: 890px;
     margin-left: 55px;
  }
 
  #sidebar {
    margin-left: 6px;
    width: 195px;
    float: left;
  }
  
  
  #content {
    margin-left: 30px;
    width: 650px;
    float: left;
    min-height:300px;
    color: black;
    font-weight: bold;
    text-align: center;

    min-height:300px;
    height:auto !important;
    height:300px;

  }

#content h1, #content h2, #content h3 {
    margin: 0;
    padding: 0px 0px 0px 0px;
}

#footer a:link, #footer a:active, #footer a:visited {
  color: white;
  text-decoration: underline;
}

#footer a:hover {
  color: blue;
  text-decoration: underline;
}
 
#content a:link, #content a:active, #content a:visited {
  color: white;
  background: green;
  text-decoration: none;
} 

#content a:hover {
  color: white;
  background: red;
  text-decoration: none;
} 
  

/* left sidebar menu stuff */

.urbangreymenu{
  padding-left: 2px; 
  width: 160px; /*width of menu*/
}


.urbangreymenu ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
  padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
  font-family: Tahoma, Verdana;
  font-size: 12pt;
  font-weight: bold;
  color: black;
  display: block;
  padding: 5px 0;
  line-height: 17px;
  padding-left: 8px; /*link text is indented 8px*/
  text-decoration: none;
}

.urbangreymenu ul li a:visited{
  color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
  color: white;
  background: black;
}

/* end left sidebar nav menu */  
  
