/* CSS Document */

body{
	/*margin:20px 15px;
	font: 12px Arial, Helvetica, sans-serif;*/
	background-image: url(../images/fdo_site02.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	text-align:center;
	font-size:12px;
	background-attachment: fixed;
	}

#tudo{
	width:869px;
	background-image: url(../images/fdo_content.gif);
	background-repeat: repeat-y;
	margin:20px auto;
}

#topo {	
	display:block;
	height:167px;
	}
#navega {
	display:block;
	width:810px;
	height:66px;
	margin: 0 80px 20px 0;
}

#principal {
	width:500px;
	float:right;
	text-align:left;
	}
#navegacao {
	width:369px;
	float:left;
	}
#principal * {
	padding: 0 80px 0 0;
	}
#navegacao * {
	padding: 0;
	}
#rodape {	
	clear:both;
	height:60px;
	}
#pop {
	display: block;
	position: absolute;
	top: 20px;
	left: 20%;
	width:650px;
	height: 645px;
	background-color: #000033;	
}


#pop a {
	font-family: "Trebuchet MS", "Lucida Sans", Verdana;
	font-size: 16px;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #000033;
	padding:2px 5px 2px 5px;
	font-weight: bold;
}
#pop a:visited {
	font-family: "Trebuchet MS", "Lucida Sans", Verdana;
	font-size: 16px;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #000033;
	padding:2px 5px 2px 5px;
	font-weight: bold;
}
