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

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

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

#centercol{
    width: 580px;
    padding: 10px;
    background:#fcfcfd;
    display: table-cell;
}

#content_right {
    font-size: 18px;
    text-align: left;
}

#centercol a {
    color:#666;
}

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

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

