/********** GENERAL **********/

*{
	margin:0;
	padding:0;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	border:none;
	}
	
body{
	background:url(/img/back_home.gif) repeat-x #ffd700;
	}
	
/********** STRUCTURES **********/

div#top_home{
	height:110px;
	background:#ffffcc;
	text-align:center;
	padding-top:10px;
	}
	
div#structure_home{		
	height:450px;
	}
	
div.container{
	margin:0 auto;
	width:770px;
	}

span#arvore{
	width:285px;
	height:433px;
	margin:0 0 0 245px;
	background:url(/img/arvore_home.jpg) no-repeat;
	position:absolute;
	}
	
span#arvore:hover{
	background:url(/img/arvore_home_over.jpg) no-repeat;
	}

div#footer{
	margin:10px 0 0 0;
	clear:both;
	}
	
div#structure_home span{		
	display:block;
	width:250px;
	}
	
div#structure_home span.item1{		
	position:relative;
	top:132px;
	left:65px;
	}
	
div#structure_home span.item2{		
	position:relative;
	left:500px;
	top:128px;
	}
	
div#structure_home span.item3{		
	position:relative;
	left:0;
	top:125px;
	}
	
div#structure_home span.item4{		
	position:relative;
	left:535px;
	top:112px;
	}
	
div#structure_home span.item5{		
	position:relative;
	left:100px;
	top:122px;
	}
	
div#structure_home span.item6{		
	position:relative;
	left:485px;
	top:80px;
	}
	
.right{
	text-align:right;
	}

.left{
	text-align:left;
	}
	
.float_right{
	float:right;
	}
	
.float_left{
	float:left;
	}
	
p.center{
	text-align:center;
	font-size:10px;
	}

/************ FONTS & LINKS ************/

a:link, a:visited, a:visited:hover{
	color:black;
	text-decoration:none;
	}
	
a:hover{
	text-decoration:underline;
	}
	
a.link_1:link, a.link_1:visited, a.link_1:visited:hover{
	color:#cc0000;
	text-decoration:none;
	font-weight:bold;
	display:block;
	margin:0 0 4px 10px;
	width:105px;
	font-size:12px;
	}

a.link_2:link, a.link_2:visited, a.link_2:visited:hover{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	display:block;
	margin:0 0 0 10px;
	width:105px;
	font-size:10px;
	}

/********** CLEARFIX **********/

.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}

.clearfix{
	display:inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix{
	height:1%;
	}
.clearfix{
	display:block;
	}
/* End hide from IE-mac */