/**
 * $Date: 2006/01/26 05:49:22 $
 * $Revision: 1.7 $
 * $Source: /home/cvs/insurance/home/local/etc/default.css,v $
 **/

body 
{
  position: relative; 
  text-align: center;
  min-width: 800px;
  width: 800px;
  margin: 10px auto; 
  padding: 0;
  color: #000;
  background-color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

img
{
  border: 0;
}

a, a:link, a:visited, a:hover
{
  color: #000;
  background-color: #fff;
  text-decoration: underline;
}

#another 
{
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 11px;
  font-weight: bold;
}

#button 
{
  clear: both;
  float: left;
  margin-top: 15px;
  margin-left: 225px;
}

#header 
{  
  width: 740px;
  height: 75px;
  background-image: url('../bin/graphics/logo.gif');
  background-repeat: no-repeat;
}

#menu 
{
  width: 740px;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  margin-top: -25px;
  margin-right: 55px;
  margin-bottom: 20px;
}

#content 
{
  width: 780px;
  height: 450px;
  background-image: url('../bin/graphics/background.jpg');
  background-repeat: no-repeat;
  clear: both;
}

#content select 
{
  float: left;
  margin-top: 250px;
  margin-left: 220px;
}

#footer 
{
}



