@charset "utf-8";
/* CSS Document */

* {
padding: 0;
margin: 0;
}
body {
background: #CCCCCC url(img/bg.png) repeat-x 0 0;
font-family: Arial, Helvetica, sans-serif;
}
img alt {
font-size: 9px;
color: #996600;
}
p {
font-size: 12px;
margin-bottom: 8px;
}
ul li {
font-size: 12px;
margin: 0px 0px 4px 20px;
}
div#topo {
background-color: #FFCC00;
width: 770px;
margin: 0px auto;
}
div#meio {
background: #fff url(img/bgMenuLateral.png) repeat-y 5px 0px;
width: 750px;
padding: 10px;
margin: 0px auto;
}
#menuLateral {
border-bottom: 1px dotted #fff;
width: 190px;
float: left;
}
#menuLateral li {
list-style: none;
margin: 0;
padding: 4px 0px;
border-top: 1px dotted #fff;
}
#menuLateral li a {
text-decoration: none;
padding-left: 15px;
font-size: 12px;
font-weight: bold;
display: block;
background: url(img/blt.png) no-repeat 0px 0px;
color: #000;
}
#menuLateral li a:hover {
background-image: url(img/blth.png);
}
#menuLateral li a.ativo {
background-image: url(img/blth.png);
}
div#conteudo {
width: 540px;
float: right;
}
h2#flag {
font-size: 20px;
color: #960;
padding: 0px 15px;
margin-bottom: 15px;
text-align: right;
border-bottom: 2px dotted #960;
}
div#rodape {
width: 770px;
height: 45px;
margin: 0px auto;
background: url(img/rodape.png) no-repeat top center;
}
