/* CSS geral */
* { padding: 0; margin: 0; }
html, body { height: 100%; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

body { position: relative; margin: auto; font-family: Arial, Helvetica, sans-serif; font-size: 10px; background: #fff; }


.limpa { clear: both; }
#wrapper { position: relative; margin: auto; width: 960px; }
	
#header { position: relative; height: 143px; background-color: #27415d; }
	#header_content { width: 617px; margin: auto; }
				
#conteudo { position: relative; width: 960px; padding-top: 30px; }

.option { float: left; width: 304px; margin-right: 24px; text-align: center; }
.option a { font-size: 20px; color: #2e4860; letter-spacing: 1px; margin: 3px 0; line-height: 26px; }
.option p { font-size: 14px; color: #7e7e7e; letter-spacing: 0.12em; margin: 5px 0; line-height: 18px; }

small { font-size: 11px; color: #a4a4a4; letter-spacing: 0.08em; margin: 5px 0; line-height: 18px; }






