body {
	padding: 0px;
	margin: 0px;
	background: #FFF url(../img/bg_top.png) repeat-x top;
}
* {
    font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #464646;
	text-decoration: none;
}
a:hover {
	color: #115996;
	text-decoration: none;
}
hr {
	border: none;
	border-bottom: #115996 1px dashed;
	margin-top: 20px;
	margin-bottom: 20px;
}
input[type=text], input[type=password], select, textarea, .inputs {
	border: #878787 1px solid;
	background: #FFF;
	color: #464646;
}
input[type=submit], input[type=reset], input[type=button], button, .botoes {
	background: #0a4c84;
	color: #FFF;
	border: #878787 1px solid;
}
#site {
	width: 986px;
	margin-left: auto;
	margin-right: auto;
}
#cima {
	height: 139px;
}
#esquerda {
	display: inline-block;
	background: url(../img/bg_cima.jpg) left no-repeat;
	width: 230px;
	height: 127px;
	margin-left: 31px;
	padding-left: 25px;
	padding-top: 12px;
}
#direita {
	display: inline-block;
	width: 220px;
	height: 139px;
	float: right;
}
#main {
	background: url(../img/bg_menu.png) no-repeat;
	display: inline-block;
	width: 986px;
	height: 328px;
}
#menu {
	display: inline-block;
	vertical-align: top;
	width: 262px;
	height: 328px;
}
#menu a {
	width: 262px;
	background: url(..//img/bg_btn.png) top no-repeat;
	text-decoration: none;
	color:#FFF;
	display: inline-block;
	font-size: 11px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#menu ul {
	background: url(../img/bg_btn_bottom.png) bottom no-repeat;
	list-style: none;
	text-align: center;
	margin-top: 20px;
	margin-left: 15px;
	padding-left: 0px;
	padding-top: 12px;
}
#menu li {
	text-align: center;
}
#menu li a:hover {
	text-align: center;
	display: inline-block;
	font-weight: bold;
	color: #FFF;
	text-shadow: #0a60a8 0px 1px 0px;
}
#topo {
	background: url(../img/sombra_topo.png) right no-repeat;
	display: inline-block;
	width: 723px;
	height: 328px;
	padding-top: 1px;
}
#conteudo {
	background: url(../img/bg_conteudo.png) bottom no-repeat;
	padding: 50px;
}
#baixo {
	height: 79px;
	background: url(../img/bg_baixo.jpg) no-repeat bottom;
	padding-left: 50px;
	padding-right: 50px;
}
#baixo a {
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
}
#baixo img {
	float: right
}
#paginador {
	text-align: center;
}
#menu span {
	display: block;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-shadow: #08497f 0px 2px 0px;
}
.titulo {
	font-size: 18px;
	font-weight: bold;
	text-shadow: #cdcdcd 0px 2px 0px;
}