/* 
    Document   : left-central
    Created on : 29-mar-2010, 2:22:21
    Author     : alfredonacinojandoc
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#leftcol {
    width:200px;
    padding:10px;
    background: #fcfcfd;
    display: table-cell;
    border-right: 1px dotted #cccccc;
}

#centercol{
    width: 600px;
    padding: 10px;
    background:#fcfcfd;
    display: table-cell;
    text-align: left;
}

#content_left {
    font-size: 13px;
    text-align: left;
}

#centercol a {
    color:#666;
}

#centercol a:hover {
    border-bottom:1px solid;
    color:#cccccc;
}

#content_central {
    text-align: left;
    margin:0 auto;
}
