body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.2em;
	background-color: #999999;
	margin: 0px;
}
#cabecalho {
	background-color: #CCCCCC;
	width: 740px;
	height: 100px;
	float: left;
}
#cabecalho h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-left: 340px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: 20px;
}

#cabecalho img {
	float: left;
}
#principal {
	background-color: #FFFFFF;
	width: 740px;
	height: 338px;
	float: left;
}
#principal img {
	float: right;
}
#principal p {
	margin-left: 50px;
	margin-right: 294px;
	line-height: 1.3em;
}
#principal .primeira {
	margin-top: 40px;
}
#especificacoes {
	background-color: #CCCCCC;
	width: 740px;
	float: left;
}
#especificacoes #imagens {
	background-color: #FFFFCC;
	float: left;
	width: 318px;
	text-align: center;
}
#especificacoes h4 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-left: 338px;
	text-indent: 12px;
	background-image: url(../imagensAux/item.gif);
	background-repeat: no-repeat;
	background-position: left .5em;
	margin-bottom: 0px;
	margin-top: 20px;
}
#especificacoes p {
	margin-left: 350px;
	margin-top: 6px;
	margin-right: 20px;
	margin-bottom: 0px;
}

#rodapé {
	clear: both;
}
