/* CONTAINERS UNIVERSAIS */

html{
	height:100%;
	min-height:100%;	
}

body{
	height:100%;
	min-height:100%;	
	width:95%;
	margin-top:10px;
	background-image:url('../layout/fundobody.jpg');
	background-attachment:fixed;
	background-repeat:repeat-x;
}

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

#corpo{
	width:950px;
	text-align:center;
	min-height:100%;
	position:absolute;
	left:50%;
	margin-left:-405px;
	background-color:#fff;
}

/* CONTAINERS INTEIROS */

#topo{
	width:930px;
	margin:30px 10px 30px 10px;
	text-align:center;
	background-color:#8e6abb;
}

#ilustracao{
	height:150px;
	width:930px;
	background-color:#fff;
	margin:0px 10px 30px 10px;
	text-align:right;
}

/* CONTAINERS DE ORGANIZAÇÃO */

#linha{
	width:930px;
	background-color:#fff;
	margin:30px 10px 30px 10px;
	border:1px solid #ddd;
}

#linha2{
	width:930px;
	background-color:#fff;
	margin:30px 10px 30px 10px;
	border:1px solid #ddd;
	background-color:#8e6abb;
}

#linha3{
	width:880px;
	background-color:#fff;
	margin:10px 10px 10px 10px;
	border:1px solid #ddd;
	background-color:#fff;
	padding:10px;
}

#bloco1{
	width:400px;
}

#promocao{
	width:500px;
	padding:10px;
	background-color:#eee;
	border:1px solid #ccc;
}

/* CONTAINERS DO FORMULÁRIO */

#divisor{
	width:20px;
	height:200px;
}

#caixa{
	width:920px;
	border:1px solid #ddd;
	padding:5px;
	margin-top:20px;
	float:right;
	text-align:left;
	background-color:#eee;
}

#caixa2{
	width:920px;
	border:1px solid #ddd;
	padding:5px;
	margin-top:20px;
	float:right;
	text-align:left;
	background-color:#ccc;
}

#caixa3{
	width:350px;
	border:1px solid #ddd;
	padding:2px;
	margin-top:2px;
	float:right;
	text-align:left;
	background-color:#eee;
}

#caixa4{
	width:900px;
	border:1px solid #ddd;
	padding:5px;
	margin-top:20px;
	float:left;
	text-align:left;
	background-color:#eee;
}


#caixaE{
	width:160px;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;
}

#caixaR{
	width:720px;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;
}