@charset "utf-8";

html, body {
height: 100%;
}

body {
	background-color: #FFFFFF;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align:center;
	margin: 0;
	padding: 0;
}


#fundo {

	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 920px;
    min-height:100%;
}



#header {

	width: 920px;
	height: 120px;
	}


#logo {

	width: 200px;
	height: 110px;
	float:left;
	padding-left: 0;
	padding-top: 20px;
}

#orelha {

	width: 44px;
	height: 110px;
	float:right;
}


#conteudo {

	width: 876px;
	height: 400px;
	float: left;

}



#miolo {

	width: 626px;
	float:right;
}

#menu {

	width: 230px;
	float:left;
	line-height: 16px;
}



#rodape {

		width: 920px;
	height: 80px;
	font-family: Helvetica;  
 color:#666666; 
 	text-align:center;
  font-size: 11px; 
  font-weight: normal; 
  text-decoration: none; 
  margin: -80px auto 0 auto;
}


#rodape a:link {color: #666666; text-decoration:none;}     /* unvisited link */
#rodape a:visited {color: #666666; text-decoration:none;}  /* visited link */
#rodape a:hover {color: #666666; text-decoration:underline;}   /* mouse over link */
#rodape a:active {color: #666666; text-decoration:none;}   /* selected link */