*{
	margin:0px;
	padding:0px;
}

body{
	text-align:center;
	background-color:#000000;
}

img{
	border:0px;
}

#geral{
	width:775px;
	margin:auto;
	text-align:left;
}

#esquerdo{
	float:left;
	width:242px;

}

	#menu{
		background:url(../images/menu.jpg) no-repeat;
		height:428px;
		width:218px;
		padding-top:45px;
		padding-left:35px
	}		
		#menu ul{
			list-style:none;
		}
		
		#menu ul li{
			margin-bottom:12px;
		}

	#path{
		height:135px;
	}

#direito{
	width:532px;
	float:right;
}

	#espaco{
		background:url(../images/livre.jpg) no-repeat;
		height:127px;
	}
	
	#textos{
		width:532px;
	}
	
		#textos_esq{
			background:url(../images/conteudo_princ.jpg) no-repeat;
			width:297px;
			height:431px;
			float:left;
			padding:50px 0px 0px 20px;
		}
			
			#conteudo, #conteudo_post{
				width:250px;
				color:#E2DCBC;
				font-size:12px;
				font-family:Arial, Helvetica, sans-serif;
				letter-spacing:1px;
				word-spacing:2px;
				float:left;
			}
			
			#conteudo_post{
				padding-top:90px;
			}
			
				.data{
					font-size:10px;
				}
				
				.titulo{
					font-weight:bold;
					word-spacing:3px;
					padding-bottom:5px;
				}
				
				a:link { font-weight:bold; color:#EBBB6D; text-decoration:none; }
		
				a:link a{ text-decoration:none; color:#EBBB6D; }
				
				a:visited { font-weight:bold; color:#E9AD4D; text-decoration:none; }
				
				a:hover { font-weight:bold; color:#E9AD4D; text-decoration:none; }
		
				a.link a:visited{	text-decoration:none;	color:#E9AD4D; }
				
				a.link a:hover{ text-decoration:underline; color:#E9AD4D;	}
				
				hr{
					margin: 25px 0px 20px 0px;
					border:1px dashed #E2DCBC;
				}
	
		#textos_dir{
			width:215px;
			height:241px;
			float:right;
		}
			
			#join{
				height:240px;
			}
			
			#mulher{
				background:url(../images/mulher.jpg) no-repeat;
				height:241px;
			}
			
#rodape_esq{
	width:464px;
	height:254px;
	float:left;
}

#rodape_dir{
	width:311px;
	height:254px;
	float:right;
}

#conteudo{
float:left;
width:532px;
height:734px;
}

	#titulo {
		float:left;
		width:532px;
		height:58px;
	}
	
	#texto {
		float:left;
		width:492px;
		height:668px;
		padding:10px 20px 0px 20px;
		background:url(../images/texto_sec.jpg) no-repeat;
	}
	
	#texto_flow{
		float:left;
		width:492px;
		height:536px;
		overflow:auto;
	}
	
	#texto_flow p{
		color:#E3DBBD;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		padding:10px;
		letter-spacing:1px;
		text-align:justify;
	}