 * {
}

html, body {
    height: 100%;
}

body {
    background: #f1ede0 url(bg.png) repeat-x top left;
    font: normal 100.01% Arial;
    font-size: 80%;
    color: #000;
} #wrapper {
    width: 776px;
    margin: auto;
    background: #fff;
} * html #wrapper {
    height: 100%;
}

h1 {
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 23px;
    font-weight: normal;
    margin: -15px 0 20px 0;
    color: #5b310b;
}
h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: normal;
    color: #5b310b;
}

p {
    margin: 0 0 7px 0;
} #header {
    background: url(header.png);
    height: 200px;
    color: #5b310b;
} #menu {
    list-style-type: none;
    position: relative;
    top: 65% !important;
    top: 60%;
    margin: auto;
    background: url(bgmenu2.png);
    width: 85%;
    height: 70px;
} #submenu {
    list-style-type: none;
    text-align: center;
    background: none;
    font-size: 15pt;
    margin-top: 10px;
} #submenu li {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
} #submenu li a {
    color: #325a69;
    text-decoration: none;
} #submenu li a:hover {
    color: #000000;
    text-decoration: underline;
} #menu li {
    height: 80px;
    float: left;
} #menu li a {
    float: left;
    display: block;
    height: 30px;
    padding: 50px 13px 0 13px;
    color: #325a69;
    text-decoration: none;
    font-size: 95%;
} #menu li a:hover, .active {
    background: url(a.png) !important;
    background: #c4f2ff;
} #content {
    padding: 40px 30px 20px 30px;
    background: #fff;
    line-height: 130%;
} #footer {
    height: 25px;
    color: #999;
    padding: 10px 30px;
    font-size: 90%;
}

td {
    padding-bottom: 20px;
}
