﻿body 
{
    margin:0px; 
    padding:0px;
    background-image: url(../images/background.png);
    background-attachment:fixed;
    font-family:Arial, Verdana, Sans-Serif; 
    font-size:12px; 
    color:#000000;
}
p
{
    line-height:18px;
}


div.clearfix
{
    clear:both;
    margin:0;
    padding:0;
}

#wrapper
{
}

#main
{
    margin:100px 10px 0px 10px;
    width:980px;
    position:relative;
    top: -160px;
}

#logo
{
    position:relative;
    top: 80px;
    left: -5px;
    z-index: 1;   
}

#inner
{
    padding: 45px 0px 0px 0px;
    background-color:#FFFFFF;
    width:980px; 
}

/* TOP */
#top
{
    margin: 0px 40px 0px 40px;
    
    position:relative;
    padding:0px;
    top:2px;
    border-top: 1px solid white;
    border-bottom: 1px solid #D3DFEC;
}

    /* TOP LEFT */

    #topLeft
    {
        float:left;
        width: 55%;
        padding:10px 0 0 0;
    }

    /* TOP RIGHT */

    #topRight
    {
        float:right;
        width: 45%;    
        margin:0px 0px 1px 0px;
        padding:0;
    }
    
        #countdown
        {
            position:relative;
            top: -100px;
            left: 3px;
            z-index:0; 
        }
        
        #boy
        {
            margin-top: -108px;
            margin-bottom: 0px;
            z-index:0;
        }
        
        #tdot
        {
            position:relative;
            height:80px;
            width:240px;
            z-index:1;
            
        }
        
        #wdot
        {
            position:relative;
            top:-27px;
            height:20px;
            width:240px;
            z-index:2;
            /* border:solid 1px black; */
        }

/* BOTTOM */

#bottom
{
    background-color:#D3DFEC;
    border: solid 18px #D3DFEC 
}

#bottomInner
{
    background-color:#FFFFFF;
    padding: 22px;
    
}
    #share
    {
        float:right;
        margin-top:-5px;
    }
    
    h2
    {
        color:#034EA2;
        margin-top: -5px;
    }
    #externalLinks { margin:20px 0 30px 0; }
    #externalLinks a { margin-right: 31px; }
    #externalLinks a img { border: none }
    
    #eForm
    {
        width:500px;
        padding:0px;
        margin: 0px;
    }
    
    .txt
    {
        border:solid 1px #F58220;
        width: 85%;
        padding: 2px;
    }
    
    label
    {
        font-weight:bold;
        font-size:13px;
    }
    
    textarea
    {
        width:100%;
        height:80px;
    }
    
    td 
    {
        padding-top: 10px;
    }

#footer p
{
    color: #C2C2C2;
    margin: 15px 0 0 20px;
    font-size: 11px;
}
