html,body{height:100%;}

body {
    background: none repeat scroll 0 0 #C5C5AC;
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    margin: 0;
    width: 100%;
}

div#main {
    background: none repeat scroll 0 0 #F5F5DC;
    border: 1px solid #CCCCCC;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0 0 9px;
    margin: 1% auto;
    min-height: 97%;
    width: 1024px;
}


.header {
    border-radius: 10px 10px 10px 10px;
    height: 8em;
    padding: 2.5px;
    text-align: center;
}
.header div.big {
    font-size: 2em;
    display: inline-block;
}


.header > div > div {
    color: #9E9E85;
    display: inline-block;
    font-size: 3.5em;
    text-shadow: 2px 2px 2px #000000;
}
.footer {
    clear: both;
    height: 164px;
    margin-top: -164px;
    position: relative;
}
.footer > div{
	margin:auto;
	width: 100%
}
div#content {
    overflow: auto;
    padding-bottom: 164px;
    padding-top: 44px;
}
td{
    font-size:0.8em;
}


div#hmenu {
    background: none repeat scroll 0 0 #C5C5AC;
    margin: 2px auto;
    padding: 3px 0;
    width: 100%;
}


div#hmenu li a {
    color: #9E9E85;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
}
div#hmenu li.active a {
    color: #9E9E85;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: underline;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
}



div#hmenu li {
    background: none repeat scroll 0 0 #F5F5DC;
    display: inline-block;
    margin: -1px;
    padding: 3px 14px;
}



.footer > div > div {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 2px 7px #000000;
    margin-bottom: 9px;
    opacity: 0.8;
    padding: 5px 0;
}


.footer > div > div#powered {
    background: transparent;
    box-shadow: none;
}