@charset "utf-8";
/* CSS Document */
html, body {height:100%;} /**/
body {
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(img/bg.gif);
	font:  11px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #141313;
	background-repeat: repeat-x;
    }
#tudo {
    width:750px;
    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;
    width:750px;
/*    height:138px;*/
    text-align:center;
    padding-top:13px;
    }
#logo{
	width: 142px;
	float: left;
	margin-left: 41px;
}
#menu {
	float: right;
	text-align: right;
	margin-top: 56px;
	margin-right: 28px;
}
#rodape {
	background: #000000;
	width:750px;
	height:20px;
	position: absolute;
	bottom: 0; /**/
	text-align:center;
	visibility: visible;
 }
 #rodape p {
    margin:0;
	font: xx-small Verdana, Arial;
    color:#959595;
	background-color: #000000;
    }
.paginacao{
    margin:0;
	font: x-small Verdana, Arial;
    color:#959595;
}
.paginacaoAtual{
    margin:0;
	font: x-small Verdana, Arial;
    color:#242424;
	background-color: #e4b705;
}

.clear {clear:both;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu2{
}

#modernbricksmenu2 ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

#modernbricksmenu2 a{
float: left;
display: block;
font:  11.5px Georgia, "Times New Roman", Times, serif;
color: white;
text-decoration: none;
margin: 0 2px 0 0; /*Margin between each menu item*/
padding: 5px 7px;
background-color: black; 
}

#modernbricksmenu2 a:hover{
background-color: #000000; 
color: #FFFFFF;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color:  #FFFFFF;
color: #000000;
border-color: #000000;
}
.italico{
	font:  11px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}
.titulo{
	font:  11.5px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}

.amarelo{
	font:  11px Georgia, "Times New Roman", Times, serif;
	color: #e4b705;
}
.amarelo a:link {
	color: #e4b705;
	text-decoration: none;
}
.amarelo a:visited {
	color: #e4b705;
	text-decoration: none;
}
.amarelo a:hover {
	color: #e4b705;
	text-decoration: underline;
}
.amarelo a:active {
	color: #e4b705;
	text-decoration: none;
}
.destaque{
	font:  11px Georgia, "Times New Roman", Times, serif;
	background-color:  #FFFFFF;
	color: #000000;	font-weight: bold;
	font-style: italic;
}
.linkrodape a:hover, a:visited, a:link{
	text-decoration: none;
    color:#959595;
}
.link a:hover, a:visited, a:link{
	text-decoration: none;
    color:#FFFFFF;
}
