#bloco_rodape {
	border:none;
	background:none;
}
#bloco_area_titulo{
	position:relative;
	width:100%;
	height:77px;
	border-bottom:1px solid #999;
	background-color:#EEEDEF;
	background-image:url("../imagens/1px-area-titulo.jpg");
}
#area_titulo{
	position:relative;
	margin:auto;
	width:952px;
	height:77px;
	border:0px solid #000;
}
	#area_titulo h1{
		position:absolute;
		left:20px;
		top:20px;
		font-family:"arial";
		font-size:23px;
		color:#FFF;
	}
	#area_titulo p{
		font-family:"arial";
		font-weight:bold;
		font-size:14px;
		color:#FFF;
		position:absolute;
		top:30px;
		right:0px;
	}

#bloco_cont{
	position:relative;
	width:100%;
	height:auto;
	border-top:4px solid #EBEBEB;
}

#cont{
	position:relative;
	margin:auto;
	width:952px;
	height:435px;
	border:0px solid #000;
	border-left:1px solid #EBEBEB;
	border-right:1px solid #EBEBEB;
	background-image:url("../imagens/fundo-efects.png");
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-bottom:30px;
}
	#cont h2{
		margin:30px auto 25px 20px;
		font-size:23px;
		font-family:"arial";
		color:#3D3C3C;
	}
	#cont_texto{
		position:ralative;
		float:left;
		width:200px;
		/*height:212px;*/
		height:auto;
		min-height:212px;
		border:0px solid #000;
		padding-left:48px;
		padding-right:75px;
		color:#3d3c3c;
		font-family:"arial";
		font-size:12px;
		color:#383838;
		padding-top:20px;
	}
		#cont_texto h3{
			margin-top:30px;
			margin-bottom:25px;
			font-size:23px;
			font-family:"arial";
		}
		#cont_texto h4{
			margin-bottom:15px;
			font-size:16px;
			font-family:"arial";
		}
		#cont_texto p{
			font-size:11px;
			margin-bottom:15px;
			font-family:"arial";
			text-align:justify;
			line-height:20px;
		}
	#menu_vert{
		position:ralative;
		float:left;
		width:476px;
		height:232px;
		border-right:1px dotted #CCC;
		padding-top:20px;
		padding-right:10px;
		text-align:right;
	}		
		#menu_vert span{
			font-size:14px;
			margin-right:40px;
		}
		#menu_vert label{
			font-size:12px;
			font-family:"arial";
			color:#737373;
		}
		#menu_vert #nome, #menu_vert #email, #menu_vert #telefone, #menu_vert #cidade{
			width:383px;
			height:21px;
			background-color:#EBEBEB;
			border:none;
			border-top:2px solid #C8C8C8;
			margin-bottom:5px;
		}
		#menu_vert #telefone{
			width:155px;
		}
		#menu_vert #cidade{
			width:180px;
			background-color:#EBEBEB;
			border:none;
			border-top:2px solid #C8C8C8;
		}
		#menu_vert #mensagem{
			width:383px;
			height:98px;
			background-color:#EBEBEB;
			border:none;
			border-top:2px solid #C8C8C8;
			margin-bottom:8px;
		}
		#bt_enviar{
			width:60px;
			height:18px;
			border:none;
			background:none;
			background-image:url("../imagens/bt-enviar.png");
			font-family:'arial';
			font-size:11px;
		}

#bloco_topo{
	background-color:#EEEDEF;
}
#guia{
	position:relative;
	height:30px;
	width:932px;
	border-bottom:4px solid #EBEBEB;
	font-family:'arial';
	font-size:11px;
	padding-top:18px;
	padding-left:20px;
	}
	#guia a{
		text-decoration:none;
		color:#393737;
	}

