body
{
  margin: 0 auto;
  padding:0;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 11px;
  background-color:#d4dff2;
  color: #000;
  text-align: center;
}


#wrapper
{
  width: 796px;
  background-color: #fff;
  margin: auto;
  text-align: left;
}


a
{
  color: #3f47ad;
  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: #3f47ad;
}

  #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: #3f47ad;
    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;
  width: 560px
  height: 300px;
}

html>body #content{height: auto !important; min-height: 300px;}

  #content p
  {
    margin: 0;
    padding: 7px;
  }


#homeblurb
{
width: 580px;
float: left;
}

  
  #title
  {
    margin: 0;
    padding: 7px;
    font-size: 16px;
    font-weight: bold;
    color: #3f47ad;
    background-color: transparent;
  }



#inlineFirst{
margin: 0 0 0 10px;
}

#inlineSecond{
margin: 0 0 0 10px;
}


#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;
}

#feature
{
  float: left;
  width: 200px;
  height: 175px;
  margin: 5px 0 7px 7px;
  background-image: url(images/featurebox.jpg);
  background-repeat: no-repeat;
  border: 1px #3f47ad 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;
}
