body {
    background-color:#EFEFEF;
    color:#333;
    font-family:Arial, Verdana;
    font-size:12px;
}

#main, #breadcrumbs {
    background-color:#fff;
    margin:0 auto 0 auto;
    width:800px;
    border:1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius:4px;
    padding:3px;
}

#main table thead tr td {
    text-align:left;
    background-color:#ddd;
    padding:4px 0 4px 0;
    font-weight:bold;
}

#main table tbody tr td {
    border-bottom:1px solid #ddd;
    padding:4px 0 4px 0;
}

#main table tfoot tr td {
    padding:8px 0 4px 6px;
}

#breadcrumbs {
    margin-bottom:10px;
}

#breadcrumbs ul, #breadcrumbs ul li {
    margin:0;
    padding:0;
    list-style:none;
    height:20px;
    line-height:20px;
}

#breadcrumbs ul li {
    float:left;
    padding-right:5px;
}

div.back {
    width:800px;
    margin:0 auto 0 auto;
}