@charset "utf-8";

a:link {
  color: #FFFFFF;
}
a:visited {text-decoration: none}
a:hover {text-decoration: none; 
color: #f8931d;
}
a:active {text-decoration: none}

body {
	background-color: #872175;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

#pai {
	height: 600px;
	width: 955px;
	margin: auto;
	margin-top: 60px;
	

}
#header {
	background-image: url(../imgs/header.png);
	height: 115px;
	width: 955px;
}
#box_esq {
	background-image:url(../imgs/box_esq.png);
	height: 456px;
	width:95px;
	float: left;
}
#box_form {
	background-color:#f8931d;
	height: 456px;
	width:400px;
	float: left;
}

#box_form #formulario{
	color:#872175;
	padding-left:30px; 
}

#box_form #formulario p {
	font-size:18px;
}

#box_cent {
	background-color:#f8931d;
	height: 456px;
	width:45px;
	float: left;
}
#box_dir {
	background-image:url(../imgs/box_dir.png);
	height: 456px;
	width:415px;
	float: left;
}
#pai #box_dir #texto_contato {
	margin-top: 135px;
	margin-left: 10px;
	text-align:left;
	color:#FFFFFF;
}


#footer {
	background-image:url(../imgs/footer.png);
	height: 30px;
	width:955px;
	float: left;
}
