/*- Conteudo Central --------------------------*/
#container #content #box1, #box2 {
	width: 670px;
	margin: 25px 0px 30px 25px;
	border: 1px solid #CFC48E;
	background: #FFF;
}

#container #content .header{
	background: #CFC48E;
	height: 15px;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

#container #content table tr td{
	background: #E2DFBC;
	height: 15px;
	font-size: 13px;
	padding: 5px;
	text-align: center;
	width: 330px;
	margin: 15px;
}

#container #content table tr td:hover{
	background: #D3D0AE;
	font-weight: bold;
}

#container #content table tr td a{
	color: #000;
}
