/*Caracteristicas gerais da página */
body{
	background-image: url("../images/fundo.jpg");
	background-attachment: fixed;
	text-align:center;
	position:relative;
	color:#000000;
}


/*Secções*/
header{
	width:1000px; 
	height:100px; 
	z-index:9999;
	position:absolute;
	margin-left:-500px; 
	left:50%;
}

#TOTAL{
	width:1000px;
	height:600px; 
	position:absolute;
	margin-left:-500px; 
	left:50%;
}

#LEFT{
	width:160px; 
	height:440px; 
	top:100px; 
	left:0px; 
	position:absolute;
	z-index:8000;
}

#CENTRAL{
	width:840px; 
	height:440px;
	top:100px; 
	left:160px; 
	position:absolute;
	text-align:left;
	overflow: auto;
}

.content{
	width:1000px; 
	height:500px;
	top:175px; 
	position:absolute;
	margin-left:-500px; 
	left:50%;
	text-align:left;
	overflow: auto;
}

#FOOTER{
	width:1000px; 
	height:60px; 
	bottom:0px;
	left:0px; 
	position:absolute;
}



#menu{
	width:1000px;
	top:110px;
	height:50px;
	position:absolute;
	margin-left:-500px; 
	left:50%;
	text-align:center;
}

.menu{
	display:inline;
	line-height:28px;
}

a{
	color:#000000;
}

a.menu:link{
	padding:3px;
	border: 1px #000 solid;
	background:#CCC;
	
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.menu:visited{
	padding:3px;
	border: 1px #000 solid;
	background:#CCC;
	
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.menu:hover{
	padding:3px;
	border: 1px #000 solid;
	background:#999;

	color:#3F0;
	font-weight:bold;
	text-decoration:underline;
}
a.menu:active{
	padding:3px;
	border: 1px #000 solid;
	background:#666;

	color:#3F0;
	font-weight:bold;
	text-decoration:none;
}


p.titulo{
	text-align:center;
	vertical-align:text-top;
	color:#000000;
	font-weight:bolder;
	font-size:large;
	font-family:"Courier New", Courier, monospace;
}