body{
background-color:#DEC39E;
background-image:url('../img/bgimg.png');
font-size: 12px;
font-family: Georgia,"Times New Roman", Times, serif;
text-align: left;
}

#logo {
position:relative;bottom:10px;
width:192px;
height:64px;
/*margin-top:64px;*/
}

#main{
position:absolute;left:0px;top:0px;
width:100%;
min-width:1024px;
height:100%;
min-height:768px;
}

#top{
position:relative;
width: 100%;
background-image:url('../img/top_bgimg.png');
/*height:7%;*/
padding-top:5%;
border-bottom:3px solid #000000;
background-color:#c3832b;
}

#leftband{
position:absolute;left:0%;top:200px;
width:10%;
min-height:20%;
height:100%;
padding-left:2%;
padding-top:5%;

}

#container{
position:absolute;left:15%;top:200px;
width:70%;
min-height:40%;
min-width:20%;
padding-top:5%;
border-bottom: 2px solid #121212;

}

#rightband{
position:absolute;left:90%;top:200px;
width:10%;
padding-top:5%;
}

#bottomband{
position:absolute;left:7%;
padding-top:10%;
width:80%;
}

#post{
position:relative;
width:95%;
bottom : 0%;
}

.menu{
top:200px;
font-size: 16px;
font-weight: bold;
font-family: Georgia,"Times New Roman", Times, serif;
text-align: left;

}
.bottom{
height:20px;
text-align:center;
font-size: 10px;
}

.messageT{
font-size:14px;
text-align:left;
font-style:italic;
color:#EFEFDD;
border-top:1px solid #888888;
border-bottom:1px solid #888888;
}

.messageC{
color:#ABAB99;
background-color:#676767;
border-bottom: 1px solid #555555;
font-style:normal;
text-align:left;
}


.messagePost{
text-align:center;
}

.right{
font-style:normal;
text-align:right;
float:right;
}

.topinfo {
position:absolute;right:2%;bottom:1px;
padding-right:2%;
text-align:right;
padding-bottom:20px;
}

table.prestable{
border-width:1px;
border-spacing: 2px;
border-style: outset;
}
table.prestable th{
border-width:1px;
border-spacing: 2px;
border-style: outset;
background-color:grey;
}

table.prestable td{
border-width:1px;
border-spacing: 2px;
border-style: inset;
}

.pair{
background-color:#9DB598;
}


.impair{
background-color:#D1BD6D;
}

ul
{
list-style: square url("../img/mapuce.png");
list-style-position:outside;
}