	html {
		background-color: #F0DBE2;
		
		
		
		
	}
		
	body {
		background-color: #fff;
		width: 775px;
		min-height: 400px;
		margin: 0 auto 0 auto;
		padding: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		
	}
	
	#topo {
		background-color: #FFFFFF;
		width: 100%;
		height: 130px;
	}
	
	#meio {
		background-color: #fff;
		width: 100%;
		float: left;
	}
	
	#esquerda {
		width: 180px;
		min-height: 200px;
		float: left;
	}
	
	/********
	Direita
	******************************************/	
	#direita {
		width: 555px;
		min-height: 300px;
		float: left;
		padding: 1em 1em 1em 1.5em;
	}
		
		#destaque {
			width: 100%;
			margin: 2em 0 4em 0;
		}
	
		.item_destaque {
			width: 100%;
			min-height: 100%;
			float: left;
			margin: 0.2em;
			margin-left: 5px;
		}
		
		.item_destaque_flash {
			float:right;
			margin: 0.2em;
			margin-bottom:10px;
		}
		
		
		.item_destaque img {
			border: 1px solid #939393;
		}
	
		#ladoNot {
		border:thin;
		margin: 2px 2px 2px 10px;
		float: right;
		width: 285px;
		/*background: Olive;*/
		height: 40px;
		padding-bottom: 100px;	
		/*background: url(../../images/noticia_esq.JPG) no-repeat center bottom;	
		*/
		}
    
	   #ladoNot img{
		float: right;
		width:100px;
		height:90px;
	}
	
	
	/********
	Rodape
	******************************************/	
	#rodape {
		background-image: url(../../images/rodape.jpg);
		width: 100%;
		height: 30px;
		float: left;
	}
	
	#rodape span {
		display: block;
		width: 100%;
		text-align: center;
		padding: 1em 0 0 0;
		font-size: 10px;
		color: #fff;
	}