body{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	color: #777;
	background:url(../images/constr_bak2.jpg) repeat-y center 1px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	}


#imagem {
	position:absolute;
	background: #fff url(../images/constr_img2.jpg) center no-repeat;
	width:980px;
	height:488px;
	top:0px;
	left:50%;
	margin-left:-490px;
}

#texto {
	position:absolute;
	top:356px;
	left:50%;
	width:920px;
	padding:30px 20px;
	margin-left:-480px;
	text-align:left;
}


/************** Paragrafos e Fontes Diferentes ***************/

/*p{
	margin: 0px;
	padding: 0px;
}*/


.dst1{
	padding: 3px;
	text-align: left;
}


/************** header tag styles **************/

h1{
 FONT-SIZE: 18px;
 font-weight:bold;
 color: #fff;
}

h2{
 FONT-SIZE: 16px;
 font-weight:bold;
 color: #fff;
}

h3{
 FONT-SIZE: 14px;
 font-weight:bold;
 color: #fff;
}

h6{
 FONT-SIZE: 11px;
 font-weight:normal;
 font-style:italic;
 color: #333;
 padding:0 20px;
 margin:0;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited, a:active{
	color: #fff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}	
	/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}
				
input, select, textarea{
font-family: Arial;
FONT-SIZE: 12px;
}

select.busca{
width:280px;
margin:17px 5px 5px 5px;
}
