/* Reset */
* { margin:0; padding:0 }
ul, li { list-style-type:none }
img { border:none }

/* Fonte Base */
html { font-size:100% }
body { font-size:62.5% }
body, input, select, textarea { font-family:"Trebuchet MS", Tahoma, Arial, sans-serif }

/* Headings */
h1 { font:1.8em; padding:35px; color:#000; text-align:center;  }

a { color: #333; text-decoration:none; font-size:1.2em }
a:hover { text-decoration:underline  }

/* Textos */
p, dl, ol, ul, table { font-size:1.25em; line-height:1.5em }
ul ul, ul p { font-size:1.2em; line-height:1.5em }


/* Estrutura */
body { text-align:center; background:url(../../_images/bg_fundo.jpg) #FFF repeat-x  }

#header { margin:0 auto 20px auto; width:600px }

#conteudo { background: #FFF; position:relative; width:940px; margin:0 auto }

#principal { margin-bottom: 40px }

#footer { margin:30px auto 30px; width: 480px }
#footer p { text-align:left; float:left; margin-right:15px }

dl { text-align:left; margin-left: 15px  }
dd { margin-bottom:20px }