body {
	background: #072a2a url(../img/bg_site.png) no-repeat top;
	padding: 0px;
	margin: 0px;
}
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #40929b;
}
a {
	text-decoration: none;
}
a:hover {
	color: #b43079;
}
hr {
	border: none;
	border-bottom: #6eb7dc 1px dashed;
	margin-top: 20px;
	margin-bottom: 20px;
}
input[type=text], input[type=password], select, textarea, .inputs {
	border: #6eb7dc 1px solid;
	background: #e8e8e8;
	color: #b43079;
}
input[type=submit], input[type=reset], input[type=button], button, .botoes {
	background: #e8e8e8;
	color: #40929b;
	font-weight: bold;
	border: #6eb7dc 1px solid;
}
#site {
	max-width: 933px;
	margin-left: auto;
	margin-right: auto;
}
#cima {
	background: url(../img/bg_cima.png) no-repeat bottom;
	height: 150px;
	margin-top: 18px;
	text-align: center;
}
#cima img {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 40px 0 0 0;
	width: auto;
	height: 100px;
}
#topo {
	width: 916px;
	height: 308px;
	text-align: center;
}
#topo ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#topo li {
	display: block;
	width: 916px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	visibility: hidden;
}
#topo img {
	width: 916px;
	height: 308px;
	transition: all 1s;
	opacity: 0;
}
#menu {
	background: url(../img/bg_menu.png) no-repeat;
	height: 38px;
	text-align: center;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	padding: 5px;
	display: inline-block;
}
#menu a {
	text-decoration: none;
	color:#FFF;
	display: inline-block;
	font-size: 12px;
	padding: 8px;
	padding-left: 10px;
	padding-right: 10px;
}
#menu a:hover {
	color: #b43079;
	text-shadow: none;
	text-decoration: none; 
}
#main {
	background: url(../img/bg_main.png) repeat-y;
}
#topo {
	padding-top: 1px;
	padding-left: 8px;
}
#corpo {
	background: url(../img/sombra_corpo.png) top center no-repeat;
	margin-top: 1px;
	padding: 15px;
}
#sombra {
	background: url(../img/sombra_baixo.png);
	min-height: 14px;
}
#rodape {
	background: url(../img/bg_rodape.png);
	height: 61px;
	margin-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
#rodape img {
	float: right;
}
#paginador {
	text-align: center;
	padding-top: 20px;
}
.titulo {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

#redes {
	position: fixed;
	right: 0px;
	top: 290px;
	width: 51px;
	z-index: 9999;
}
#redes img {
	display: block;
	margin: 4px;
}