/* TITULO */
#titulo{
float:left;
width:785px;
padding-left:5px;
}
	#titulo .data{
	float:left;
	width:380px;
	height:18px;
	padding-top:15px;
	color:#04263F;
	}
	#titulo .nome{
	float:left;
	width:400px;
	height:33px;
	color:#EBE9DA;
	font-size:40px;
	text-align:right;
	font-weight:bold;
	overflow:hidden;
	}
	#titulo .nada{
	width:785px;
	height:5px;
	float:left;
	background:#FFFFFF;
	border-top:#CCCCCC 1px solid;
	}
/* CENTER */
#center{
float:left;
width:750px;
padding:10px;
}
	#center .meses{
	margin:auto;
	width:660px;
	height:30px;
	text-align:center;
	}
		#center .meses .atual{
		color:#990000;
		font-weight:bold;
		}
		#center .meses a:hover{
		color:#7D7D7D;
		font-weight:normal;
		text-decoration:underline;
		}
	#center .frameTabua{
	margin:auto;
	width:660px;
	text-align:center;
	}