body {
	background: #EEEEEE url(../imagens/fundo.png) repeat-x fixed;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	margin: 0px;
}
#geral {
	width: 760px;
	margin: 0px auto;
	background-color: White;
}
#topo {
	height: 81px;
	background: url(../imagens/topo.png) no-repeat;
}
#conteudo {
width: 535px;
padding-left: 8px;
padding-top: 5px;
}
#contato {
	width: 215px;
	height: 503px;
	float: right;
	background: url(../imagens/fundo_contato.png) no-repeat;
}
#endereco {
	margin-top: 60px;
	padding-left: 10px;
	padding-right: 10px;
}
#contato form {
	position: relative;
	top: 40px;
	left: 10px;
}
#rodape {
	clear: both;
	height: 9px;
	background: url(../imagens/rodape.png) no-repeat;
}
#input_txt {
	width: 189px;
	font-size: 10px;
	border: 1px solid #A0A0A0;
	color: #787878;
	padding: 2px;
	background-color: #F7F7F7;
	margin-bottom: 8px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#text_area {
	width: 189px;
	height: 110px;
	font-size: 10px;
	border: 1px solid #A0A0A0;
	color: #787878;
	padding: 2px;
	background-color: #F7F7F7;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#botao {
	font-size: 10px;
	border: 1px solid #A0A0A0;
	color: #787878;
	background-color: #F7F7F7;
}
#direita {
	text-align: right;
	padding-right: 20px;
}



.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #E1E1E1;
	border-top: 1px dashed #D6D6D6;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
	cursor: pointer;
}
 
.element {
	background-color: #F7F7F7;
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}

#imagem {
	border: 2px solid #CECFD1;
	padding: 3px;
	background-color: white;
}
#centro {
	text-align: center;
}
#detalhes {
	margin-left: 8px;
	margin-right: 8px;
	background-color: #FFFFFF;
	border: 1px dotted #D6D6D6;
	margin-bottom: 3px;
}
a:link,
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover,
a:active {
	color: red;
}