* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	outline: none;
}
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #7a8462;
}
p,
h1,
h2 {
	margin: 10px 0;
}
address {
	font-style: normal;
}
#conteudo a {
	color: #4d5736;
}
#conteudo a:hover {
	color: #7a8462;
}
#conteudo table {
	border-collapse: collapse;
	text-align: center;
}
#conteudo td,
#conteudo th {
	padding: 5px;
	border: 1px solid #7a8462;
}
#conteudo th {
	background-color: #dbe4c6;
}
#tudo {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}
#topo {
	background: url('../img/img-topo.jpg') no-repeat;
	height: 243px;
}
#topo h1 {
	font-size: 22px;
	float: right;
	width: 570px;
	margin-top: 15px;
}
#lateral {
	width: 190px;
	float: left;
	background: url('../img/bg-menu.jpg') repeat-y;
	padding: 0 10px 0 0px;
	padding-bottom: 10000px;
	margin-bottom: -9999px;
	
}
#menu li {
	text-align: right;
	background: url('../img/menu-bullet.jpg') no-repeat right center;
	padding-right: 15px;
	height: 25px;
	line-height: 25px;
}

#menu li a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
#menu li a:hover {
	color: #0343af;
}
#conteudo {
	float: right;
	width: 560px;
	background: url('../img/bg-conteudo.jpg') no-repeat;
	padding: 15px 0 0 40px;
	min-height: 210px;
	position: relative;
}
.chamada,
.chamada2 {
	position: absolute;
	width: 470px;
	font-weight: bold;
}
.chamada {
	top: 15px;
}
.chamada p {
	margin-top: 30px;
}
.chamada2 {
	right: 20px;
	top: 80px;
}
.chamada2 p {
	margin-top: 100px;
	text-align: right;
}
* html #conteudo {
	height: 210px;
}
#rodape {
	background: url('../img/bg-rodape.jpg') #fff center top no-repeat;
	height: 135px;
	clear: both;
	position: relative;
	padding-bottom: 17px;
}
#rodape p {
	color: #c0c9b8;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 800px;
	font-size: 14px;
	margin-left:5px;
}
#rodape address {
	color: #000;
	position: absolute;
	bottom: 48px;
	left: 25px;
	font-size: 18px;
}
form {
	width: 400px;
	margin: 0 auto;
}
form label {
	display: block;
	text-align: right;
}
form label input,
form label select,
form label textarea {
	border: 1px solid #000;
	margin: 2px;
	padding: 2px;
	background: #fff;
}
#instalacoes li{
	width:170px;
	float:left;
	text-align:center;
}
#mapa-google {
	width: 450px;
	height: 350px;
	margin: 0 auto;
	display: block;
	border: 1px solid #000;
	overflow: hidden;
}
#artigos li{
	margin-top:8px;
}
#artigos a{
	text-decoration:none;
}
