/* CSS Document */

html{
scrollbar-base-color:#D5D1C0
}

body{
background:#D5D1C0 url(images/bodybg.gif);
margin:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
}

.img{
padding:3px;
border:1px solid #8B825C;
}

.img-right{
float:right;
padding:3px;
border:1px solid #8B825C;
margin-left:10px;
}

#header{
background: #D5D1C0 url(images/headerbg.gif) repeat-x;
height:159px;
text-align:center;
border-bottom:1px solid #9A8663;
}

#wrapper{
background:#D5D1C0;
margin:0px auto;
width:900px;
overflow:auto;
border-left:1px solid #ABA483;
border-right:1px solid #ABA483;

}

#menu{
width:170px;
padding:20px 10px 10px 20px;
float:left
}

.vocemenu{
background:url(images/vocemenubg.gif) no-repeat;
width:132px;
height:25px;
padding-left:20px;
padding-top:10px;
margin-bottom:10px;
color:#8B825C;
font-weight:bold
}

.vocemenu a{
color:#8B825C;
text-decoration:none
}

#main{
float:right;
width:660px;
padding:20px;
}

#main h2{
color:#8B825C;
}

#footer1{
background:#ABA483;
height:8px;
}

#footer2{
margin:0px auto;
width:900px;
padding-top:5px;
font-size:10px;
color:#ABA483
}