html, body {
background-color:#222;
/*height : 100%;*/
padding : 0;
margin : 0 auto;
}
#geral {
width : 775px;
background-color:#fff;
height : 100%;
margin : 0 auto;
text-align : left;
display : table;
margin-top : 7px;
}

#topo {
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
background-color:#f0d120;
width:775px;
height:124px;
text-align:right;
}

#conteudo {
width : 574px;
background-image:url(../images/sombra.jpg);
background-position:top;
background-repeat:no-repeat;
background-color:#fff;
float : right;
padding : 0;
vertical-align:top;
}

#banner {
background-image:url(../images/flash.jpg);
background-color:#fff;
float:left;
width : 201px;
height:424px;
border : none;
padding : 0;
margin : 0;
vertical-align:top;
}


#titulo {
position : relative;
background-image:url(../images/titulo.jpg);
background-repeat:no-repeat;
width : 525px;
height:24px;
padding-top:6px;
/*text-align : center;*/
display:table;
}

#menuhor {
position:relative;
background-color:#f0d120;
width:535px;
vertical-align:middle;
text-align:center;
height:124px;
left : 200px;
border : none;
margin : 0;
padding-top : 13px;
font : 11pt Arial, sans-serif;
display:table;
}
#menuhor li {
padding-left: 5px;
padding-right: 5px;
margin : 0;
display : inline;
}

#menuhor li a {
height : 1px;
margin : 0;
text-decoration : none;
}
#menuhor li a:link {
color : #ac325e;
}
#menuhor li a:visited {
color : #ac325e;
}
#menuhor li a:hover {
color : #000;
border-color : #000;
text-decoration : underline;
}

#rodape {
clear : both;
background-color:#fff;
text-align : center;
padding : 18px;
}

#rodape address {
font : bold 11px Arial, Helvetica, sans-serif;
color : #333;
text-align : center;
}

#rodape a:link {
color : #333;
text-decoration : underline;
}

#rodape a:visited {
color : #555;
text-decoration : underline;
}

#rodape a:hover {
background : #333;
color : #ffffff;
text-decoration : none;
padding-top : 2px;
padding-bottom : 2px;
}

#rodape a:active {
color : #333;
text-decoration : underline;
} 
