/* layout do maujor: http://imasters.com.br/artigo/9065/css/posicionar-o-rodape-embaixo-da-janela */
/* a "gallery" é do template Space Travel Is Boring Template, que é free template, cujo autor é Coll23, cujo e-mail é collingrasley@gmail.com, baixado de http://all-free-download.com/free-website-templates/space_travel_is_boring_template_1248.html */ 
             html, body {height:100%;} /**/
body {
	margin:0; 
	padding:0;
	background:#000;
	color:#ffdfff;
	font:85%/1.4 Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	}
#tudo { 
	width:760px;
	             position:relative;  /*Contexto de posicionamento */ 
	background:#000;
	margin:0 auto;
	text-align:left;
	             min-height:100%;/**/
	}
	             * html #tudo {height: 100%;}/**/
				 #conteudo {padding-bottom:30px;}/**/
#topo {
	background:#000 url(criptotop.jpg) center center no-repeat;
	width:760px;
	height:100px;
	border-bottom:5px ridge #ff2fdc;
	text-align:center;
	padding-top:1px;
	}
#principal {
	width:470px; 
	padding-left:10px;
	padding-right:20px;
	float:left;
	padding-top:35px;
	text-align:left;
	}
#auxiliar {
	width:220px;
	float:right;
	padding-top:35px;
	padding-left:/*20px;*/10px;
	padding-right:10px;
	}
          		  	
#icons {height:30px;
	float:left;
	background:#000;
	margin:4px 3px 0px 3px;
	}
.icons {
	list-style:none;
	display:inline;
}

#pages {
		padding: 3px;
	}
	#pages ul {
		list-style-type: none;
	}
	#pages li {
		float: left;
		display: inline;
		margin: 0 5px 0 0;
		display: block;
	}
	#pages li a {
		color: #ffaad5;
		padding: 4px;
		/*border: 1px solid #ddd;*/
		text-decoration: none;
		float: left;
	}/*
	#pages li a:hover {
		color: #ffaaff;
		background: #ffaaff;
		/*border: 1px solid #85bd1e;*/
	}*/
	#pages li.nolink {
		color: #ffdfff;
		/*border: 1px solid #F3F3F3;*/
		padding: 4px;
	}
	#pages li.current {
		color: #ffdfff;
		/*border: 1px solid #b2e05d;*/
		padding: 4px;
		background: #ff2fdc;
	}

#histats{height:30px;
	float:left;
	background:#000;
	margin:4px 3px 0px 3px;
	}	
#rodape {
	width:760px;
	height:10px;
	             position: absolute;
	border-top:5px ridge #ff2fdc;
	text-align:center;
	 }
                 	             
#rodape p {text-align:center;
	margin:0;
	font-size:12px;
	font-weight:bold;
	color:#ffdfff;
}
.fl_left{float:left;}

.fl_right{float:right;}
p {text-align:left;
  }
pre{font:bold 85%/1.4 Comic Sans MS, Verdana, Arial, Helvetica, sans-serif; text-align:center;} /* hack para o IE */  
h1, h2, h3, h4, h6 { 	
	font:bold 18px Comic Sans Ms, Arial, Helvetica, sans-serif;
	color:#ffdfff;
	text-align:center;
	}
	h2.desce {padding-bottom:9%;} 
h4 {font-size:16px;}
.clear {clear:both;}
h6 {font-size:12px;}
form {
          display:block;
          text-align:center;
          }  /* para centralizar o botão */
/*css do menu*/
#masterdiv {padding-top:1px;} 
.menutitle {
              border-right: #000000 1px;
              padding-right: 2px; 
              border-top: #000000 1px solid; 
              font-weight: strong; 
              margin-bottom: 5px; 
              padding-bottom: 2px; 
              width: 195px; 
              cursor: pointer; 
              color: #ffdfff; 
              padding-top: 2px; 
              border-bottom: #000000 1px solid; 
              text-align:left;
              }
.submenu {
	     font-weight: strong; 
                   color: #5d1328; 
                   text-align:left;
                   text-decoration: none;
                  }
a:link {
	color: #ffaad5; text-decoration: none;
           }
a:visited {
	color: #ff0066; text-decoration: none;
               }
a:active {
	color: #cc0000; text-decoration: none;
              }
a:hover {
	color: #ffaaff; height: 12px; text-decoration: none;
/*fim do css menu*/

/* Side bar thumbs  */

.thumbs img{
position:relative;
padding:1px;
margin:2px 3px 3px 2px;
border:2px solid #aaa;
background-color:inherit;

}
.thumbs img:hover{
border:2px solid #2699eb;
}