* {
	border: none;
	margin: 0;
	padding: 0;
}

body {
	background: #666;
	color: #333;
	font: normal 12px Arial, sans-serif;
	margin: 10px 0;
}

h1 {
	padding: 10px 0 20px 0;
	font-weight: normal;
	font-size: 22px;
	text-align: center;
}

p {
	margin-top: 10px;
}

a {
	color: #069;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	background: #605D5C;
	width: 100%;
	margin-top: 10px;
}

table thead tr th, table tfoot tr th {
	background: #999;
	color: #FFF;
	padding: 4px;
	font-weight: bold;
	text-align: center;
}

table tbody td {
	background: #FFF;
	padding: 4px;
	vertical-align: middle;
}

table tbody td.center {
	text-align: center;
}

#geral {
	width: 760px;
	margin: 0 auto;
	overflow: auto;
}

#meio {
	overflow: auto;
}

#topo {
	width: 760px;
	height: 165px;
	margin-bottom: 10px;
}

#anuncios {
	border: 1px solid #605D5C;
	background: #FFF;
	list-style: none;
	height: 189px;
	margin-bottom: 10px;
}

#anuncios li {
	display: inline;
}

#anuncios a {
	float: left;
}

#navegacao {
	border: 1px solid #605D5C;
	background: #FFF;
	width: 199px;
	float: left;
}

#navegacao dt {
	border-bottom: 1px solid #605D5C;
	background: #828180;
}

#navegacao dt a {
	color: #FFF;
	padding: 8px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

#navegacao dd ul {
	list-style: none;
}

#navegacao dd ul li {
	display: inline;
}

#navegacao dd ul li a {
	border-bottom: 1px solid #605D5C;
	color: #333;
	padding: 8px;
	display: block;
}

#navegacao dd ul li a:hover {
	text-decoration: none;
}

#conteudo {
	border: 1px solid #605D5C;
	border-left: none;
	background: #FFF;
	width: 528px;
	margin-left: 10px;
	padding: 0 10px 10px 10px;
	float: left;
}

#rodape {
	background: #333;
	color: #999;
	margin-top: 10px;
	padding: 5px 10px 10px 10px;
	text-align: center;
	clear: both;
	height: 1%;
	font-size: 11px;
}

#rodape p {
	margin-top: 5px;
}

#rodape a {
	color: #999;
}

