body
{
font-weight:normal;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
margin:0;
color:#000;
background-image: url(images/tile.jpg);
background-repeat: repeat;
background-color:#000;
}

#wrapper
{
width:800px;
margin:auto;
background-color: white;
background-image: url(images/wrapperbg.jpg);
background-repeat: repeat;
text-align: left;
}


#top
{
width: 800px;
float: left;
height: 119px;
margin-bottom: -3px;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
}


      html>body #top{margin-bottom: 0px;}


  #top p
  {
  text-align: right;
  margin: 0;
  padding: 7px;
  font-size: 13px;
  color: #fff;
  
  }
  
  #top a
  {
  color: #a00000;
  font-weight: bold;
  text-decoration: none;
  }
  
  #top a:hover
  {
  color: white;
  font-weight: bold;
  text-decoration: none;
  }

#flash
{
float: left;
width: 600px;
height: 223px;
margin: 0 0 10px 0;
}




#buttons
{

}

  #buttons ul
  {
  list-style: none;
  margin: 0;
  padding: 0;
  }
  
  
  #buttons li
  {
  border-bottom: 1px dashed #000;
  }
  
  #buttons li a
  {
  display: block;
  width: 190px;
  padding: 5px 0px 5px 10px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  }


  #buttons li a:hover
  {
  color: #fff;
  background-color: #282828;
  }

#side
{
float: left;
width: 200px;
background-color: #a00000;
color: white;
}

  #side p
  {
  margin: 0;
  padding: 7px;
  }

#main
{
background-color: #fff;
width: 600px;
float: left;
}

  #main p
  {
  margin: 0;
  padding: 7px;
  }
  
  #title
  {
  margin: 0;
  padding: 7px;
  color: #a00000;
  font-weight: bold;
  font-size: 16px;
  background-color: transparent;
  }

#footer
{
width: 798px;
clear: both;
background-color: #282828;
border: 1px #a00000 solid;
color: white;
text-align: center;
}

  #footer p
  {
  margin: 0;
  padding: 7px;
  }
  
  
  #footer ul
  {
  padding: 3px 0 3px 0;
  list-style: none;
  margin: 0;
  }
  
  
  #footer li
  {
  display: inline;
  margin: 0 5px 0 5px;
  }
  
  #footer li a
  {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  }
  
  #footer li a:hover
  {
  color: #a00000;
  font-weight: normal;
  text-decoration: none;
  }
  
  .map
  {
  border: none;
  }



      #feature {
	     float: right;
	     width: 200px;
	     position: relative;
       margin: 0;
       height: 200px;
	     background-image: url(images/featurebox.jpg);
	     background-repeat: no-repeat;
	     }
	     
	     
            html>body #feature{height: auto !important; min-height: 200px; }


      #feature #inlineFourth {
	     height: auto;
	     width: 200px;
	     position: relative;
	     margin: 34px 0px 0px 0px;
      }
