html, body{

	padding: 0px;
	margin: 0px;
	background-color: #20202B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

body {

	margin:0 auto;
	text-align:center;	

}

#fbFooter {

	height: 150px;
	background-color: #20202B;
	background-image: url('../img/footerBackground.jpg');
	background-repeat: repeat-x;
	background-position:0 1px;
	
}

#logo h1 a span {

	display:none;

}

#container_menu {
	
	position:absolute;
	margin:0 auto;
	top:117px;
	left:0;
	width:980px;
	
}

div.separator strong {
	
	color:#D7D7D7;
	padding-right:5px;
	
}

div.separator img {
	
	
		
}

div.separator {

	float:left;
	padding:7px 10px 0 10px;
	background:url('../img/separator.gif') no-repeat right 7px;
	

}

.pagina {

	/* float:left; */
	margin-top:-5px;
	
}

div.separator .input_date {
	
	border:1px solid #5A5A61;
	background-color:#20202B;
	font:normal 11px arial;
	color:#D7D7D7;
	text-align:center;
	width:75px;
	padding:2px 0;
	

}

#header {

	position:relative;
	margin:0 auto;
	width:980px;
	height:118px;


}

#logo {

	width:180px;
	height:118px;
	position:absolute;
	left:20px;
	top:0;
			
	
}

#logo h1 {
	
	margin:0 auto;

}

#logo h1 a {
	
	margin:0 auto;
	width:180px;
	height:118px;
	display:block;	
	background-image:url('../img/logo.jpg');
	background-repeat:no-repeat;
	background-position:0 0;

}

#publicidade {
	
	position:absolute;
	width:728px;
	right:15px;
	top:5px;
	padding-top:12px;
	height:110px;
	background-image:url('../img/publicidade.gif');
	background-repeat:no-repeat;
	background-position:right 0;

}


.fbPaginationMinor {
	color: #4e6605;
	margin-left: 10px;
}

#fbContainer {

	background-image:url('../img/fundo.gif');

}

#fbContents {
	float: left;	
	margin-left: 20px;	
}

#fbMenu {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
}

#fbMenu img {
	
	margin-right:5px;

}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}