html, body {
	height: 100%;
}
body {
	padding: 0px;
	margin: 0px;
	background: url(../img/bg.jpg);
}
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #1D2926;
	text-decoration: none;
}
a:hover {
	color: #92A224;
	text-decoration: underline;
}
hr {
	border: 0px;
	border-bottom: #1D2926 1px dotted;
	margin-bottom: 10px;
	
}
#ecra {
	height: 100%;
	background: url(../img/bg1.png) repeat-x top;
}
#glow {
	height: 263px;
	background: url(../img/glow.png) no-repeat top center;
}
#site {
	width: 853px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	background: url(../img/cima.png) no-repeat center bottom;
	text-align: center;
}
#logo img {
	margin-top: 15px;
	margin-bottom: 20px;
}
#areatopo, #corpo {
	background: url(../img/corpo.png) repeat-y center;
}
#areatopo {
	padding-top: 5px;
	padding-bottom: 5px;
}
#topo {
	width: 831px;
	height: 384px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#topo ul {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 357px;
}
#topo li {
	float: left;
}
#topo a {
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	padding-left: 20px;
	padding-right: 20px;
}
#topo a:hover {
	background: #133C40 url(../img/seta.jpg) no-repeat center bottom;
	color: #DCFC81;
	text-decoration: none;
}
#conteudo {
	background: url(../img/sombra.jpg) repeat-x top;
	padding: 7px;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-left: 6px;
	margin-right: 6px;
}
#paginador {
	padding-top: 30px;
	text-align: center;
}
#baixo {
	height: 73px;
	margin-left: 6px;
	margin-right: 6px;
	padding: 5px;
	background: url(../img/bg2.png) repeat-x top;
}
#baixo, #baixo a {
	color: #DCFC81;
}
#baixo img {
	float: right;
}
#sombrabaixo {
	position: absolute;
}
.titulo {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
}
.botoes {
	background: #C0D33A;
	border: #1D2926 1px solid;
}
.inputs {
	border: 1px #000 solid;
}
