body {
	margin: 0px;
	padding: 0px;
	background: url(../img/bg2.jpg) repeat-x bottom;
}
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #0D0D0D;
	text-decoration: none;
}
a {
	color: #666;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
hr {
	border: 0px;
	border-bottom: #333 1px dotted;
	margin-bottom: 10px;
}
#ecra {
	min-height: 386px;
	background: url(../img/bg1.jpg) repeat-x top;
}
#site {
	width: 877px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#somb1, #corpo, #somb2 {
	display: inline-block;
	float: left;
}
#corpo {
	width: 841px;
	min-height: 868px;
}
#topo {
	height: 308px;
	text-align: center;
}
#topo ul {
	display: inline-block;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 260px;
}
#topo li {
	float: left;
	margin-left: 2px;
}
#topo a {
	font-size: 11px;
	font-weight: bold;
	text-shadow: #000 0 1px 0;
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	height: 38px;
	padding-top: 10px;
	display: inline-block;
}
#topo a:hover {
	text-decoration: none;
	background: url(../img/bgmenu.png) repeat-x top;
}
#conteudo {
	background: url(../img/bgcorpo.jpg) repeat-x top;
	padding: 7px;
	padding-bottom: 20px;
	min-height: 489px;
}
#paginador {
	margin-top: 30px;
	text-align: center;
}
#baixo {
	color: #999;
	font-size: 9px;
	padding: 5px;
	margin-bottom: 25px;
}
#baixo a {
	color: #999;
	font-size: 9px;
}
#baixo a:hover {
	color: #FFF;
	text-decoration: none;
}
#baixo img {
	float: right;
}
.titulo {
	margin-top: 0px;
	padding-top: 15px;
	font-size: 18px;
	font-weight: bold;
}
.botoes {
	border: #000 1px solid;
	font-weight: bold;
	background: #999;
}
.inputs {
	background: url(../img/bg_inputs.jpg) repeat-x top;
	border: #000 1px solid;
}

/* drop down */
#topo li ul {
	position: absolute;
	display: none;
	padding: 5px;
	margin: 0px;
	margin-top: 1px;
	border: #333 1px solid;
	background: #999;
	opacity: 0.9;
	moz-opacity: 0.9;
	max-width: 250px;
	box-shadow: 10px 10px 5px #888;
	z-index: 99999;
	box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px #000;
}
#topo li ul li {
	width: 100%;
	clear: both;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	display: list-item;
	background: none;
}
#topo li ul a {
	display: block;
	padding: 5px;
	border: #999 1px solid;
	text-shadow: none;
	height: 1%;
	font-size: 9px;
	font-weight: normal;
	color: #000;
}
#topo li ul a:hover {
	border: #333 1px solid;
	background: #666;
	text-shadow: none;
	color: #FFF;
	font-weight: bold;
}
#topo li ul div {
    background: #333;
    padding: 5px;
    color: #FFF;
    font-weight: bold;
    margin-right: 2px;
}
/* fim drop down */