﻿body 
{
   background-image:url(/images/images/bg.jpg);
   background-repeat:repeat-x;
   background-color:#D3D3D3; 
   margin:0px auto;
   font-family:Arial;
   color:#3E3E3E;
   font-size:12px;
}

#full
{
    width:990px;
    margin:0px auto;
}

#full_main
{
    width:990px;
    margin:0px auto;
    float:left;
    border-right:1px #FFFFFF solid;
    border-left:1px #FFFFFF solid;
    border-bottom:1px #FFFFFF solid;
    background-color:White;
}
#header_full
{
    width:990px;
    background-image:url(/images/images/header_bg.jpg);
    background-repeat:repeat-x;
    height:110px;
}
#header_right
{
    width:704px;
    height:110px;
    float:right;
    
}

#header_left
{
    width:285px;
    height:110px;
    float:left;
    
}
#Flash
{
    width:990px;
    background-image:url(/images/images/full_flash_bg.jpg);
    background-repeat:repeat-x;    
    height:233px;
}

#main_container
{
    width:988px;
    border:0px red solid;
    margin-top:10px;
    float:left;
}

#right_container
{
    width:750px;
    
    float:right;
}
#left_container
{
    width:200px;
    border-right:1px #ADADAD dotted;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:15px;
    text-align:justify;
}
#footer
{
    width:955px;
    height:30px;
    background-color:#D1E0ED;
    border:1px #8DA7BE solid;
    margin:0px auto;
    margin-bottom:6px;
    margin-top:10px;
    padding:10px;
    color:#3B576F;
    font-size:11px;
    float:left;
    
}