/* CSS Document */

/* Geral */
body{
background:#2f2f2f url("../img/bgdegrade.jpg") top left repeat-x fixed}

/* Site */

#base {
	position:absolute;
	top:0px;
	left:50%;
	width:900px;
	margin-left:-450px;
	background-color:#;}

#topo {	
	width:900px;
	height:40px;
	background-color:#;}
	
#topo_menu{
	position:absolute; 
	left:635px; 
	top:23px; 
	width:246px; 
	height:20px;
	background-color:#;
	z-index:1;  
}

#topo_tit{
	position:absolute; 
	left:20px; 
	top:10px; 
	width:175px; 
	height:20px;
	background-color:#;
	z-index:1;  
}
	
#conteudo {	
	width:860px;
	padding: 20px 20px 20px 20px;
 	float: left;
	background-color:#;}
	
#ft_about{
	position:absolute; 
	left:595px; 
	top:75px; 
	width:260px; 
	height:330px;
	background-color:#;
	z-index:2;  }
	
#txt_about{
	position:absolute; 
	left:30px; 
	top:75px; 
	width:497px; 
	height:340px;
	background-color:#;
	line-height:90%;
	z-index:3;  }


#rodape {	
	height:20px;
	background-color:#;}
	
/* Texto */

.txt{
	font-family:Georgia, Tahoma, Arial;
	font-size:12px;
	color:#FFFFFF;
}

.txt_titulo{
	font-family:Georgia, Tahoma, Arial;
	font-size:28px;
	color:#FFFFFF;
}

.txt_menu{
	font-family:Georgia, Tahoma, Arial;
	font-size:12px;
	color:#4F4F4F;
}

.txt_rodape{
	font-family:Georgia, Tahoma, Arial;
	font-size:12px;
	color:#666666;
}

/* Link Menu */

a.menu {
	font-family:Georgia, Tahoma, Arial;
	font-size:13px;
	color:#666666;
	font-weight:bold;
}
a.menu:link {
	text-decoration:none;
}
a.menu:visited {
	text-decoration:none;
	color:#666666;
}
a.menu:hover {
	text-decoration:none;
	color:#FFFFFF;
}
a.menu:active {
	text-decoration:none;
	color:#666666;
}

/* Link Tit */

a.tit {
	font-family:Georgia, Tahoma, Arial;
	font-size:28px;
	color:#FFFFFF;
}
a.tit:link {
	text-decoration:none;
}
a.tit:visited {
	text-decoration:none;
	color:#FFFFFF;
}
a.tit:hover {
	text-decoration:none;
	color:#FFFFFF;
}
a.tit:active {
	text-decoration:none;
	color:#FFFFFF;
}

/* Links */

a {
	font-family:Georgia, Tahoma, Arial;
	font-size:12px;
	color:#666666;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:#666666;
}
a:hover {
	text-decoration:none;
	color:#FFFFFF;
}
a:active {
	text-decoration:none;
	color:#666666;
}
