*{margin:0; padding:0;}

body {
	background-color:#009ee0;
}

#cabeco{
	width:100%;
	height:49px;
	text-align:center;
	background-image:url('../layout/cabecofundo.jpg');
	background-repeat:repeat-x;
}

#menu{
	width:950px;
	height:103px;
	background-image:url('../layout/topo.jpg');
	background-repeat:no-repeat;
	border-bottom:1px solid #009ee0;
}

#menu2{
	width:950px;
	height:103px;
	background-image:url('../layout/topo2.jpg');
	background-repeat:no-repeat;
	border-bottom:1px solid #009ee0;
}

#itemmenu{
	height:103px;
}

#conteudo{
	margin-top:20px;
	width:950px;
	text-align:justify;
}

#esq{
	width:320px;
	padding:5px;
	text-align:left;
}

#titulopag{
	width:590px;
	height:30px;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:22px;
	text-align:right;
	background-color:#009ee0;
	padding:10px 10px 0px 0px;
}

#dados{
	width:100%;
	height:222px;
	background-color:#06234d;
	margin-top:80px;
}

#rodape{
	width:100%;
	height:150px;
	background-color:#fff;
}

#divrod1{
	width:79px;
	height:152px;
	margin-right:11px;
	border:1px solid #009ee0;
	background-color:#fff;
	float:left;
}

#divrod2{
	width:616px;
	height:152px;
	margin-right:10px;
	border:1px solid #009ee0;
	background-color:#009ee0;
	float:left;
}

#divrod3{
	width:225px;
	height:152px;
	border:1px solid #009ee0;
	background-color:#fff;
	float:left;
}

/* CONTAINERS DO FORMULÁRIO */

#caixa{
	width:480px;
	border:1px solid #ddd;
	margin-top:20px;
	float:left;
	text-align:left;
	background-color:#eee;
	padding:5px;
}

#caixa2{
	width:480px;
	border:1px solid #eee;
	margin-top:20px;
	float:left;
	text-align:left;
	padding:5px;
}
