@charset "utf-8";
/* CSS Document */
*{
margin: 0;
}

body{
	background:url(../images/bg_topo.jpg) no-repeat center top #a42400;
	margin:0px;
	padding:0px;
	font-family: Tahoma;
	color:#CCCCCC;
	text-align:center;	 
}

#bgBottom {
	background: url(../images/bg_rodape.jpg) no-repeat center bottom;
	width: 100%;
}

#geral {
	margin: auto;
	width: 928px;
}

#topo {
	width: 928px;
	height: 254px;
	text-align: left;
	position: relative;
	margin-top: 15px;
}

#conteudo {
	margin-top: 30px;
	width: 928px;
	text-align: left;
	line-height: 20px;
}

#conteudo div h3 {
	color: #F58604;
}

#conteudo div img {
	margin-top: 20px;
}

#conteudo div p {
	text-align: right;
	font-size: 12px;
}

#rodape {
	width: 928px;
	height: 280px;
	position: relative;
}

#rodape img {
	position: absolute;
	left: 231px;
	top: 53px;
}

#divMenu {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 376px;
	height: 59px;
	background-image: url(../images/menu.png);
}

#divMenu a {
	display: block;
	height: 59px;
	position: absolute;
	top: 0px;
}


#txtResumo {
	position: absolute;
	width: 450px;
	height: 100px;
	top: 82px;
	right: 0px;
	text-align: right;
	font-size: 13px;
}

#txtResumo span {
	color: #F58604;
}