.site {
	margin: auto;
	width: 800px;
	background-color: #036;
	height: auto;
}

.header {
	height: 20px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.assinatura {
	float: left;
	height: 20px;
	width: 100px;
}
.intranet {
	height: 15px;
	width: 200px;
	margin-left: 490px;
	float: left;
	font-size: 7pt;
	color: #FFF;
	text-align: right;
	margin-top: 5px;
}
.destaque {
	height: 160px;
	width: 800px;
	text-align: center;
	float: left;
	vertical-align: middle;
	padding-top: 10px;
}
.menu_geral {
	float: left;
	height: 50px;
	width: 800px;
	background-color: #036;
}
.menu_butons {
	float: left;
	height: 25px;
	margin-top: 25px;
	margin-left: 15px;
	text-align: center;
	font-weight: bolder;
	color: #FFF;
	font-size: 9pt;
	width: 80px;
}
.menu_mapa {
	float: right;
	height: 25px;
	margin-top: 25px;
	margin-left: 10px;
}

.content {
	float: left;
	width: 800px;
	background-color: #FFF;
	padding-bottom: 20px;
	background-image: url(../Images/rounded.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
	background-attachment: scroll;
}

.footer {
	width: 800px;
	float: left;
	font-size: 7pt;
	font-weight: lighter;
	color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
}
