@charset "utf-8";
/* CSS Document */



body{
	
	background:#d4c8AE url(../imagens/patterns/wp_mottled_087.png) repeat left top scroll;
	}

.png-top{
	
	margin:0 auto;
	width:980px;	
	background:url(../imagens/top-palco-3.png) no-repeat center bottom scroll;
	height:40px;
	}
	
.png-bottom{
	
	margin:0 auto;
	width:980px;	
	background:url(../imagens/bottom-palco-1.png) no-repeat center top scroll;
	height:40px;
	}	

.png-bottom-apres{
	
	margin:0 auto;
	width:980px;	
	background:url(../imagens/bottom-palco-apres.png) no-repeat left top scroll;
	height:40px;	
	}


/* CONTAINER
---------------------------------------------------------- */
#container{
	
	margin:0 auto;
	width:980px;
	overflow:hidden;
	height:100%;
	background:#c7baa2;
/*	background:url(../imagens/repet-container.png) repeat-y center top scroll;
	background:url(../imagens/repet-container-2.png) repeat-y center top scroll;
	background:url(../imagens/repet-container-3.png) repeat-y center top scroll;*/
	background:url(../imagens/repet-container-4.png) repeat-y center top scroll;	
	}

/* CONTENT - Conteúdos 
---------------------------------------------------------- */

/* PAI */
#content{
	
	border:0px solid #00F;
	border-left:none;
	border-right:none;	
	overflow:hidden;
	height:100%;
	margin:10px 20px 10px;	
	}
	
/* Banner */
#banner{
	
	border:1px solid #000;
	border-left:none;
	border-right:none;	
	margin:10px 0;
	height:240px;
	}

/* Content - 2 - Blocos */	
.content-2{
	
	border:1px solid #9C0;
	border-left:none;
	border-right:none;	
	margin:0 0 10px;
	overflow:hidden;
	height:100%;
	}
	
/* Content - 3 */	
.content-3{
	
	border:1px solid #369;
	border-left:none;
	border-right:none;
	margin:10px 0;
	width:620px;
	float:left;
	}
	
/* Coluna direita - 3 */
.col-dir{
	
	border:1px solid #369;
	border-left:none;
	border-right:none;	
	margin:10px 0;
	float:right;
	width:300px;
	overflow:hidden;
	height:100%;		
	}
	
.tres-blocos{
	
	overflow:hidden;
	height:100%;
	}

.tres-blocos .tres-bloco-1{
	
	border:1px solid #369;
	border-left:none;
	border-right:none;
	margin:10px 20px 10px 0;
	float:left;
	width:300px;		
	}

.tres-blocos .tres-bloco-2{
	
	border:1px solid #369;
	border-left:none;
	border-right:none;		
	float:left;
	margin:10px 20px 10px 0;
	width:300px;
	}

.tres-blocos .tres-bloco-3{
	
	margin:10px 0;
	border:1px solid #369;
	border-left:none;
	border-right:none;
	float:left;	
	width:300px;	
	}
	

/* Col Esquerda */
.col-esq{
	
	border:0px solid #0F6;
	width:250px;
	}
	
.conteudo{
	
	float:right;
	width:640px;	
	margin-top:10px;
	}		
	

	
	
	
	
	
	
	
	
	