/* CONTAINERS INTEIROS */
html{
	height:100%;	
}

body{
	height:100%;	
	width:100%;
	margin:0px;
	background-image:url('../layout/fundobody.jpg');
	background-repeat:repeat-x;
}

#geral{
	position:relative;
	min-height:100%;
	text-align:center;
}

#corpo{
	width:800px;
}

#corpo2{
	width:100%;
}

/* SUB CONTEUDOS */

#cabeco{
	width:100%;
	height:30px;
	margin:10px 0px 10px 0px;
	text-align:center;
}

#ilustra{
	height:400px;
	width:100%;
	background-image:url('../layout/topo.jpg');
	text-align:center;
}

#linha{
	width:100%;
	text-align:center;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #bbb;
}

#miolo{
	width:700px;
	margin:30px;
}

#dados{
	text-align:center;
	width:100%;
	height:60px;
	float:right;
	background-color:#fff;
	margin:30px 0px 30px 0px;
	padding-top:10px;
}

#rodape{
	text-align:center;
	width:100%;
	height:40px;
	float:right;
	background-color:#f6a800;
	padding-top:10px;
}

#campos{
	width:800px;
	position:absolute;
	left:50%;
	margin-left:-405px;
	text-align:center;
	padding:10px 10px 10px 10px;
	float:left;
}

#campL{
	width:200px;
	float:left;
	text-align:justify;
	padding:10px;
}

#campR{
	width:550px;
	float:right;
	text-align:justify;
	padding:10px;
}

/* CAMPOS DO FORM /////////////////////////////////// */

#int{
	width:550px;
}

#esq{
	width:150px;
	float:left;
	text-align:justify;
	padding:5px;
}

#dir{
	width:380px;
	float:right;
	text-align:justify;
	padding:5px;
}