body {
	padding: 0px;
	margin: 0px;
	background: #000c22 url(../img/bg1.jpg) repeat-x top;
}
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
a {
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: none;
	text-align: left;
}
hr {
	border: none;
	border-bottom: #FFF 1px dashed;
	margin-top: 20px;
	margin-bottom: 20px;
}
input[type=text], input[type=password], select, textarea, .inputs {
	background: #FFF url(../img/bginputs.jpg) repeat-x top;
	border: #2e3663 1px solid;
	color: #000;
}
input[type=submit], input[type=reset], input[type=button], button, .botoes {
	background: #2e3663;
	color: #FFF;
	font-weight: bold;
	border: #6c75ac 1px solid;
}
#site {
	width: 903px;
	padding-top:50px;
	margin-left: auto;
	margin-right: auto;
}
#box {
	-moz-box-shadow: 0 0 6px 4px #000;
	-webkit-box-shadow: 0 0 6px 4px#000;
	box-shadow: 0 0 6px 4px #000;
}
#topo {
	height: 386px;
}
#menu {
	position: absolute;
	height: 42px;
	width: 903px;
	margin-top: -44px;
}
#shadow {
	background: #000;
	height: 43px;
	width: 903px;
	border-top: #FFF 1px solid;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70%); 
}
#botoes {
	position: absolute;
	margin-top: -42px;
	text-align: center;
	height: 32px;
	width: 903px;
	padding-top: 10px;
}
#botoes ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#botoes li {
	display: inline-block;
}
#botoes a {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	padding-left: 25px;
	padding-right: 25px;
	text-shadow: #000 0 1px 0;
}
#botoes a:hover {
	background: #FFF;
	color: #000;
	text-shadow: none;
	text-decoration: none;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50%); 
}
#main {
	background: url(../img/bg2.png);
}
#corpo {
	background: url(../img/sombra.png) no-repeat center top;
}
#vmenu {
	background: url(../img/botoes.png) no-repeat;
	width: 220px;
	display: inline-block;
	padding-top: 20px;
	vertical-align: top;
	padding-bottom: 30px;
}
#login {
	padding-left:10px;
}
#login input[type=text], #login input[type=password] {
	margin-top: 3px;
	width: 60px;
	color: #000;
}
#login input[type=image] {
	margin-top: 1px;
	vertical-align: bottom;
}
#links_login {
	padding:10px;
	padding-bottom: 0px;
	width:202px;
}
#links_login a:hover {
	color: #FFF;
	text-decoration: underline;
}
#vmenu ul{
	list-style: none;
	padding-left: 10px;
}
#vmenu span {
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 20px;
	padding-top: 10px;
}
#vmenu li {
	padding-left: 13px;
	padding-bottom: 2px;
}
#vmenu li a:hover {
	display: inline-block;
	font-weight: bold;
	padding-left: 5px;
	color: #FFF;
}
#conteudo {
	padding: 7px;
	width: 660px;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 20px;
}
#paginador {
	text-align: center;
	padding-top: 20px;
}
#baixo {
	padding-top: 15px;
	background-image: url(../img/baixo.png);
	background-repeat: repeat-x;
	height: 97px;
	padding: 8px;
	text-align: left;
}
#baixo a:hover {
	color: #CCC;
	text-decoration: none;	
}
#baixo img {
	float: right;
}
.titulo {
	margin: 0px;
	padding-top: 20px;
	font-size: 20px;
	text-shadow: #333 0 2px 0;
}
