body {
	margin: 0;
	background: #5F0000 url(../imagens/fundo.gif) repeat-y fixed center;
	color: white;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:visited {
	color: #F0E68C;
	text-decoration: none;
}
a:hover, a:active {
	color: white;
}
#geral {
	width: 692px;
	margin: 0px auto;
	background-color: black;
}
#topo {
	height: 206px;
	background: url(../imagens/topo.jpg) no-repeat;
}
#menu {
	height: 62px;
	background: url(../imagens/fundo_menu.jpg) no-repeat;
}
#menu a {
	border: 0;
	color: transparent;
}
#conteudo {
	padding-left: 5px;
	padding-right: 5px;
}
#titulo {
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid white;
	margin: 5px;
}
#item {
	border-bottom: 1px dotted gray;
	margin-left: 30px;
	margin-right: 30px;
}
#rodape {
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	border-top: 1px dotted #292929;
	padding-top: 5px;
}
#centro {
	text-align: center;
}
#galerias {
	width: 50%;
}
#galerias td {
	border-bottom: 1px dotted gray;
	font-size: 18px;
}
#inputexto {
	border: 1px solid gray;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 400px;
}
#botao {
	border: 1px solid gray;
}
body.noticias {
	background: black none;
	color: white;
}
#cont_noticias {
	padding-left: 10px;
	padding-right: 10px;
}
#subtitulo {
	font-size: 16px;
}