h1 {display:none;}
h2 {font-size: 16px;
	font-weight:bold;}
h3 {font-size: 12px;
	font-weight:bold;}
body {
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	background-color: #CCCCCC;
}
#corpo {
	width: 746px;
	border: 1px solid #CCCCCC;
	position: absolute;
	left: 50%;
	margin-left: -389px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	height: 510px;

}
#col-um {
	width: 320px;
}
#col-dois {
	width: 444px;
	text-align: center;
}
#col-tres {
	width: 155px;
	text-align: center;
}
#col-grande {
	width: 587px;
	text-align: center;
}

#col-um, #col-dois, #col-tres, #col-grande {
	border:1px solid #CCCCCC;
	background-color: #EFEFEF;
	height: 465px;
	float: left;

}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul ul, li.over ul ul {display: block; }

/*FORMATACAO FORMULARIOS*/	
#formulario, #nome, #email, #telefone, #mensagem {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	border-width:thin;
	border-color:#0066CC;
	}
