@charset "utf-8";
.style1 {color: #FFCC00}

#corpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	float: left;
	height: 1300px;
	width: 900px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../images/bk.png);
	background-position: right bottom;
}
#contTextos a {
	color: #FFFFFF;
	text-decoration: underline;
}
#contTextos a:hover {
	color: #FFCC00;
}
#topo {
	float: left;
	height: 271px;
	width: 900px;
	position: relative;
}

#navigation {
	width: 900px;
	height: 35px;
	margin: 0;
	padding: 0;
	background-image: url(../images/navigation-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	float: left;
} 
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
} 
#navigation ul li {
	margin: 0px;
	display: inline;
} 
#navigation ul li a {
	height:25px;
	display: block;
	float: left;
	padding: 10px 15px 0 15px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/navigation-separator.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
} 

#navigation ul li a:hover {
	color:#000;
	background: url(../images/navigation-hover.png) repeat-x left top;
}

#navigation ul li#active a {
	color:#363636;
	background: url(../images/navigation-hover.png) repeat-x left top;
}
#conteudo {
	float: left;
	height: 974px;
	width: 900px;
	position: relative;
}
#textos {
	float: left;
	height: 924px;
	width: 675px;
	position: relative;
	background-image: url(../images/backTextos.png);
	top: 10px;
	right: -15px;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#rodape {
	height: 40px;
	width: 900px;
	position: relative;
	top: 20px;
	background-repeat: no-repeat;
	float: left;
	background-color: #9D161B;
}
#contTextos {
	float: left;
	height: 860px;
	width: 660px;
	position: relative;
	top: 18px;
	left: 7px;
	text-align: left;
}
#titulos  {
	float: left;
	height: 40px;
	width: 250px;
	position: relative;
	right: -423px;
	top: 10px;
}
#rodape a {
	color: #FFFFFF;
}

#lateral {
	float: left;
	height: 924px;
	width: 182px;
	position: relative;
	top: 10px;
	right: -30px;
	background-repeat: no-repeat;
	background-color: #FFF;
	color: #000;
}
#alinhaCentro {
	height: 1280px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#menu a:hover {
	color: #FFCC00;
}
h4, h3 {
	color: #FFCC00;
}

