#item{
	width:200px;
	height:200px;
	text-align:left;
	border:1px solid #ddd;
	float:left;
	margin:5px;
}

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

#logos{
	width:100%;
	background-color:#000;
}

#topo{
	width:100%;
	height:180px;
	background-image:url('../layout/fundotopo2.jpg');
	background-repeat:repeat-x;
}

#corpo{
	width:940px;
	background-color:#fff;
	border:5px solid #fecc00;
}

#menu{
	width:920px;
	height:38px;
	background-color:#fecc00;
	border-bottom:2px solid #ee7f00;
	margin-top:15px;
	margin-bottom:30px;
}

#menu2{
	width:200px;
	background-color:#fff;
}

#dados{
	width:920px;
	text-align:center;
	background-color:#ecd11c;
}

#rodape{
	width:920px;
	text-align:center;
}

#titulo1{
	width:680px;
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	border-bottom:1px solid #fecc00;
	color:#ee7f00;
	text-align:left;
	padding-bottom:2px;
	margin-bottom:20px;
}

/* CONTAINERS DO FORMULÁRIO */

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

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