@charset "utf-8";
/* CSS Document */

* {
margin:0px;
padding:0px;
outline:none;
}

body {
background:url(img/sindico-profissional-campinas-bg.jpg) repeat-x top;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#geral {
	width:900px;
	margin:0 auto;
}

#topo {
	margin:6px 0 0 0;
}
#floater {
	margin:6px 0 20px 0;
}
#topo img {
	border:0;
}

#menu {
	float:left;
	text-align:center;
}

#menu ul {
	list-style:none;
	font-size:15px;
	font-weight:bold;
}

#menu li {
	float:left;
	top:100;
	margin:17px 0 0 40px;
}

#menu ul a {
	text-decoration:none;
	color:#FFF;
}

#esquerda {
	float:left;
	width:150px;
	margin:30px 0 0 20px;
}

#esquerda img {
	margin-bottom:20px;
}

#conteudo_home {
	float:left;
	width:500px;
	margin:30px 0 20px 30px;
}

#conteudo_home h1 {
	color:#920a0a;
	font-size:15px;
	border-bottom:2px dotted #920a0a;
}

#conteudo_home h2 {
	color:#920a0a;
	font-size:15px;
	text-align:center;
}

#conteudo_home h3 {
	color:#333;
	font-size:13px;
	text-align:center;
	margin:20px 0 -20px 0;
}

#conteudo_home a {
	color:#920a0a;
	font-weight:bold;
}

#conteudo_home p, #conteudo_home li {
	font-size:12px;
	color:#333;
	list-style:none;
	padding-top:10px;
}

#direita {
	float:right;
	width:150px;
	margin:30px 10px 0 0 ;
}

#direita img {
	margin-bottom:20px;
}

form {
	margin-bottom:30px;
}

.botao {
	float:right;
	margin-right:37px;
}
#rodape {
	border-top:2px solid #aa1e1e;
	text-align:center;
	margin:0 auto;
	margin-top:20px;
	font-size:11px;
	padding-top:5px;
	color:#3e0101;
}