/******************************************************************************* 
@copyright    Copyright (C) 2009 PCO-Innovation. All rights reserved. 
Author: Jeremy Marques ( jeremy.marques@pco-innovation.com)
*******************************************************************************/
 
/***
 *** Layout
 ***/

body {
    background-image:url("../img/header_background.png");
    background-repeat:repeat-x;
    background-position:0px 38px;
    background-color:#FFFFFF;
    text-align: center;
    font-size:75%;
    color:#000000; 
}

#main {
    width:800px;
    margin:0px auto;
    text-align:left; 
    z-index:1;
    position:relative;top:-43px;
}

#left {
    width:220px;
    float:left;    
}

#right {                                                                                  
    width:575px;
    float:right;  
    border-right:0px solid grey;  
    border-bottom:0px solid grey; 
    padding:20px 5px 0px 0px; 
}

#middle {
    border-top:1px solid #C1C1C1;
    padding:5px 0px;
}   

ul.list {
    margin-left:20px;
}

