#contato {
	width: 778px;
	background-color: #FFFFFF;
	display:table;
	padding-bottom: 15px;
	position:relative;
	}

#banner {
	width: 778px;
	height: 199px;
	background-color: #FFFFFF;
	background-image: url(../imagens/index/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	}


.inputText {
	background-color: #f9f9f9;
	border: 1px solid #cccccc;
	padding: 2px;
	color: #3e3e3e;
} 

.titulo1 {
	color: #6a6a6a;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: lighter;
}
a.link1 {
	text-decoration: none;
	color: #6a6a6a;	
}
a.link1:hover {
	text-decoration: underline;
	color: #6a6a6a;	
}
#conteudo {
	width: 507px;
	margin-left: 7px;
	margin-top: 20px;
	float: left;
}
#conteudo h6 {
	color: #da251c;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#conteudo p {
	color: #6a6a6a;
	margin-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}

#conteudo hr {
	height: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

#conteudo2 {
	width: 250px;
	margin-left: 7px;
	margin-top: 20px;
	background-image: url(../imagens/index/divisao_col.gif);
	background-repeat: repeat-y;
	background-position: left;
	float: left;
}
#conteudo2 h4 {
	color: #6a6a6a;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
}
#conteudo2 p {
	color: #6a6a6a;
	margin-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}
