/* CSS Document */
*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#D0D9EA;	
}
body{
	background-color:#05004A;
	text-align:center;
}
#topo_logo{
	float:left;
	width:253px;
	height:79px;
	padding:19px 0px 0px 16px;
	background:url(imagens/topo_logo.gif) top left no-repeat;
}
	#logo{
		float:left;
		width:229px;
		height:47px;		
	}
#topo_banner{
	float:left;
	width:475px;
	height:80px;
	padding:18px 0px 0px 6px;	
	background:url(imagens/topo_banner.jpg) top left no-repeat;
}
	#banner{
		float:left;
		width:468px;
		height:60px;		
	}
#menu{
	float:left;
	width:750px;
	height:20px;
	background:url(imagens/menu.gif) top left repeat-x;
}
#menu img{
	margin:0px 9px 0px 11px;
}
#esquerda{
	float:left;
	width:269px;
	height:290px;
	padding:8px 0px 0px 12px;	
	background:url(imagens/esquerda.jpg) top left no-repeat;		
}
#direita{
	float:left;
	width:469px;
	height:298px;
	background:url(imagens/direita.gif) top left no-repeat;
}
#rodape{
	width:750px;
	height:42px;
	padding-top:8px;
	background:url(imagens/rodape.jpg) top left no-repeat;
	float:left;
}
#rodape p{
	text-align:center;
	font-size:13px;
}
