body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #002846;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(images/floral_back.gif);
}
.amapaSite #container {
	width: 1200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.amapaSite #mainContent {
	background-color: #C7E6FF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6E5F43;
	border-bottom-color: #6E5F43;
	border-left-color: #6E5F43;
	height: auto;
}
#menu {
	width: 300px;
	float: left;
}
#content {
	width: auto;
	margin-left: 300px;
	padding-top: 45px;
}
.body {
	display: inline;
	width: 650px;
	float: left;
}
#promos {
	float: right;
	display: inline;
	width: 220px;
	background-color: #E8F6FF;
	padding: 10px;
	margin-top: -45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	height: 100%;
}
#promos a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}
.body img {
	border: 1px solid #f4911e;
	margin: 5px;
}
#clear {
	clear: both;
}
#footer {
	color: #FFFFFF;
	background-color: #002846;
	height: 80px;
}
#footer .slog {
	line-height: 80px;
	width: 550px;
	margin-left: 50px;
	font-size: 24px;
	font-weight: bold;
	display: inline;
}
#footer .address {
	display: inline;
	float: right;
	color: #FFFFFF;
	margin-right: 50px;
	font-size: 14px;
	margin-top: 5px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #07335A;
	text-align: center;
	margin-top: 10px;
}
#copyright a {
	text-decoration: none;
	color: #07335A;
}
#copyright a:hover {
	color: #000000;
}
-->