body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
	background-image: url(images/fundo.jpg);
	margin-top: 25px;
	margin-bottom: 25px;
}
.oneColFixCtr #container { 
	width: 712px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	height: 750px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-bottom: 5px;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	height: 750px;
}
.oneColFixCtr #apDiv1 {
	height: 250px;
	background-color: #F0F0EC;
	width: 230px;
	padding: 5px;
	margin-top: 8px;
	margin-bottom: 11px;
	margin-left: 7px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7D7CE;
	border-right-color: #D7D7CE;
	border-bottom-color: #D7D7CE;
	border-left-color: #D7D7CE;
	background-position: left;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	text-decoration: none;
}
.descricao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.preco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006699;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	margin: 15px;
}
.oneColFixCtr #apDiv2 {
	float: right; /* since this element is floated, a width must be given */
	width: 420px;
	height: 250px;
	background-color: #F0F0EC;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFF0FF;
	border-right-color: #DFF0FF;
	border-bottom-color: #DFF0FF;
	border-left-color: #DFF0FF;
	padding: 5px;
	margin-top: 8px;
	margin-right: 7px;
	margin-bottom: 8px;
	margin-left: 7px;
}
.oneColFixCtr #apDiv3 {
	float: right; /* since this element is floated, a width must be given */
	width: 228px;
	height: 250px;
	background-color: #F0F0EC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFF0FF;
	border-right-color: #DFF0FF;
	border-bottom-color: #DFF0FF;
	border-left-color: #DFF0FF;
	padding: 5px;
	margin-top: 8px;
	margin-right: 7px;
	margin-bottom: 8px;
	margin-left: 7px;
}
.oneColFixCtr #apDiv4 {
	height: 250px;
	background-color: #F0F0EC;
	width: 430px;
	padding: 5px;
	margin-top: 8px;
	margin-bottom: 11px;
	margin-left: 7px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7D7CE;
	border-right-color: #D7D7CE;
	border-bottom-color: #D7D7CE;
	border-left-color: #D7D7CE;
	background-position: left;
}
.oneColFixCtr #apDiv5 {
	height: 450px;
	background-color: #F0F0EC;
	width: 430px;
	padding: 5px;
	margin-top: 8px;
	margin-bottom: 11px;
	margin-left: 7px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7D7CE;
	border-right-color: #D7D7CE;
	border-bottom-color: #D7D7CE;
	border-left-color: #D7D7CE;
	background-position: left;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
	background-color: #FFFFE6;
	margin: 3px;
	padding: 3px;
	border: 1px solid #E8E8FF;
	font-weight: bolder;
}
