*{margin:0px; padding:0px;}

/* IDS REFERENTE AO TOPO UFRRJ */
#topo_ufrrj {
	width:100%;
	height:50px;
}

#img_centro {
    display:inline; /*Bug da margem dupla para floats no IE*/ 
    float:left;
    margin-left:0%;
	background-image:url(../img/centro.png);
	background-repeat:no-repeat;
	height:90px;
	width:281px;
	position:absolute;
	left:250px;
    }
	
#img_canto {
    float:right;
	/*position:absolute;
	width:315px;
	left:965px;*/
    }
	
#menu_top {
	position:absolute;
	top:34px;
	left:75px;
	z-index:2;
	width:700px;
	
}
/* FIM IDS REFERENTE AO TOPO UFRRJ */


/* CLASSE CONTEUDO*/

#conteudo {
	width:1000px;
	margin:20px auto 0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

.pgtopo {
	background-image:url(../img/topo.png);
	background-repeat:no-repeat;
	height:149px;
}

p {
	padding:5px 0px 5px 0px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#4497B7;
}
/* FIM CLASSE CONTEUDO */

/* RODAPE */
#rodape {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	bottom: 0px;
	position:relative;
	background-color:#F7F7F7;/*#315582;*/
	height:40px;
	width:100%;
	clear:both;
	
	
}