#bg2 {
	background:transparent url('../imgs/bg2.jpg') repeat-x left top;
}

#bg3 {
	background:transparent url('../imgs/bg3.gif') no-repeat center top;
}

/*
======================================================================

TOPO

======================================================================
*/

#flashTopo {
	width:779px;
	height:390px;
}

/*
======================================================================

ESQUEDA

======================================================================
*/

#esquerda {
	position:relative; float:left;
	width:222px;
}

#esquerda .botao {
	border:solid 1px #7e6755;
	margin-left:40px;
	margin-top:20px;
	width:160px;
	
}

/*
======================================================================

CONTEUDO

======================================================================
*/

#bordaConteudo {
	position:relative; float:left;
	width:510px;
}

#conteudo {
	background:#FFFFFF;
	width:510px;
	_height:200px;
	min-height:200px;
	padding-top:15px;
}

#conteudo .box {
	background:url(../imgs/box_bg1.gif) repeat-y right top;
}
	#conteudo .box div {
		background:url(../imgs/box_bg2.gif) repeat-x left bottom;
	}
		#conteudo .box div div {
			background:url(../imgs/box_bg3.gif) no-repeat right top;
		}
			#conteudo .box div div div {
				background:url(../imgs/box_bg4.gif) no-repeat right bottom;
			}
				#conteudo .box div div div div {
					background:url(../imgs/box_bg5.gif) no-repeat left bottom;
				}

#conteudo .box img {
	border:solid 3px #FFFFFF;
	margin:0 7px 5px 0;
}

#noticias {
	margin:0 15px;
	padding:0;
	list-style-image:none;
	list-style:none;
}
	#noticias li {
		clear:both;
	}
	#noticias li a {
		color:#7e6755;
		font-weight:bold;
		line-height:1.5;
	}
		
/*
======================================================================

FOLHA RODAPE / RODAPE

======================================================================
*/

#rodape {
	background:transparent url('../imgs/folha_bottom.png') no-repeat;
	_background:none;
	clear:both;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/folha_bottom.png');
	margin-left:222px;
	padding-right:50px; _padding-right:0;
	text-align:right;
	width:510px;
	height:44px;
}
	#rodape img {
		margin-top:20px;
	}

