body{
	margin:0;
	background-image:url(../_images/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#4E7EAF;
	font-family: "Times New Roman", "Times", serif, sans-serif;
	font-size:24px;
    font-style: italic;
	color:#033266;
	}
	
#content{
	width:780px;
	background-image:url(../_images/titulo.gif);
	background-repeat:no-repeat;
	}

/*TOPO*/

#header {
	background-image:url(../_images/header.png);
	background-repeat:no-repeat;
	width:780px;
	height:160px;
	float:left;
	}

	
/* LADO ESQUERDO*/	

#left{
	width:130px;
	float:left;
	padding-top:65px;
	}
	
#left img{
	padding:0; margin:0;
	display:block;
	}
img
{
	border: 0;
}	
	
#contador{
	width:125px;
	height:50px;
	background-image:url(../_images/contador.gif);
	}	

/* LADO DIREITO*/	
.no_opacity img {
	-moz-opacity: 0.99 !important;
	background-color:#FFFFFF;
	display:block;

	z-index:100;		
	}	
#right{
	width:630px;
	float:right;
	padding-top:53px;	
	
	overflow-x:hidden;
	}
	
.transa {
	opacity:.60;
	filter:alpha(opacity=60);	
}
	
	
#body_content{
	width:626px;
	margin:0; padding:0;
	background-color:#ffffff;
	
	background-position:-118px -191px;
	background-repeat:no-repeat;
/*	border-left:1px solid #5781C3;
	border-right:1px solid #5781C3;	*/
	float:left;
	}	
#conteudo {
	width:616px;
	margin:0 5px;
	}

h2#titulo {
	text-align:center;
	}

#footer{
	width:635px;
	height:40px;
	background-image:url(../_images/footer.gif);
	background-repeat:no-repeat;
	}	
	
/* BORDA FOTOS	*/

.borda_foto {
	/*padding:6px;
	background-color:#E6FCFF;
	border:3px solid #AAAAAA;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;*/
	text-align:center
	}

ul{
	border:0;
	padding:0;
	margin:0;
	}
	
li{
	list-style:none;	
	}
			
	
			
