@charset "iso-8859-1";
/* CSS Document */

body {
	
	margin:0;
	background:#44302B url(../imagens/img1.jpg) no-repeat;
	background-position:left 170px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif, Georgia, "Times New Roman", Times, serif, Verdana, Geneva, sans-serif;
	font-size:90%;
	color:#F9BC0B;
}

#total {
	margin:auto;
	width: 100%;
}

#topo {
	margin:auto;
	width:750px;
}

#data {
	margin:auto;
	width:600px;
	background-image: url(../imagens/fundo_hora.jpg) ;
	text-align: right;
	font-size:80%;
}

#boas {
	margin:auto;
	width:700px;
	padding-left:50px;
	text-align:left;
}

#conteudos {
	margin:auto;
	width:800px;
	height:1000px;
	background-image:url(../imagens/fundo_conteudo.jpg);
}

#menu {
	margin:auto;
        width:200px;
	height:980px;
	position:relative;
	float:left;
	
}

#centro {
	padding-top:20px;
	margin:auto;
	width:450px;
	height:980px;
	float:left;
	
}

#conteudo_centro {
	margin:auto;
	width:420px;
	height:auto;
	background-image:url(../imagens/fundo_centro.jpg);
	background-repeat:repeat-y;
	text-align: justify;
	position:relative;
	
}

#direita {
	margin:auto;
	width:150px;
	height:980px;
	position:relative;
	float:right;
	
}

#rodape {
	margin:auto;
	width:600px;
	background-image: url(../imagens/fundo_hora.jpg); 
	clear:both;
	text-align:center;
	font-size:90%;
}
