body
{
  margin: 0 auto;
  padding:0;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 11px;
  background-color:#83a4bb;
  color: #fff;
  text-align: center;
}


#wrapper
{
  width: 796px;
  background-color: #0f4f7d;
  margin: auto;
  text-align: left;
}


a
{
  color: white;
  font-weight: bold;
  text-decoration: none;
}

a:hover
{
  color: white;
  font-weight: bold;
  text-decoration: underline;
}



#top
{
  width: 796px;
  height: 74px;
  float: left;
  background-image: url(images/top_bg.jpg);
  background-repeat: no-repeat;
}


#buttons
{
  width: 550px;
  float: right;
  margin: 35px 0 0 0;
}

  #buttons ul
  {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  #buttons li
  {
    float: left;
    margin: 0 10px 0 0;
  }
  
  
  #buttons li a
  {
    display: block;
    width: 96px;
    background-image: url(images/but_back.jpg);
    background-repeat: no-repeat;
    color: #000;
    font-weight: normal;
    font-size: 9px;
    text-decoration: none;
    text-align: left;
    padding: 10px 0 10px 3px;
  }
  
  
  #buttons li a:hover
  {
    background-image: url(images/but_back_ov.jpg);
    background-repeat: no-repeat;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
  }  
  

 
 
#pics_row
{
  width: 796px;
  float: left;
}

 
 
#flash
{
  width: 796px;
  float: left;
}

 
#main
{
  width: 796px;
  float: left;
}
 

#content
{
  float: left;
  width: 560px
  
}

  #content p
  {
    margin: 0;
    padding: 7px;
  }
  
  #title
  {
    margin: 0;
    padding: 7px;
    font-size: 16px;
    font-weight: bold;
    color: #d2ecff;
    background-color: transparent;
  }

 
#right
{
  float: right;
  width: 200px;
  margin: 0 5px; 0 0;
}

              html>body #right { margin: 0 15px; 0 0;}

  #right p
  {
  margin: 0;
  padding: 7px;
  }

 
#footer
{
  width: 796px;
  height: 140px;
  clear: both;
  background-image: url(images/footer_bg.gif);
  background-repeat: no-repeat;
  text-align: center;
}

  #footer ul
  {
    margin: 0;
    padding: 3px 0 0 0;
  list-style: none;
  }
  
  #footer li
  {
    display: inline;
    margin: 0 5px 0 5px;
  }
  
  #footer a
  {
    color: white;
    font-weight: bold;
    text-decoration: none;
  }
  
  #footer a:hover
  {
    color: white;
    font-weight: bold;
    text-decoration: underline;
  }


#feature
{
  float: left;
  width: 200px;
  height: 175px;
  margin: 5px 0 7px 7px;
  background-image: url(images/featurebox.jpg);
  background-repeat: no-repeat;
  border: 1px white solid;
}


          html>body #feature {height:auto !important; min-height: 175px;}


#feature #inlineFourth
{
	float: left;
  height: auto;
	width: 200px;
	position: relative;
	margin: 35px 0px 0px 0px;
}