*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	background-image:url(../../imagens/bg.png);
}

#tudo{
	display:table;
	margin:0 auto;
	width:780px;
	background-image:url(../../imagens/tudo.jpg);
}

#topo{
	display:block;
	width:780px;
	height:398px;
	background-image:url(../../imagens/topo.jpg);
}

#topo address{
	font-style:normal;
	padding:230px 20px 0 500px;
	text-align:right;
}

.fone{
	text-indent:-5000px;
}


/* ---------------------------------- MENU */

#menu{
	margin:40px 0 0 105px;
}

#menu li{
	display:inline;
	padding-left:20px;
}

#menu li a{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	padding-left:30px;
	color:#ADE4AA;
}

#menu li a:hover{
	text-decoration:underline;
}

/* ---------------------------------- */

#conteudo{
	display:table;
	width:680px;
	padding:0 50px 0 50px;
	background:url(../../imagens/conteudo.jpg) no-repeat;
}

#conteudo h1{
	font-size:22px;
	color:#1E611E;
	font-weight:normal;
	padding:12px;
}

#conteudo p, #conteudo ul, #conteudo a, address, #rodape a{
	font-size:14px;
	padding:12px 0 12px 0;
}

#conteudo a{
	font-weight:bold;
	text-decoration:none;
}

#conteudo a:hover{
	text-decoration:underline;
}

.lightbox{
	display:block;
	width:600px;
	padding:12px;
	margin:0 auto;
	text-align:center;
}

.lightbox img{
	border:solid 1px #000;
}

#rodape{
	display:block;
	width:780px;
	height:112px;
	background-image:url(../../imagens/rodape.jpg);
}

#rodape a{
	display:block;
	float:right;
	text-decoration:none;
	margin:20px 60px 0 0;
	color:#667065;
	font-size:12px;
	font-weight:bold;
}

* html #rodape a{
	margin-right:30px;
}

#rodape a:hover{
	text-decoration:underline;
}

#fotos{
	display:block;
	float:right;
	width:321px;
	height:253px;
	margin-top:27px;
}

/* ---------------------------------- FORMULÁRIO */

form{
	margin:30px;
}

input, textarea{
	border:none;
	background-color:#ADCAAE;
	padding:10px;
	font-weight:bold;
}





















