/* Santos Colsultores Associados - Desenvolvido por Plenna,sim */

* {
	margin:0;
	padding:0;
	}

form, fieldset, img {
	border:none;
	}

ul, ol{
	list-style:none;
	}
	
body{
	background:#655F49 url(../img/bg-conteudo.jpg) center top no-repeat;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:12px;
}

#geral{
	width:666px;
	margin:60px auto 0;
	text-align:left;
	background:#FFF;
}

#topo{
	height:220px;
	background:url(../img/img-topo.jpg) center top no-repeat;
	position:relative;
}

#topo h1{
	display:block;
	width:126px;
	height:122px;
	background:url(../img/logo.png) no-repeat;
	text-indent:-9999px;
	position:absolute;
	top:40px;
	left:80px;	
}

#menu{
	width:605px;
	margin:0 auto;
	background:url(../img/bg-menu.jpg) no-repeat;
	height:71px;
}

#menu ul{
	margin-left:20px;
}

#menu li{
	float:left;
	line-height:68px;
	font-size:17px;
	margin-right:20px;
	font-weight:bold;
}

#menu a{
	text-decoration:none;
	color:#564e37;
}

#menu a:hover{
	color:#655f49;
}

#conteudo{
	padding:15px 35px;
}

#rodape{
	height:35px;
	background:url(../img/bg-rodape.jpg) no-repeat;
	text-align:center;
}

#rodape p{
	color:#655f48;
	font-size:10px;
	line-height:35px;
}

h2, h3{
	color:#962e2e;
}

a{
	color:#962e2e;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h2{
	font-size:16px;
	margin-bottom:15px;
}

h3{
	font-size:14px;
	margin-bottom:5px;
}

p, address{
	margin-bottom:5px;
	font-style:normal;
}

#conteudo.home{
	margin-top:15px;
	background:url(../img/bg-conteudo-home.jpg) no-repeat;
	height:150px;
	padding:30px 35px 0 250px;
}

#conteudo ul{
	list-style:square inside;
	margin-bottom:5px;
}

#conteudo li{
	margin-bottom:5px;
}

.fonte{
	font-style:italic;
	margin:10px 0 20px;
}
	
	
	
	
	
	

	
