/**
  <!-- $Author: dbibbens $ -->
  <!-- $Date: 2010/04/30 17:02:50 $$ -->
  <!-- $Revision: 1.17 $ -->
  <!-- $Source: /home/cvs/carinsurancehounds.com/local/etc/default.css,v $ -->
**/

body 
{
    position: relative; 
    text-align: center;
    width: 760px;
    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;
}

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

#results-hdr
{
    width: 760px;	
    height: 100px;
    background: url('../bin/graphics/rsbg.gif') top center no-repeat;
}  

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

#landing 
{
    width: 760px;
    height: 400px;
    background-image: url('../bin/graphics/background.gif');
    background-repeat: no-repeat;
    clear: both;
}

#landing-new 
{
    width: 760px;
    height: 400px;
    background-image: url('../bin/graphics/background_new.gif');
    background-repeat: no-repeat;
    clear: both;
}

#content select 
{
    float: left;
    margin-top: 190px;
    margin-left: 425px;
}

#content input
{
    float: left;
    margin-top: 190px;
    margin-left: 425px;
    width: 140px;
}

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

#results 
{
    width: 760px;
}

#another 
{
    font-size: 11px;
    font-weight: bold;
}

#footer 
{
    width: 760px;
}
