/* CSS Document */


body{
	
	margin-top:0;
	margin-left:0;
	background-color:#aab6b4;
	
}

a{
	color:#666;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;	
	text-decoration:none;	
}

a:hover{
	text-decoration:underline;	
}


#websitecontainer{
	top:0px;
	height: auto !important
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
	text-align:center;
	
	width:100%;
	
	background-image:url(../images/fundo.jpg);
	background-position:center;
	background-repeat: no-repeat;
	
}


#mainDiv{

	margin: 0px auto;
	top:0px;
	height:550px;
	width:950px;
}


.texto {

	color:#666;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;	
	
}

.filtro {

	color:#96222e;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;	
	border:0px solid;
	border-bottom:1px solid #CCC;
	background-color:#bcc8c6;
	width:300px;
	
}

.legendaFiltro {

	color:#666;
	font-weight:bold;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;	
	
}


.direitos {

	color:#333;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:9px;	
	
}

.menu:link, .menu:active, .menu:visited{
	color:#96222e;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;	
	font-weight:100
	text-decoration:none;
}

.menu:hover{
	text-decoration:underline;	
}

.separador{
	color:#96222e;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;	
	font-weight:100
}