/* /////////////////////////////////////////////////// */
/* CONTAINERS INTEIROS /////////////////////////////// */
/* /////////////////////////////////////////////////// */

body{
	background-image:url('../layout/fundobody.jpg');
	background-attachment:fixed;
	background-repeat:repeat-x;
/*	background-image:url('../layout/fundao.jpg'); */
}

#topo{
	text-align:center;
	width:100%;
}

#menu{
	text-align:left;
	height:40px;
}

#ilustra{
	text-align:center;
	width:100%;
}

#ilustra2{
	text-align:left;
	width:100%;
}

#icones{
	text-align:center;
	width:100%;
}

#dados{
	text-align:center;
	width:100%;
	height:40px;
	margin-top:20px;
}

#rodape{
	text-align:center;
	width:100%;
	height:40px;
	margin-top:20px;
}

/* /////////////////////////////////////////////////// */
/* DIVS DO FORMULÁRIO DE CONTATO ///////////////////// */
/* /////////////////////////////////////////////////// */

#campos{
	width:769px;
	border:1px solid #ddd;
	padding:5px;
	margin-top:20px;
	float:right;
	text-align:left;
	background-color:#eee;
}

#caixaL{
	width:160px;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;
}

#caixaR{
	width:390px;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;

