/*
Projetado por Vanessa Menezes. Todos os direitos reservados.
Dez 2008
*/

body {
	margin: 0;
	padding: 0;
	background: #0a806d repeat-x;
	font: 11px "Georgia", "Times New Roman";
	}
	
h1{
	clear:both;
	font: 12px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	text-align: left;
	color: #FFFFFF;
}

/* HEADER*/
#header {
	width: 979px;
	height: 115px;
	margin: 0 auto;
	background: url(images/forest_contato/forest_topo.jpg) no-repeat;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

/* MENU PRINCIPAL */

#menu {
	width: 979px;
	height: 47px;
	margin: 0 auto;
	background: url(images/forest_contato/forest_menu.jpg) no-repeat;
}
#menu ul {
	margin: 0 0 0 125px;
	padding: 5px 0 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	padding: 0 10px 0 10px;
	text-align: center;
	text-decoration: none;
	font-size: 110%;
	color: #FFF;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .active a {
	color: #33FFCC;
	font-weight: bold;
}

/* CONTEÚDO */

#conteudo {
	clear: both;
	width: 979px;
	height: 290px;
	margin: 0 auto auto;
	padding: 70px 0 0 0;
	background: url(images/forest_contato/forest_conteudo.jpg) no-repeat;
}

/* DENTRO*/
.dentro {
	width: 510px;
	height: 230px;
	margin: 30px 500px 0px 250px;
	background: url(images/img04.jpg) no-repeat;
	padding-top: 50px;
}
.dentro a {
	display:inline;
	color: #33FFCC;
	font-weight: bold;
}
.dentro img {
	border: 3px solid #ffffff;
}
/* FOOTER*/

#footer {
	clear: both;
	width: 510px;
	height: 20px;
	margin: 0px auto;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 100%;
	color: #999999;
}
