﻿/* ---------------------*/
/* layout elements		*/
/* ---------------------*/

#todo
{
    margin: 0 auto;
    text-align:center;
}

#l0g0
{
    position: absolute;
    top:30px;
    left: 50%;
    margin-left: -105px;
}
    #l0g0 img
    {
        border: 0px;
    }

#sl0gan
{
    position: absolute;
    top:110px;
    left: 50%;
    margin-left:220px;
}
    #sl0gan img
    {
        border: 0px;
    }

#l00
{
    background-color:#121212;
    background-image: url(images/layout/l00.png);
    background-repeat:no-repeat;
    background-position: center;
    height:206px;
    border-top: 1px solid #2e2e2e;
}

#l01
{
    background-color:#f4f4f4;
    background-image: url(images/layout/l01.png);
    background-repeat:no-repeat;
    background-position: center;
    height:494px;
}

    #l01_txt
    {
        /* raw content area is approx 960x768; margins will be built into the layout div*/
        position: absolute;
        top:167px;
        left: 50%;
        margin-left: -454px;
        width:910px;
        height:715px;
    }
    
    #l01_txt_left
    {    
        float: left;
        width:300px;
    }
    
    #l01_txt_right
    {
    }

#l02
{
    background-color:#121212;
    background-image: url(images/layout/l02.png);
    background-repeat:no-repeat;
    background-position: center;
    height:206px;
    border-bottom: 1px solid #2e2e2e;
}

    #l02_txt
    {
        padding-top: 160px;
    }
    
    
#section
{
    width:610px;
    float:right;
}

    #section_left
    {
        float:left;
        width: 335px;
        padding-right:35px;
    }
    
    #section_right
    {
        float:right;
        width: 240px;
    }
