body {
	margin: 0px;
	padding: 0px;
	background: url(../img/bg.jpg) repeat center top;
}
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #0E0B0A;
	text-shadow: #FDF7AA 0 1px 0;
}
hr {
	border: 0px;
	border-top: #0E0B0A 1px dotted;
	border-bottom: #FDF7AA 1px dotted;
	margin-top: 10px;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
td {
	text-shadow: none;
}
td p {
	margin: 0px;
	padding: 0px;
}
#ecra {
	background: url(../img/luzes.png) repeat-x center top, url(../img/sombra.png) repeat-x bottom;
}
#site {
	width: 855px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
#logo {
	margin-top: 20px;
	margin-left: 311px;
}
#topo {
	height: 278px;
	background: url(../img/bgtopo.png) no-repeat center top;
	text-align: center;
}
#topo img, #topo object {
	display: inline-block;
	margin-top: 9px;
}
#menu {
	background: url(../img/bgmenu.png) no-repeat;
	width: 939px;
	height: 173px;
	position: absolute;
	margin-left: -36px;
	margin-top: -90px;
	text-align: center;
}
#menu ul {
	list-style: none;
	display: inline-block;
	margin-top: 120px;
}
#menu li {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
#menu a {
	font-weight: bold;
	color: #FFD5FF;
	text-shadow: #000 0 -1px 0;
}
#menu a:hover {
	color: #FFF;
	text-decoration: none;
}
#corpo, .corpo {
	background: url(../img/bgcorpo.png) repeat-y center;
	padding: 10px;
}
#conteudo {
	background: url(../img/bgconteudo.png) no-repeat top right, url(../img/parafuso.png) repeat-x center bottom;
	padding: 7px;
	padding-top: 35px;
	padding-bottom: 30px;
	margin-top: 43px;
}
#paginador {
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}
#rodape {
	background: url(../img/baixo.png) repeat-y top center;
	padding-left: 30px;
	padding-right: 16px;
	padding-top: 65px;
	height: 22px;
	color: #666;
	text-shadow: none;
}
#rodape a {
	color: #666;
	text-shadow: none;
	text-decoration: none;
	font-size: 9px;
}
#rodape a:hover {
	color: #FFF;
}
#rodape img {
	float: right;
	margin-right: 15px;
	margin-top: -7px;
}
.titulo {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
}
.inputs {
	background: #FFF url(../img/bginputs.jpg) repeat-x top;
	border: #000 1px solid;
	font-size: 9px;
}
.botoes {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        border: 1px solid #000;
        background: #3C0028;
        color: #CCF;
        height: 19px;
		font-weight: bold;
		text-shadow: none;
}

/* drop down */
#menu li ul {
	position: absolute;
	display: none;
	padding: 5px;
	margin: 0px;
	margin-top: 17px;
	border: #52110A 1px solid;
	background: #E7C663;
	opacity: 0.9;
	moz-opacity: 0.9;
	max-width: 150px;
	box-shadow: 10px 10px 5px #888;
	z-index: 9999999;
	font-weight: normal;
	font-size: 9px;
	box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px #000;
}
#menu li ul li {
	width: 100%;
	clear: both;
	margin: 0px;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	display: list-item;
	background: none;
	font-weight: normal;
}
#menu li ul a {
	display: block;
	padding: 5px;
	text-shadow: none;
	font-weight: normal;
	color: #900;
}
#menu li ul a:hover {
	background: #927316;
	text-shadow: none;
	color: #E7C663;
	font-weight: normal;
}
#menu li ul div {
    background: #52110A;
    padding: 5px;
    color: #E0B537;
    font-weight: bold;
    margin-right: 2px;
	text-shadow: none;
}
/* fim drop down */