/**
 * $Date: 2008/03/21 03:35:16 $
 * $Revision: 1.1 $
 * $Source: /home/cvs/deltacarinsurance.com/local/etc/default.css,v $
 **/

body 
{
  position: relative; 
  text-align: center;
  min-width: 807px;
  width: 807px;
  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: left;
  margin: 20px 0 10px 0;
  font-size: 11px;
  font-weight: bold;
}

#header 
{
  left: 0px;
  width: 807px;
  height: 43px;
  background-image: url('../bin/graphics/logo.jpg');
  background-repeat: no-repeat;
}

#menu 
{
  width: 807px;
  margin: 5px auto;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}

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

#state 
{
  float: left;
  margin-top: 250px;
  margin-left: 470px;
}

#button 
{
  clear: both;
  float: left;
  margin-top: 10px;
  margin-left: 420px;
}

#zipcode 
{
  float: left;
  margin-top: 160px;
  margin-left: 515px;
}

#footer 
{
}




