
body {
	margin:0;
	padding:0;
	background:url(images/bg.png) #1a2a49 center top no-repeat;
	font-size:12px;
	text-align:justify;
}

#espaco {
	width:100%;
	height:165px;
}

#geral {
	width:890px;
	height:auto;
	margin:0 auto;

}

#conteudo {
	float:left;
	width:890px;
	background-color:#FFF;
	position:relative;
}

#menu {
	width:890px;
	height:119px;
	
}

#itensMenu {
	margin-right:2px;
	width:auto;
	height:119px;
	float:left;
	top:-20px;
	position:relative;
}

#conteudoPaginas {
	width:880px;
	height:auto;
	padding:5px;
	float:left;
}

h1 {
	color:#8E6827;
}

h2 {
	color:#996600
}

a {
	color:#003366;
	text-decoration:underline;
}

a:hover {
	color:#003366;
	text-decoration:none;
}

#artigos {
	text-align:center;
}
