@charset "utf-8";
/* Estilo CSS */
*{margin:0; padding:0; border:0}
body{text-align:center; margin:0 auto; background:#c8c8c8 url(images/bg_geral.gif) 0 -30px repeat-x;}
#main{margin:0 auto;text-align:center;width:482px; height:530px}

#header{margin:0 auto; margin-top:83px; display:block;width:315px;height:121px;}
#header h1{font:bold 22px arial; color:#b3b3b3; background:url(images/exclamacao.gif)  left no-repeat; height:48px; padding-left:50px; line-height:50px}

#card{display:block; clear:both;width:482px;height:224px;background:url(images/bg_card.jpg) no-repeat}
#card h2{font:bold 20px arial;color:#3c4041; padding-top:33px}
#card h3{font:normal 18px arial;color:#3c4041; padding-top:21px}
#card h3 span{font-size:12px}
#card .endereco{float:left;margin-top:30px;width:455px; padding:10px 5px 10px 10px}
#card .endereco p{font:12px Arial;color:#3c4041}
#card .endereco p a{color:#3c4041; text-decoration:none}
#card .endereco p a:hover{text-decoration:underline}
#card .endereco .esquerda{float:left; text-align:left}
#card .endereco .direita{float:right; text-align:right}

#footer{clear:both; margin-top:25px; width:482px; text-align:center}
#footer p{font:14px arial; color:#3c4041;height:34px;line-height:34px;vertical-align:middle}
#footer p.link{height:16px; line-height:16px; font-size:11px}
#footer p a{color:#3c4041}

