@charset "iso-8859-1";
/* CSS Document */
body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #6D6E70;
}
#container{
	position: relative;
	width: 955px;
	height: 500px;
	margin: 0 auto;
	display: table;
}

#topo{
	width: 955px;
	height: 210px;
}

#colunae{
	width: 185px;
	height: 500px;
	float: left;
}

#centro{
	width: 770px;
	height: 500px;
	float: right;
}

#rodape{
	width: 955px;
	height: 30px;
	clear: both;
	border-top: #e7e7e8 solid 3px;
	text-align: center;
	line-height: 30px;
	color: #939598;
	font-weight: bold;
	font-size: 12px;
}
#fundo_cinza_p{
	width: 167px;
	height: 183px;
 	background: url(../img/fundo_cinza_p.gif) no-repeat;
	margin-bottom: 50px;
	margin-top: 50px;
}
#info{
	padding: 10px;	
}
