BODY {
    background-image:url(../images/bg-brown.png);
font-family: arial;
font-size: 12px;
}

#top1 {
    width: 100%;
    right: 0%;
    bottom: auto;
    left: 0%;
    border: 1px solid #000;
    height: 3%;
    top: 0%;
    background-color: #8C6E41;
font-family: arial;
font-size: 12px;

}

#top2 {
    width: 100%;
    right: 0%;
    bottom: auto;
    left: 0%;
    border: 1px solid #000;
    height: 8%;
    top: 3%;
    color: #DADADA;
    background-color: #AF8951;
font-family: arial;
font-size: 12px;
}

#top3 {
    width: 100%;
    right: 0%;
    bottom: auto;
    left: 0%;
    border: 1px solid #000;
    height: 3%;
    top: 8%;
    background-color: #BFA174;
font-family: arial;
font-size: 12px;
}

/* set the navigation div */
#navigation {
    float: left;
    width: 200px;
    margin: 0px;
    margin-top: 10px;
    margin-right: 0px;
    padding: 5px;
    background-color: #CFB997;
font-family: arial;
font-size: 12px;
}

/* set the content div */
#content {
    margin: 0px;
    margin-top: 10px;
    margin-left: 220px;
    padding: 5px;
    border: 1px solid #000;
    border-color: #BFA174;
    background-image:url(../images/trans2.png);
font-family: arial;
font-size: 12px;
}

/* set the footer div */
#footer {
    padding: 5px;
    margin-top: 10px;
    background-color: #8C6E41;
    clear: both;
    border: 1px solid #000;
    color:#FFFFFF;
font-family: arial;
font-size: 12px;
}

.calendar {
    width: 100%;
    background-color: #BFA174;
font-family: arial;
font-size: 12px;
}

/* ---------------------------- over div ------------------------- */

#content:hover {
    cursor: default;
    border: 1px solid #000;
    color: #000000;
    border-color: #BFA174;
    background-image:url(../images/trans.png);
}

#navigation:hover {
    cursor: default;
    border: 1px solid #000;
    color: #000000;
    border-color: #000000;
    background-image:url(../images/trans.png);
}

.pagination a.disablelink, .pagination a.disablelink:hover {
    cursor: default;
    color: #000000;
    border-color: #000000;
    font-weight: normal !important;
}

.pagination a.currentpage {
    background-color: #AF8951;
    color: #000000 !important;
    border-color: #AF8951;
    font-weight: bold;
    cursor: default;
}

.pagination a:hover, .pagination a:active {
    border: 1px solid #000;
    color: #000;
    background-color: #AF8951;
}

.pagination a, .pagination a:visited {
    padding: 5px;
    border: 1px solid #000;
    text-decoration: none; 
    color: #DADADA;
}



