/*
 * 
 * CSS por Brian Barbutti
 * barbutti@gmail.com
 *
 */
body {
	margin: 10px 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}




a {
	color: #517bae;
	text-decoration: none;
	border-bottom: 1px solid #517bae;
	font-weight: bold;
}

a:hover {
	border: 0;
	color: #b90000;
	border-bottom: 1px solid #b90000;
}

#container {
	width: 740px;
	margin: 0 auto;
}

#cabecalho {
	height: 140px;
	background: url(header.jpg) top center no-repeat;
}

#cabecalho h1 {
	padding: 40px 0 0 30px;
	font-size: 20px;
	margin: 0;
}

#cabecalho h2 {
	margin: 0;
	padding-left: 30px;
	font-size: 16px;
}

#conteudo {
	padding: 0 30px;
	color: #666;
}

#informacoes {
	width: 300px;
	margin-top: 20px;
	float: left;
}

#foto {
	float: left;
	margin-right: 10px;
}

#materiais_pesquisa {
	width: 360px;
	float: right;
}

h3 {
	color: #b90000;
}

.formula {
	position: relative;
	top: 20px;
}

.formula2 { position: relative; top: 17px;}