/* CSS Document */
a {color:black;}
a:hover {color:black;text-decoration:none;}

body {
	background-image:url(img1/fundo1.jpg);
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
}
td {font-size:13px;}
form {margin:5px;}
.frames {
	position:absolute;
/*	background-color: #444444; */
	border-width:0;
	margin: 0px;
	padding: 0px;
/*	background-position:top left;
	background-repeat: no-repeat;
*/
}
.menu{
	background-image:url(img1/menu.jpg);
	background-repeat:no-repeat;
	height:35px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	font-size:14px;
}

#centro {
	width:980px;
	height:100%;
	position:relative;
	margin:0 auto;
	text-align:left;
	background-color:#EE7F00;
}

	#cabeca {
		position:relative;
		left:0;
		top:0;
		width:100%;
		height:211px;
		z-index:1;
		background-image:url(img1/topo.jpg);
		background-repeat:no-repeat;
	}
			#adiciona {
				top:180px;
				width:100%;
				text-align:center;
				color:#ffffff;
			}
	#Corpo {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	z-index:1;
	background-color:#000000;
		/*background-image:url(img1/fundo005.jpg); */
	}
		#Menu {
	left:5px;
	top:0px;
	width:160px;
	z-index:2;
	font-size:14px;
	background-image:url(img1/fundFrames.jpg);
		}
		#Conteudo {
	left:170px;
	top:0px;
	width:565px;
	height:100%;
	padding:0px;
	z-index:2;
	background-image:url(img1/tituloCentro.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#EE7F00;
			
		}
		#Publicidade {
			left:741px;
			top:20px;
			width:234px;
			height:60px; 
			z-index:2;
			text-align:right;
		}
		#rodape{
	background-color:#EE7F00;
	color:white;
	text-align:center;
		}
		.boxtitulo{
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
	height:20px;
		}
		.boxcontent{
			color:black;
			vertical-align:top;
			align:left;
		}
		.box{
			padding: 0px;
		}
