body {
	font-family: Trebuchet MS;
	font-size: 12px;
	background: #C9ECE1;
	color: #FFF;
	margin: 0;
}

a {
	color: #8CD9C4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#divPrincipal {
	width: 948px;
	margin: auto;
}

#divHeader {
	float: left;
	background: url(../imgs/header.gif) no-repeat;
	width: 948px;
	height: 86px;/*68px; /*206px;*/
	*height: 68px; /*206px;*/
	font-size: 16px;
	padding: 120px 0 0 80px ;
	*padding: 138px 0 0 80px ;
	text-align: left;
}

#divFooter {
	float: left;
	background: url(../imgs/footer.gif) no-repeat;
	width: 948px;
	height: 228px;
	*height: 243px;
	padding: 15px 0 0 80px ;
	*padding: 30px 0 0 80px ;
	text-align: left;
}

#divCenter {
	float: left;
	width: 948px;
}

#divCenter  img{
	float: left;
}

#wrap {
	float: left;
}

/*** Contato ***/

#divContato {
	float: left;
	background: url(../imgs/bg-form.gif) no-repeat;
	width: 100%;
	height: 700px;
}

#formContato {
	margin-top: 200px;
	margin-left: 250px;
	font-size: 16px;
	color: #066;
	font-weight: bold;
	width: 500px;
	height: 300px;
}


#formContato table{
	float: left;
	width: 100%;
	border: 0;
}

#formContato table td.first{
	text-align: right;
}

#formContato div{
	float: right;
	margin-top: 10px;
	width: 100%;
}

#txtNome, #txtEmail, #txtComentario {
	width: 250px;
}

#txtComentario {
	height: 100px;
}

#btnEnviar {
	float: left;
	width: 77px;
	height: 33px;
	border: 0;
	background: url(../imgs/button.gif) no-repeat;
	margin-top: 10px;
}

#divFechar {
	float: left;
	margin-top: 140px;
	margin-left: 680px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#btnFechar {
	background: url(../imgs/ic-fechar.gif) no-repeat;
	width: 16px;
	height: 16px;
	border: 0;
}