#estrutura {
	width: 900px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
}
#cabecalho/* Header */

 {
	width: 900px;
	height: 100px;
	margin: 0px auto;
	background-image: url(../images/topo.jpg);
}
#cabecalho  a {
	text-decoration: none;
	color: #FFFFFF;
}
#link_twitter {
	position:relative;
	width:300px;
	top: 2px;
	text-align: right;
	float: right;
	padding: 10px 10px 0px 0px;
}

#menu_principal {
	position:relative;
	width:900px;
	height:57px;
	z-index:3;
	background-color: #010101;
}

#topo_menu_lateral {
	height: 28px;
	position: relative;
	text-align: center;
	padding: 7px 0px 0px 0px;
}
#share {
	position:relative;
	background-color: #FFFFFF;
}

#menu_principal a:hover {
	background: none;
}

#menu_lateral {
	position:relative;
	width:220px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	background-color: #010101;
}

#menu_lateral a:hover {
	background: none;
}

#banner {
	width: 900px;
	height: 210px;
	position: relative;
	z-index: 1;
}


/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}
#conteudo {
	position:relative;
	width:650px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(../images/bg_quadros_internos.jpg) repeat-x scroll top left;
	float: right;
	padding-bottom: 10px;
}

#center {
	padding: 0px 0px 10px 0px;
	line-height: 19px;
}
#base_site {
	width: 920px;
	margin: 0 auto;
	height: 20px;
	background-image: url(../images/bg_base.jpg);
	text-align: center;
	padding: 5px 0px 5px 0px;
}



#copyright/* Footer */

 {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0px auto 0px auto;
	color: #FFFFFF;
}
#copyright  p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}
#copyright  a {
	color: #FFFFFF;
}

