@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #e4d9b3;
	background-image: url(img/fundo01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	
}
#morongueta {
	margin: auto;
	height: 605px;
	width: 825px;
	position: relative;
	background-image: url(img/quadro.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 790px;
	*background-image: url(img/fundoIE6.jpg);
	
	
}

#logo {
	position: absolute;
	height: auto;
	width: auto;
	left: 53px;
	top: 48px;
}
#menu {
	float: left;
	width: auto;
	position: relative;
	height: auto;
	margin-top: 85px;
	margin-left: 25px;
	margin-top: 194px;
	
		
}


#conteudo {
	height: 500px;
	width: 330px;
	position: relative;
	*position: absolute;
	float: right;
	margin-top: 60px;
	margin-right: 50px;
}
#pagina {
	height: 500px;
	width: 330px;
}
#next {
	position: absolute;
	height: auto;
	width: auto;
	left: 279px;
	top: 480px;
}
#back {
	position: absolute;
	height: auto;
	width: auto;
	left: 3px;
	top: 477px;
}



.textoHom {
	font-family: "Comic Sans MS", cursive;
	font-size: 13px;
	color: #333;
	text-align: justify;
}
.textoHomNegrito {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	color: #333;
	text-align: justify;
	font-weight: bolder;
}
.textoVermelhoNegrito {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	color: #F60;
	text-align: justify;
	font-weight: bolder;
}
a:link {
	font-family: "Comic Sans MS", cursive;
	font-size: 10px;
	font-weight: bold;
	color: #F30;
	text-decoration: none;
}
a:visited {
	font-family: "Comic Sans MS", cursive;
	font-size: 10px;
	font-weight: bold;
	color: #F30;
	text-decoration: none;
}
a:hover {
	font-family: "Comic Sans MS", cursive;
	font-size: 10px;
	font-weight: bold;
	color: #F90;
	text-decoration: none;
}

#footer {
	width: 825px;
	height: 20px;
	margin: auto;
	margin-top: 50px;
}

a.assinatura {
	background:url(img/assinatura.jpg) center bottom no-repeat;
	width:40px;
	height:20px;
	float:right;
	display:block;
}

a.assinatura:hover{
	background:url(img/assinatura.jpg) center top no-repeat;
}
