/**
 * $Date: 2010/07/08 17:45:40 $
 * $Revision: 1.22 $
 * $Source: /home/cvs/easylifeprotection.com/local/etc/default.css,v $
 **/

body 
{
    position: relative; 
    text-align: center;
    min-width: 960px;
    width: 960px;
    margin: 0 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: #fff;
    background-color: transparent;
    text-decoration: underline;
}

h3
{
    text-align: left;
    font-size: 18px;
    color: #ffff66;
}

#col-left p
{
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

#mycontainer
{
    width: 960px;
}

#header 
{  
    width: 960px;
    height: 300px;
    background-image: url(../bin/graphics/header.jpg);
    background-repeat: no-repeat;
}

#col-left 
{
    width: 140px;
    height: 1024px;
    padding: 5px;
    float: left;
    color: #000;
    background-color: #006699;
}

#col-right 
{
    color: #000;
    background-color: #006699;
    text-align: left;
    width: 800px;;
    height: 1024px;
    padding: 5px;
    float: left;
}

#unsub
{
    width: 550px;
    height: 625px;
    background-color: #fff;
    padding: 25px 0 0 0;
}

#footer 
{
}


#privacy
{
    text-align: left;
    color: #000;
}

