@import url("reset.css");

body { background: #fde7d1 url(bg.png) repeat-y top center; font-family: Arial, Helvetica, sans-serif }

a { color: #8B6914; padding: 2px 4px; }
a:hover { background: #8B6914; color: #fff; text-decoration: none }

p { margin-bottom: 15px; }

#geral { width: 580px; margin: 0 auto }

#topo { padding-top: 10px }
#topo h1 a { padding: 5px 0; font-size: 220%; text-decoration: none }

#conteudo .noticia { border-bottom: 1px solid #ddd; padding-bottom: 10px; }
#conteudo .noticia .chamada { font-size: 200%; margin-top: 20px }
#conteudo .noticia .subtitulo { color: #666; font-style: italic; margin: 10px 0 }
#conteudo .noticia img { float: left; margin: 5px 15px 15px 0 }
#conteudo .noticia p { text-align: justify }
#conteudo .noticia p.direita { text-align: right }

#rodape { margin-top: 30px; text-align: right }
