#flash_principal {
	width:970px;
	height:260px;
	margin-bottom:3px;
	}
	
#section1{
	clear:both;
	width:970px;
	}	 
	#section1 .box{
		width:321px;
		height:327px;
		float:left;
		background-color:#efe7d6;
		margin-right:3px;
		}
	#section1 .box2{
		width:322px;
		height:327px;
		float:right;
		background-color:#efe7d6;
		}
		
#section2 {
	width:970px;
	background-color:#fcf8ee;	
	}
	#section2 #box_menu {
		width:225px;
		background-image:url(../images/bg_menu_interno.jpg);
		background-position:left top;
		background-repeat:repeat;
		margin-left:28px;
		float:left;
		}
		#section2 #box_menu ul {			
			padding:10px 20px 10px 20px;
			}
		#section2 #box_menu ul li {
			padding-top:5px;
			}
			
	#section2 #box_conteudo {
		width:700px;
		/*background-image:url(../images/bg_menu_interno.jpg);
		background-position:left top;
		background-repeat:repeat;*/
		margin-left:10px;
		float:left;
		}
	#section2 #box_conteudo .boxSeparacao{
		float:left;
		width:295px;
		color:#603813;
		font-size:12px;
		margin-top:20px;
		}		
		#section2 .titulo1{
			color:#B3131A;
			font-weight:bold;			
			}
		
#section-box-madeira {
	background-image:url(../images/barra_madeira.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:970px;
	height:36px;
	padding-top:15px;
	}
	#section-box-madeira .box-link {
		width:85px;
		height:25px;
		cursor:pointer;
		float:left;
		margin-left:20px;
		}
		
.flash {
	position:absolute;
	z-index:300;
	color:#FFF;
	font-size:12px;
	}
	.flash a{
		color:#FFF;
		text-decoration:none;
		font-weight:bold;
	}
	.flash a:hover {
		color:#E74F26;		
		text-decoration:underline;
		font-weight:bold;
	}
	
	.flash a.Selected {
		color:#E74F26;		
		text-decoration:underline;
		font-weight:bold;
	}