body {
	background-image:url('../layout/fundobody.jpg');
	background-repeat:repeat-x;
	background-attachment:fixed;
}

#corpo{
	margin-top:0px;
	width:960px;
	background-color:#fff;
	border:#fff solid 10px;
}

#menu{
	height:50px;
	background-image:url('../layout/menu.jpg');
	background-repeat:no-repeat;
}

#textos{
	width:100%;
	text-align:justify;
}

#tit{
	color:#0089c8;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:23px;
	font-style:italic;
	width:640px;
	height:40px;
	margin-bottom:10px;
	margin-top:15px;
	border-bottom:1px solid #ccc;
	text-align:left;
}

#cont{
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	color:#008ac8;
	text-align:justify;
	width:640px;
	margin-bottom:10px;
	margin-top:15px;
	border-bottom:1px solid #ccc;
}

#dados{
	width:950px;
	text-align:center;
	background-image:url('../layout/dados.jpg');
	background-repeat:no-repeat;
}

#rodape{
	width:950px;
	text-align:center;
	margin-top:10px;
}

/* CONTAINERS DO FORMULÁRIO */

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