/* CSS Document */
body {
	background-color: #EEEEEE;
}

#page {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "Century Gothic";
	border: 1px solid #666666;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

#topo {
	height: 60px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/logo_news.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#topo p {
	color: #000099;
}

#content {
	margin: 0px;
	padding: 0px;
}
.post {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
.titulo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	color: #000099;
}
#rodape {
	height: 60px;
	font-size: 9px;
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}
