body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imagens/fundo.jpg);
	background-repeat: no-repeat;
	background-position:top center;
}

#corpo {
	position:absolute;
	width:940px;
	left:50%;
	top:20px;
	margin-left:-470px;
}

#logo {
	position:absolute;
	width:257px;
	height:281px;
	left: -64px;
	top: -8px;
	z-index:99999999;
}

#menu {
	position:relative;
	width:721px;
	height:54px;
	float:right;
}

#destaque {
	position:relative;
	width:940px;
	height:284px;
	margin-top:42px;
	padding-top:30px;
	float:left;
}

#divider {
	position:relative;
	width:624px;
	height:21px;
	margin-top:5px;
	float:left;
}

#interno {
	position:relative;
	width:624px;
	margin-top:5px;
	float:left;
}

#lateral {
	position:relative;
	width:315px;
	margin-top:5px;
	float:right;
}

#rodape {
	position:relative;
	width:940px;
	height:80px;
	margin-top:5px;
	padding-bottom:5px;
	font-family: 'PT Sans', sans-serif;
	font-size:13px;
	line-height:21px;
	color:#B01F24;	
	float:left;
}

#quadro_apoio {
	position:relative;
	width:494px;
	height:140px;
	margin-top:10px;
	float:left;
}

#comentarios_form {
	position:relative;
	width:260px;
	height:159px;
	margin-top:10px;
	margin-left:30px;
	font-family: 'PT Sans', sans-serif;
	font-size:11px;
	line-height:120%;
	color:#EC2027;	
	float:left;
	background-image:url(../imagens/comentarios_form.png);
	background-repeat:no-repeat;
}

#comentarios_texto {
	position:relative;
	width:220px;
	height:96px;
	margin-top:10px;
	margin-left:30px;
	padding:10px 20px 15px 20px;
	font-family: 'PT Sans', sans-serif;
	font-size:11px;
	line-height:120%;
	color:#6D6E71;	
	float:left;
	background-image:url(../imagens/comentarios_texto.png);
	background-repeat:no-repeat;
}

#titulo_interno {
	position:relative;
	width:375px;
	height:30px;
	margin-top:15px;
	margin-left:80px;
	font-family: 'Boogaloo', cursive;
	font-size:22px;
	line-height:30px;
	color:#B01F24;
	text-align:center;
	float:left;
}

.titulo {
	font-family: 'Boogaloo', cursive;
	font-size:24px;
	line-height:120%;
	color:#EC2027;
}

.texto {
	font-family: 'PT Sans', sans-serif;
	font-size:13px;
	line-height:120%;
	color:#6D6E71;
}

a.texto:link, a.texto:active, a.texto:visited {
	text-decoration:none;
	color:#EC2027;
}

a.texto:hover {
	text-decoration:underline;
	color:#EC2027;
}


.texto_noticias {
	font-family: 'PT Sans', sans-serif;
	font-size:13px;
	line-height:120%;
	color:#6D6E71;
}

a.texto_noticias:link, a.texto_noticias:active, a.texto_noticias:visited {
	text-decoration:none;
	color:#6D6E71;
}

a.texto_noticias:hover {
	text-decoration:none;
	color:#EC2027;
}

.autor {
	font-family: 'PT Sans', sans-serif;
	font-size:13px;
	line-height:120%;
	font-style:italic;
	color:#6D6E71;
}


.erro {
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	line-height:120%;
	font-weight:bold;
	color:#EC2027;
}

.formulario {
	padding:2px;
	font-family: 'PT Sans', sans-serif;
	font-size:13px;
	line-height:120%;
	color:#EC2027;
	background-color:#FEFDEB;
	border: 1px solid #B01F24;
}


.formulario_comentarios {
	font-family: 'PT Sans', sans-serif;
	font-size:11px;
	color:#EC2027;
	background-color:#FEFDEB;
	border: 1px solid #B01F24;
}