body,html {
        font-family: Verdana,  sans-serif;
        margin:0;
        padding:0;
        font-size: medium !important;font-size: small;
        background-color: #F3E9D6;
        text-align:center;
        color:#2F311E;
		padding-left:10px;
		padding-right:10px;
}
a {
        color: #D1B381;
		
        }
a:hover {
        color: #BF9246;
        }
#holder {
        background-image: url(/images/bg.jpg);
        background-repeat: repeat-y;
        width: 773px;
        height: 534px;
        margin: auto;
        margin-top: 30px;
		
        }
h1 {
        display:none;
        }
h2{
        color:#D1B381;
}		
#content {
        height: 410px;
        position: relative;
        }
#foot {
        width: 753px !important;width: 773px;
        height: 29px;
        background-repeat: no-repeat;
        background-image: url(/images/foot.gif);
        background-color: #F3E9D6;
        padding-top: 10px;
        font-size: 70%;
        text-align: right;
        padding-right: 20px;
        }
#top {
        position: relative;
        width: 753px !important;width: 773px;
        height: 97px;
        background-repeat: no-repeat;
        background-image: url(/images/head.gif);
        font-size: 75%;
        padding-right: 20px;
        }
#img {
        position: absolute;
        top:0px;
        left:6px;
        width: 237px;
        height: 410px;
        }
#text {
        position: absolute;
        top:0px;
        left:244px;
        width: 502px !important;width: 522px;
        height: 390px !important;height: 410px;
        overflow: auto;
        text-align:left;
        padding: 10px;
        font-size: 80%;
        line-height: 1.6em;
        background-image: url(/images/contgrad.jpg);
        background-repeat: repeat-x;
        }
#textcenter {
        position: absolute;
        top:0px;
        left:244px;
        width: 502px !important;width: 522px;
        height: 390px !important;height: 410px;
        overflow: auto;
        text-align:center;
        padding: 10px;
        font-size: 80%;
        line-height: 1.6em;
        background-image: url(/images/contgrad.jpg);
        background-repeat: repeat-x;
        }
p {
        margin: 0 0 10px 0;
        }
#top ul {
        position:absolute;
        left:234px;
        top:52px;
        padding:0;
        margin:0;
        list-style:none;
        font-size: 90%;
        }
#top li {
        padding:0;
        margin:0;
        float:left;
        padding-left: 20px;
        }
#top a {
        text-decoration:none;
        color: #666666;
        font-weight:bold;
        }
#top a:hover {
        color: #F09B00;
        }
#lang {
        position:absolute;
        right: 12px;
        top: 4px;
        width: 80px;
        font-size: 85%;
        text-align: left;
        }
#lang span, #lang a {
        padding: 0 2px;
        }
.theader
{
        background-color: #F0F0EB;
	    font-weight:bold;
        font-size: 75%;
		padding:4px;
}
.thbody
{
        font-size: 12px;
		padding:4px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
}