#ilustra {
	clear: both;
	width: 730px;
	height: 121px;
	background-image: url(../imagens/fig_contato_1.jpg);
}
		
#nav2 {
	width: 730px;
	height: 34px;
	background-image: url(../imagens/fig_contato_2.jpg);
	background-repeat: no-repeat;
}
#nav2 ul {
	width: 730px;
	height: 34px;
	margin-left: 340px;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 390px;  
}
html>body #nav2 ul {
	width: 390px;
}  

#nav2 ul li {
	float: left;
	width: 129px;
	height: 34px;
	list-style: none;
	margin-right: 5px;
	background-image: url(../imagens/bg_nav2.jpg);
	background-position: left;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 124px;  
}
html>body #nav2 ul li {
	width: 124px;
}  

#nav2 ul li a {
	display: block;
	width: 124px;
	height: 34px;
	text-decoration: none;
	color: #990033;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
	padding-top: 6px;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 28px;  
}
html>body #nav2 ul li a {
	height: 28px;
}  

#nav2 ul li a:hover {
	background-image: url(../imagens/bg_nav2b.jpg);
	background-position: right;
	color: #FF9900;
}

#conteudo {
	float: left;
	width: 683px;
	height: auto;
}

#imagem {
	float: left;
	width: 200px;
	height: 300px;
	margin-right: 20px;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 180px;
}
html>body #imagem {
	width: 180px;
}  



#conteudo p {
	float: left;
	width: 400px;
	font-size: 80%;
	line-height: 22px;
	margin-bottom: 10px;
	color: #666666;
}

#conteudo p a {
	color: #000000;
	text-decoration: none;
}

#conteudo p a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #F4F4F4;
}

#conteudo ul {
	float: left;
}

#conteudo ul li {
	list-style: circle;
	list-style-position: inside;
	margin-left: 20px;
	font-size: 85%;
	color: #666666;
	margin: 10px 0;
}

#conteudo ul li a {
	color: #000000;
	text-decoration: none;
}


#conteudo ul li a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #F4F4F4;
}


img {
	border: 0;
}

#formulario {
	float:left;
	width: auto;
	height: auto;
}

label {
	display: block;
	width: 100px;
	height: auto;
	font-size: 75%;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 5px;
}

.campoTexto {
	width: 200px;
	height: 18px;
	padding: 2px;
	color: #333333;
	background-color: #F0F0F0;
	font-size: 75%;
	border: 1px solid #333333;
}

#campoArea {
	width: 200px;
	height: 50px;
	padding: 2px;
	color: #333333;
	background-color: #F0F0F0;
	font-size: 100%;
	border: 1px solid #333333;
}

#botao {
	width: auto;
	margin-top: 10px;
}

#enviar {
	width: auto;
	height: auto;
	padding: 3px;
	background-color: #333333;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
}