body
{

  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 11px;
  background-color: #6a7698;
  color: #6a7698;
  text-align: center;
  background-image: url(images/bg.jpg);
background-repeat: repeat-y;
background-position: center;
}


#wrapper
{
  width: 796px;

  margin: auto;
  text-align: left;

}


a
{
  color: #606060;
  font-weight: bold;
  text-decoration: none;
}

a:hover
{
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}



#top
{
  width: 796px;
  height: 125px;
  float: left;
  background-image: url(images/top_bg.jpg);
  background-repeat: no-repeat;
}


#buttons
{
  width: 400px;
  float: right;
  margin: 93px 0 0 0;
  color: #000;
}

  #buttons ul
  {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  #buttons li
  {
    float: left;
    margin: 0 5px 0 0;
  }
  
  
  #buttons li a
  {

    display: inline;
    width: 80px;
    color: #000;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    padding: 10px 0 10px 3px;
  }
  
  
  #buttons li a:hover
  {
    font-weight: normal;
    text-decoration: underline;
  }  
  

#main{
width: 796px;
}
 
 
 
#flash
{
  width: 796px;
  float: left;
}

 

 

#content
{
  float: left;

  height: 300px;
}

html>body #content{height: auto !important; min-height: 300px;}

  #content p
  {
    margin: 0;
    padding: 7px;
  }


#homeblurb
{
  font-family : Arial Bold, Helvetica, sans-serif;
  font-size: 16px;
width: 796px;
float: left;
text-align: center;

}

  
  #title
  {
    margin: 0;
    padding: 7px;
    font-size: 14px;
    font-weight: bold;
    color: #454d67;
    background-color: transparent;
  }



#inlineSecond{
margin: 0;
float: right;
padding: 0;
}


#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: 150px;
  clear: both;
  background-image: url(images/footer_bg.jpg);
  background-repeat: no-repeat;
  text-align: center;
  
}

  #footer ul
  {
    margin: 0;
    padding: 10px 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;
  }


#info
{
padding: 45px 0 0 0;
color: #fff;
}