body {
	background-image:url('../layout/fundosite.jpg');	
	background-attachment:fixed;
	background-repeat:no-repeat;
}

#cabeco{
	width:740px;
	height:40px;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	line-height:29px;
	padding-left:20px;
	background-image:url(../layout/cabeco.jpg);
	background-repeat:no-repeat;
	margin-top:20px;
}

#geral{
	position:relative;
	min-height:100%;
	text-align:center;
}

#envolta{
	width:100%;
}

#conteudo{
	width:548px;
	height:300px;
	border:1px solid #333;
	display:block;
	overflow-y:auto;
	padding:5px;
}

#topo{
	width:940px;
}

#corpo{
	width:940px;
}

#menu{
	height:40px;
	width:548px;
	background-image:url('../layout/fundomenu.jpg');
	background-repeat:no-repeat;
	margin-bottom:20px;
	text-align:right;
}

#ilustra{
	width:940px;
	height:263px;
}

#esq{
	width:159px;
	height:560px;
	background-image:url('../layout/esq.jpg');
}

#titulopag{
	width:530px;
	height:40px;
	color:#fecc00;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:26px;
	text-align:left;
	margin-top:7px;
	margin-bottom:30px;
	border-bottom:2px dotted #ccc;
}

#dados{
	width:940px;
	text-align:center;
	background-image:url('../layout/fundodados.jpg');
	background-repeat:no-repeat;
	margin-top:30px;
}

#rodape{
	width:950px;
	text-align:center;
	background-image:url('../layout/fundorodape.jpg');
	background-repeat:repeat-x;
}

/* CONTAINERS DO FORMULÁRIO */

#divisor{
	width:20px;
	height:200px;
}

#caixa{
	width:500px;
	border:1px solid #ddd;
	margin-top:20px;
	float:right;
	text-align:left;
	background-color:#eee;
	padding:5px;
}

#caixaE{
	width:350px;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;
	padding:5px;
	margin-right:10px;
}

#caixaR{
	width:350px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;
	padding:5px;
}