* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
body {
	background-image: url(images/geral_fnd.jpg);
	background-repeat: repeat-x;
	background-color: #8B8B8B;
	font-family: Tahoma;
	font-size: 11px;
	color: #000;	
}
#geral {
	width: 770px;
	margin: 0 auto;
}
#geral a {
	text-decoration: none;
}
#geral a:hover {
	text-decoration: underline;
}
/* topo---------------------------------------------- */
#geral #topo {
	width: 770px;
	height: 70px;
}
#geral #topo #logo h1 a{
	width: 281px;
	height: 61px;
	float: left;
    background-image: url(images/logo.jpg);
    background-repeat: no-repeat;
	text-indent: -999px;
	overflow: hidden;
	display: block;
}
#geral #topo #banner {
	margin-left: 6px;
	margin-top: 5px;
	width: 468px;
	height: 60px;
	float: left;
	border: solid 1px #000;
	background-color: #FFFFFF;
}

/* menu ------------------------------------------- */
#geral #menu {
	padding-top: 5px;
	height: 28px;
	text-align: center;
	clear: both;
}
#geral #menu p.menu_cad{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	color: #ff6;
	float: left;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 20px;
}
#geral #menu .menu_cad a{
	color: #ff6;
	text-decoration: none;
}
#geral #menu .menu_cad a:hover{
	text-decoration: underline;
}
#geral #menu p.menu_senha{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	color: #FFF;
	float: left;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 20px;	
}
#geral #menu .menu_senha a{
	color: #fff;
	text-decoration: none;
}
#geral #menu .menu_senha a:hover{
	text-decoration: underline;
}
#geral #menu form {
	width: 400px;
	height: 20px;
	padding-top: 3px;
	display: block;
	float: right;
	color: #FFF;
}
#geral #menu form fieldset label {
	float: left;
	width: 100px;
	display: block;
	height: 20px;
}
#geral #menu form fieldset label.email {
	width: 180px;
}
#geral #menu form fieldset label input{
	border: solid 1px #000;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 8pt;
	color: #000;	
}
#geral #menu form fieldset label input.email{
	width: 120px;
}
#geral #menu form fieldset label input.senha{
	width: 50px;
}
#geral #menu input.submit{
	background-color: #999;
}


/* banner google -------------------------------- */
#geral #googletopo {
	padding-top: 10px;
	width: 770px;
	height: 96px;
	text-align: center;

}

#geral #meio h2.index {
	width: 770px;
	height: 29px;
	background-image: url('images/barra_index.gif');
	text-indent: -999px;
	display: block;
	overflow: hidden;
}
#geral #meio h2.os_mais_votados {
	width: 770px;
	height: 29px;
	background-image: url('images/os_mais_votados.gif');
	text-indent: -999px;
	display: block;
	overflow: hidden;
}
#geral #meio h2.os_mais_jogados {
	width: 770px;
	height: 29px;
	background-image: url('images/os_mais_jogados.gif');
	text-indent: -999px;
	display: block;
	overflow: hidden;
}
/* meio do site -------------------------------- */
#geral #meio {
	padding-top: 10px;
	width: 770px;
	clear: both;
}





/* meio do site lado direito -------------------------------- */
#geral #meio #ladodir {
	width: 234px;
	padding-top: 14px;	
	padding-left: 14px;	
	padding-right: 14px;
	line-height: 15px;
	float: right;
}


#geral #parceiros {
	clear: both;
}
#geral #parceiros a{
	color: #000;
}


/* rodape */
#rodape {
	height: 34px;
	background-image: url(images/rodape.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	padding-top: 18px;
}
#rodape ul {
	padding-top: 5px;
}
#rodape ul li {
	padding-left: 14px;
	padding-right: 14px;
	display: inline;
	height: 21px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
#rodape ul li a{
	color: #FFF;
	text-decoration: none;
}
#rodape ul li a:hover{
	text-decoration: underline;
}