*{
	margin:0;
	padding:0;
}

body{
	background:url("../images/bg.jpg");
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#3F3732;
	text-align:justify;
}

p{
	margin:0 0 20px 0;
}

h2{
	font-family: "Trebuchet MS";
	color:#FF6600;
	font-size:25px;
	text-transform:uppercase;
	text-align:left;
	margin:0 0 20px 0;
}

h3{
	font-family: "Trebuchet MS";
	color:#00441F;
	font-size:18px;
	text-transform:uppercase;
}

h4{
	font-family: "Trebuchet MS";
	font-weight:normal;
	color:#869500;
	font-size:12px;
	font-weight:bold;
	margin:0 0 0 10px;
}

h5{
	font-family: "Trebuchet MS";
	font-weight:normal;
	color:#3F3732;
	font-size:11px;
	margin:0 0 0 10px;
}

.imagens{
	border:#CCC 2px solid;
	margin:5px 10px 10px 0;
	float:left;
}

#bg_top{
	background:url("../images/bg_top.jpg") top repeat-x;
	height:195px;
	width:100%;
}

#menu_top{
	margin:-195px auto;
	width:770px;
	position:relative;
	z-index:9;
}

#linhas{
	margin:90px auto;
	width:100%;
}


/*Conteúdo*/
#conteudo{
	width:770px;
	margin:-155px auto;
}

#conteudo a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#090;
	text-decoration:underline;
}

#conteudo a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#F60;
	text-decoration:none;
}

#conteudo_left{
	width:110px;
	float:left;
	margin:0 30px 0 70px;
	_margin:0 15px 0 35px;
}

#conteudo_right{
	min-height:420px;
	_height:420px;
	width:550px;
	float:right;
	padding:0 0 30px 0;
}

#conteudo_top{
	width:550px;
	display:table;
	border-bottom:#7A875E 1px solid;
	margin: 0 0 20px 0;
}

#conteudo_bottom{
	width:550px;
	display:table;
}

#left{
	float:left;
	width:260px;
}

#left a, a:active{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#F60;
	text-decoration:underline;
}

#left a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#9C6329;
	text-decoration:none;
}

#right{
	float:right;
	width:260px;
}

#right a, a:active{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#F60;
	text-decoration:underline;
}

#right a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#9C6329;
	text-decoration:none;
}

.box_consultor{
	display:none;
}

#destaque_agenda{
	background:#DED6CF;
	border:#B9A899 1px dotted;
	font-size:10px;
	padding:10px;
}

ul li{
	display:inline;
	text-align:left;
}

ul li img{
	border:none;
	padding:5px;
}


/*Rodapé*/
#rodape{
	clear:both;
	width:770px;
	height:90px;
	font-size:11px;
	text-align:center;
	padding:15px 0;
	margin:0 auto 0 auto;
	background:url(../images/bg_rodape.gif) no-repeat;
	color:#666;
	position:relative;
}

#rodape a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#090;
}

#rodape a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#F60;
}

#rodape .silhueta{
	margin:-210px 0 0 -415px;
	position:absolute;
}

#dados_rodape{
	font-family:"Trebuchet MS";
	font-size:11px;
	text-align:center;
}


/*Formulário*/
.form{
	border:#888A7C 1px solid;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#666;
	padding:0 0 0 3px;
	background:#E9EAE3;
}