@CHARSET "UTF-8";

body {
    color: black;
    font-size: 18px;
    background-color: #ad984c;
}

a {  
    color: black;
    text-decoration: none;
}

table {
    width: 1215px;
    border: 1px solid;
    border-collapse: collapse;
}

/*--------------------------------------------------------------- MENU START */

#menu td a {
    display: block;
    text-align: center;
    padding: 13px 16px;
}

#menu td:hover {
    background-color: #7C7C7C;
}

#menu table {
    width: 1257px;
    border: 1px solid;
    border-collapse: collapse;
    position: relative;
    text-align: center;
    left: -3px;
}

#menu td {
    border-style: solid;
    border-color: #000;
    width: 150px;
    height: 40px;
    background-color: #cdcdcd;
}

#menu td.active{
    border-color: #000;
    background-color: #FFF;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
}

#menu td.left{
    border-color: #000;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #ad984c;
    border-left-color: #ad984c;
    background-color: #ad984c;
}

#menu td.right{
    width: 305px;
    border-color: #000;
    border-top-style: solid;
    border-top-color: #ad984c;
    border-right-style: solid;
    border-right-color: #ad984c;
    background-color: #ad984c;
}

#menu {
    width: 1248px;
}

/*----------------------------------------------------------------------  MENU  END */

#outer {
    margin: auto;
    position: relative;
    top: 60px;
    width: 1248px;
    background-color: #FFF;
}

#content {
    display: block;
    text-align: center;
    width: 1215px;
    border-color: #000;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;    
    padding: 25px 15px 25px 15px;
    min-height: 500px;
}

#footer p {
    width: 1228px;
    text-align: center;
    font-size: 12px;
    background-color: #ad984c;
    padding: 10px;
    margin: 0px;
}

#debug {
    position: relative;
    top: 50px;
    left: 5px;
}
