/* CSS Document */
*{margin:0;padding:0}
div{position:relative;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #F7EEC8;
	color: #FFF;	
	}
a {
	color: white;
	}
a:focus {
	outline: none;
	}
p {
	text-indent: 25px;
	line-height: 150%;
	}
.selected {
	font-weight: bold;
	}
#corpo {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 770px;
	height: 570px;
	background-image: url(../images/fundo_1.png);
	background-repeat: no-repeat;
	}
#menu {
	margin: 0;
	padding: 0;
	position: absolute;
	list-style-type: none;
	text-align: center;
	width: 170px;
	height: 190px;
	top: 210px;
	font-size: 14px;
}
#menu li {
	width: 200px;
}
#menu li a {	
	text-decoration: none;
	color: #C60;
	display: block;
	}
#menu li a:hover {
	font-weight: bold;
	}
#texto {
	top: 185px;
	left: 250px;
	width: 265px;
	height: 375px;
	overflow: auto; 
	text-align: justify;
	}
	#texto p {padding-right: 10px;}
#imagem {
	top:-168px;
	left: 515px;
	width: 250px;
	height: 360px;
	}
	#imagem p {
		padding: 0 10px;
		}
	#imagem img {
		position: relative;
		top: 19px;
		}
.creditos {
	top: -140px;
	float: right;
	}
	.creditos a {
		color: silver;
		font-size: 9px;
		font-style: italic;
		text-decoration: none;
	}
#texto img {
	float: left;
	margin: 5px;
	width: 100px;
	height: 100px;
	}
.impressao {
	font-size: 10px;
	float: right;
	}
