@charset "utf-8";
/* CSS Document */
* a{
	text-decoration:none;
	text-transform:none;
	color:#000;}
* a:hover {color : #6699FF; }
* h1{
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
}

body{
	background:url('bg.jpg');
	background-attachment:fixed;
	background-repeat:repeat;
}
#top{
	background:url(top.png);
	background-position:top;
	display:block;
	width:801px;
	height:15px;
	margin: auto;
	}
#container{
	margin: auto;
	width:801px;
	min-height:1000px;
	max-height:15000px;
	background:url('fnd.png');
	background-repeat:repeat-y;
	display:block;
	overflow:hidden;
}
#container2{
	margin: auto;
	width:801px;
	min-height:1000px;
	max-height:15000px;
	background:url('fnd.png');
	background-repeat:repeat-y;
	display:block;
	overflow:hidden;
}
#fundo{
	background:url(fundo.png);
	background-position:top;
	display:block;
	width:801px;
	height:35px;
	margin: auto;
	text-align:right;
	}
#banner{
	float:right;
	width:610px;
	height:160px;
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
}
#list{
	margin-left:10px;
	margin-right:10px;
	float:left;
	width:150px;
	height:160px;
	margin-top:4px;
}
#menu{
	float:left;
	width:165px;
	margin-left:5px;
	margin-right:10px;
	margin-top:10px;
}
#menu p{
	text-align:center;
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
}
#conteudo{
	width:590px;
	float:right;
	margin-left:0px;
	margin-right:20px;
	text-align:justify;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	max-height:4000px;
	min-height:300px;
}

#conteudo hr{
	width:100%;
	text-align:center;
}
#conteudo2{
	width:590px;
	float:right;
	margin-left:0px;
	margin-right:20px;
	text-align:justify;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	min-height:300px;
	max-height:6000px;
		overflow:hidden;
}

#conteudo2 hr{
	width:100%;
	text-align:center;
}
#curriculum hr{
	width:100%;
	text-align:center;
}
#curriculum{
	float:right;
	width:590px;
	margin-left:0px;
	margin-right:20px;
	text-align:justify;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	min-height:1000px;
	max-height:14000px;
	display:block;
	overflow:hidden;
}
.hora{
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	margin-top:5px;
	font-weight:bold;}
.menu{
	font-weight: bold; 
	font-size: 12px; 
	width: 100%; 
	color: black; 
	font-family: Tahoma;
	margin-top:5px;
	margin-left:5px;
}

#pes {
	width: 160px; 
	height: 100px;
	display:block;
	background-image: url('fd.jpg');
	margin:auto;
}
#links{
	text-align:center;
	margin:auto;
	width:801px;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:20px;
	}
	
#links a{
	color:#FFF;
	}
	
#links a:hover{
	color:#6699FF;
	}