@charset "utf-8"; 
/*Autor:Michel Fernandes
Projeto:Aulas de HTML e CSS
Data:Dezembro, 2008
Interface by:Michel Fernandes
Autor CSS/(x)HTML:Michel Fernandes
Programao:Michel Fernandes*/
*{margin:0; padding:0}
body{margin:4px; background-image:url(img/bg.png)}
p{text-align:justify}
#head{width:779px; height:121px; margin:0 auto; background-image:url(img/head2.png)}
#fundo-menu{width:779px; height:39px; margin:0 auto; background-image:url(img/menu.png)}
#fundo-menu #menu{position:relative; top:6px; left:29px; width:715px; height:20px; padding:3px; z-index:0}
#menu ul li{display:inline}
#menu ul li a{text-decoration:none; color:#333; padding:0px 12px}
#menu ul li a:hover{text-decoration:underline; color:#900}
#meio{width:749px; background-image:url(img/meio.png); background-repeat:repeat-y; margin:0 auto; padding:0px 15px 10px 15px}
#cont-top{background-image:url(img/cont-top.png); width:749px; height:8px}
#cont-mid{width:729px; background-color:#FFF; margin:0 auto; padding:0px 10px; min-height:300px}
#cont-bot{width:749px; height:8px; margin:0 auto; background-image:url(img/cont-bot.png)}
#fim{width:779px; height:20px; margin:0 auto; background-image:url(img/fim.png)}