* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	line-height: 1em;
	font-size: 100%;
	vertical-align: baseline;
}
h1, h2, h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
img{
	border: none;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../images/bg_site.png) fixed;
	text-align: center;
}
#header_barra{
	width: 100%;
	height: 41px;
	background: #eb9000 url(../images/bg_corpo_header.png) repeat-x bottom ;
	position: absolute;
	/*top: 39px;*/
  top: 0;
	left: 0;
}

#corpo{
	width: 980px;
	background: #fff;
	background-position-y: 35px;
	margin: 0 auto;
	text-align: left;
}
#corpo_header{
	position: relative;
	margin: 0 5px 0 0;
	
	width: 100%;
}
#corpo_header #menu_principal{
	position:absolute;
	width: 530px;
	height: 32px;
	background: url(../images/bg_menu.png) no-repeat;
	top: 20px;
	left: 430px;
	text-align: center;
}
#corpo_header #menu_principal li{
	display: inline;
	color: #fff;
	line-height: 1.8em;
}
#corpo_header #menu_principal li a{
	color: #fff;
	text-decoration: none;
	font-size: 13px;

}
#corpo_header .logo{
	margin-left: 15px;
}
#corpo_conteudo{
	margin: 10px 25px 0;
	min-height: 500px;
	padding-bottom: 10px;
}
#corpo_conteudo p{
	font-size: 14px;
	color: #666;
	line-height: 1.4em;
	margin-bottom: 10px;

}
#footer{
	width: 100%;
	position:absolute;
	bottom: 0;
	height: 79px;
	border:none;
	border-top: 3px solid #a0a0a0;
	background: #fff url(../images/bg_footer.png);
}
#footer #container{
	width: 980px;
	height: 79px;
	margin: 0 auto;
	background: url(../images/bg_footer_container.png) no-repeat;
	text-align: left;
}
#footer #container .logo_digerati{
	margin: 10px 10px 0 0;
}
