/********************************************************************************************
	1 - ESTRUTURA
	2 - TOPO
	  2.1 - MENU
	  2.2 - FLASH
	3 - CONTEUDO
	  3.1 - DESTAQUE
	  3.2 - QUE FAZ APROVA
	  3.3 - RECOMENDO
	  3.4 - EDITAIS
	  3.5 - CURSOS
	  3.6 - NOTICIAS
	10 - FOOTER
/********************************************************************************************
/********************************************************************************************
   1 - ESTRUTURA 
*********************************************************************************************/

body {
background:url(../imagens/bg.gif);

}
div#total {
background-color:#efe
	
}
div#site {
	position:absolute;
	top:0px;
	width:860px;
	left:50%;
	height:auto;
	background: ;
	padding:0;
	margin:0 0 0 -388px;
	
}
/********************************************************************************************
   2 - TOPO 
*********************************************************************************************/
div#fundotopo{
	width:100%;
	height: 202px;
	left: 0px;
	top: 0px;
	background:url(../imagens/bg_topo.jpg);
}
div#fundotopo_verde{
	width:100%;
	height: 186px;
	left: 0px;
	top: 0px;
	background:url(../imagens/topo_verde.jpg);
}
div#topo{
	width:850px;
	height: 200px;
	left: 50px;
	top: 0px;
}
div#topo_verde{
	width:850px;
	height: 200px;
	left: 81px;
	top: 0px;
}
/********************************************************************************************
   2.1 - MENU 
*********************************************************************************************/
div#menu{
	width:176px;
	height: 295px;
	left: 30px;
	top: 260px;
	z-index: 10;
	background:url(../images/menu.gif);
}
/********************************************************************************************
   2.2 - MEIO 
*********************************************************************************************/
div#meio{
	width:585px;
	height: auto;
	background:url(../images/bg_noticias.gif);
	left: 550px;
	margin-left:215px;
	overflow: hidden;
}
div#corpo{
	width:216px;
	height: 159px;
	background:url(../imagens/corpo.jpg);
	left: 742px;
	top: 339px;
}
div#conteudo{
	width:850px;
	height: auto;
	padding-left:80px;
	padding-top: 50px;
	padding-right:0px;
	z-index:9;
}
div#texto{
	width:600px;
	padding-left:20px;
	height: auto;
}

div#rodape{
	width:100%;
	height: 31px;
	background:url(../imagens/rodape.jpg);	
}
div#rodape_verde{
	width:100%;
	height: 31px;
	background:url(../imagens/rodape_verde.jpg);
}
