*{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

body{
	margin:0;
	padding:0;
	background:url(../imagens/layout/bg_all.jpg) #eee top center repeat-x;
}

#main{
	width:970px;
	margin:0 auto;
}

#header{
	width:970px;
	height:225px;
	margin:0 auto;
}

#logo{
	width:223px;
	height:225px;
	float:left;
}

#logo a{
	display:block;
}

#conteudo{
	width:890px;
	margin:0 auto;
	color:#081f45;
}

#rodape{
	width:890px;
	height:80px;
	margin:0 auto;
	position:relative;
	padding:10px 35px;	
	color:#081f45;
	background:url(../imagens/layout/div_horizontal.jpg) top center no-repeat;
}

#rodape #logo_rodape{
	width:86px;
	height:56px;
	position:absolute;
	right:0;
	top:25px;
	background:url(../imagens/layout/logo_rodape.jpg) no-repeat;	
}

#rodape #info{
	width:400px;
	float:right;
	margin:15px 75px 0 0;
}

#rodape #info #txt{
	width:300px;
	height:28px;
	float:right;
	text-align:right;
	font-size:18px;
	font-style:italic;	
}

#rodape #info #logo_gp{
	width:300px;
	height:22px;
	float:right;
	text-align:right;
	font-size:12px;
	color:#081f45;
}