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

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

#centercol{
    width: 840px;
    padding: 10px;
    background:#fcfcfd;
    display: table-cell;
    margin: 0 auto;
}

#centercol a {
    color:#666;
}

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

#content_central {
    text-align: left;
}
