@charset "utf-8";
/* CSS Document */

body {
	background-color:#ffffff;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#063;
	background-image:url(../images/fundo_topo.png);
	background-repeat:repeat-x;
	overflow-x:hidden;
}
#pagina {
	width:100%;
	height:100%;
	margin-left:10%;
}
#topo {
	width:995px;
	height:143px;
}
#logo {
	background-image:url(../imagens/logo_rio.png);
	background-repeat:no-repeat;
	width:308px;
	height:133px;
}
#conteudo {
	width:900px;
	height: 580px;
}
#menu {
	width:243px;
	height:535px;
	float:left;
	text-align:left;
}
a {
	font-size:12px;
	color:#063;
	text-decoration:underline;
}
a:visited {
	font-size:12px;
	color:#063;
	text-decoration:underline;
}
a:hover {
	font-size:14px;
	color:#063;
	text-decoration:underline;
}

#mainContent {
	width:650px;
	height:auto;
	float:left;
	padding-left:0px;
}
.corpo {
	display:none;
}
.texto {
	font-size:14px;
	text-align:left;
}
#direita {
	float:right;
	width:211px;
	height:auto;
}
#rodape {
	width:100%;
	height:39px;
	background-image:url(../images/fundo_rodape.png);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:center;
}
#rodape2 {
	width:100%;
	height:39px;
	text-align:center;
}


