* {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #B59D05;
}
a:hover, a:active {
	color: #E5CD2F;
}
#tudo {
	width: 800px;
	text-align: left;
	margin: 0 auto;
}
#topo {
	height: 144px;
	background: url('img/topo.jpg') 0 0 no-repeat;
}
#central {
	background: url('img/repeat.jpg') 0 0 repeat-y;
	margin-bottom: -1px;
}
#rodape {
	height: 50px;
	background: url('img/rodape.jpg') 0 0 no-repeat;
	text-align: right;
	padding: 18px 35px 0 0;
	color: #C5AD0F;
	font-weight: bold;
	clear: both;
}
#menu {
	display: inline-block;
	width: 150px;
	vertical-align: top;
	margin-left: 55px;
	float: left;
	height: auto;
}
#menu a:link, #menu a:visited {
	color: #C5AD0F;
	text-decoration: none;
	display: block;
	font-weight: bold;
	margin-bottom: 7px;
}
#menu a:hover, #menu a:active {
	color: #E5CD2F;
}
#conteudo {
	display: inline-block;
	width: 520px;
	padding: 0 0 5px 20px;
	text-align: justify;
	line-height: 1.5;
}

.titulo {
	font-size: 15px;
	font-weight: bold;
	color: #BFC7DC;
	padding-bottom: 8px;
}