@charset "utf-8";
/* CSS Document */

.center{
	width: 100%;
	margin: 0px auto;
	position: relative;
}
.botoes{
	background-color: white;
	width: 1000px;
	height: 41px;
}
.area{
	width: 1000px;
	height: 916px;
	margin: 0px auto;
	position: relative;
	background-image:url(imagens/fundo.jpg);
	background-repeat: no-repeat;
}
.main{
	width: 822px;
	margin: 0px auto;
	position: relative;
}
.left{
	width: 550px;
	padding-top: 30px;
	padding-bottom: 18px;
	margin-left: 40px;
	text-align: justify;
	float: left;

}
.right{
	width: 162px;
	float: right;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 6px;
}
.parceiros{
	width: 195px;
	float: left;
	padding-top: 3px;
	padding-bottom: 12px;
	padding-right: 6px;
}
p{
	font-family: Arial, Helvetica, sans-serif; 
	color: white;
	line-height: 130%;
	font-size: 14px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(0,100,100);
	padding-bottom: 9px;
}
a:link {
	color: #8AE5E5;
	text-decoration: none;
}
a:visited {
	color: #8AE5E5;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #8AE5E5;
	text-decoration: none;
}

.main .left img
{
border: solid;
border-width: 2px;
border-color: white;
float: left;
}

li
{
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

.main img
{
margin-left: -2px;
}
