body{
	background-color:#FFFFFF;
	background-image:url(imgs/bg_pg.gif);
	background-repeat:repeat-x;
	background-position:center 322px;
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
#top{
	width:100%;
	height:322px;
}
#center{
	width:820px;
	margin:auto;
	position:absolute;
	left:50%;
	margin-left:-410px;
	padding-top:20px;
	margin-bottom:20px;
	padding-bottom:40px;
}
#center h1{ margin-bottom:30px;}
#center h2{ margin-bottom:30px;}
#left{
	width:560px;
	float:left;
	margin-left:20px;
}
#right{
	width:180px;
	float:left;
	margin-left:40px;
}

table .data{
	background-color:#CCCCCC;
	color:#333333;
	font-size:14px;
	width:50px;
	height:50px;
	border-bottom:1px solid #FFFFFF;
	text-align:center;
}
table .info{
	border-bottom:1px solid #FFFFFF;
	padding-left:20px;
	background-color:#ebecf0;
}
.imagem{
	margin-top:20px;
	margin-bottom:30px;
}