@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}
body {
	background: url('../img/bgBody.jpg') repeat-x #cdcdcd left 54px;
	color: #591441;
	font-family: 'Times New Roman', serif;
	font-size: 14px;
	min-width: 850px;
}
h1 {
	color: #8f2168;
	font-size: 22px;
	text-align: center;
	margin-bottom: 25px;
}
p {
	margin-bottom: 15px;
	text-align: justify;
}
#topo {
	background: url('../img/bgTopo.jpg') no-repeat left center #a9277b;
	height: 50px;
	border-bottom: 4px solid #009643;
}
#tudo {
	width: 785px;
	margin: 0 auto;
	min-height: 600px;
	background: url('../img/bgTudo.png') repeat-y;
}
#menu {
	padding-left: 38px;
	height: 40px;
	width: 554px;
	float: right;
	border-bottom: 1px solid #009643;
	background: #000;
	position: relative;
}
#menu li {
	float: left;
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	padding: 10px 0;
}
#menu li ul {
	padding-left: 30px;
	display: none;
	position: absolute;
	top: 41px;
	left: -13px;
	height: 28px;
	width: 563px;
	background: url('../img/bgUltimoSub.jpg') no-repeat right #9d2473;
}

#conteudo {
	width: 570px;
	min-height: 400px;
	float: right;
	padding: 40px 0 70px 22px;
}
/* hack para IE6 que trata height como min-height */
* html #conteudo { height: 400px; }
* html #coluna { padding: 0 8px; height: 678px; }
#conteudo ul {
	margin: 10px 0;
}
#coluna {
	width: 167px;
	padding: 0 13px;
	min-height: 687px;
	float: left;
	position: relative;
}
/* hack para IE6 que trata height como min-height */
* html #coluna { height: 687px; }
#coluna ul#languages {
	position: absolute;
	top: -40px;
	right: -550px;
}
#coluna ul#languages li {
	float: left;
}
#coluna ul#languages li a{
	color: #fff;
	margin-right: 5px;
	font-size: 12px;
}

#logo {
	top: -54px;
	left: 15px;
	position: absolute;
}
#rodape {
	clear: both;
	height: 62px;
	background: url('../img/bgRodape.jpg');
	color: #fff;
}
#animacaoHome2 {
	float: right;
	width: 200px;
	display: inline;
}
#animacaoHome2 {
	width: 200px;
	float: left;
	margin: 0 50px;
	display: inline;
}