body
{
  text-align: center;
  font-family: Arial;
  font-size: 10pt;
  background-color: #ffffff ;
}

.top_curve
{
  margin: 0 auto;
  width: 800px;
  height: 16px;
  background-image: url(images/website_top_curves.png);  
}

.bottom_curve
{
  margin: 0 auto;
  width: 800px;
  height: 16px;
  background-image: url(images/website_bottom_curves.png);  
}

#title
{
  margin: 0 auto;
  width: 800px;
  height: 200px;
  background-image: url(images/website_daisy_top_toplinewebsites.png);  
}

#main_menu
{
  margin: 0 auto;
  width: 800px;
  color: #D6A903;
  background-image: url(images/border_800px.png);
  
}

#main_menu a   
{
  color: #477FBC;
  text-decoration: none;

}

#main_menu a:hover  
{
  color: #D6A903;
  text-decoration: underline;

}



#page_contents
{
  margin: 0 auto;
  width:800px;
  background-image: url(images/border_800px.png);
}