/* CSS Document */

body {
	background:#001500 url(imgs/background.jpg);
	background-repeat:repeat-x;
	margin:0px;
	border:0px;
	padding:0px;
	text-align:center;
}

/* ---- tamanho layout -------*/
#estrutura {
	width:1100px;
	height:600px;
	background-image:url(imgs/arvores.png);
	background-repeat:no-repeat;
	background-position:top;
	margin:auto;
}
/* --- menu ---- */
#estrutura #menu {
	width:980px;
	height:20px;
	margin-right:120px;
	background-color:#000;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FFF;
	text-align:right;
	float:left;
}
#menu a:link {
	color: #FFF;
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	color: #FFF;
}
#menu a:hover {
	text-decoration: none;
	color: #B29900;
}
#menu a:active {
	color: #FFF;
	text-decoration: none;
}
/* conteudo */
#estrutura #coluna-1 {
	width:280px;
	margin-top:10px;
	margin-left:20px;
	float:left;
}
#estrutura #coluna-2 {
	width:620px;
	height:460px;
	position:relative;
	margin-top:30px;
	margin-left:40px;
	*margin-left:-260px;
	float:left;
}
/*---coluna - 1 -----*/
#coluna-1 #logo {
	width:280px;
	height:160px;
	text-align:left;
	float:left;
}
#coluna-1 #descritivo {
	width:280px;
	margin-top:30px;
	text-align:left;
	float:left;
}
/*----coluna-2----*/
#coluna-2 #img-01 {
	width:255px;
	height:173px;
	position:absolute;
	margin-left:50px;
	margin-top:150px;
	z-index:700;
}
#coluna-2 #img-02 {
	width:262px;
	height:177px;
	position:absolute;
	margin-left:290px;
	margin-top:130px;
	z-index:600;
}
#coluna-2 #img-03 {
	width:250px;
	height:168px;
	position:absolute;
	margin-left:0px;
	margin-top:290px;
	z-index:300;
}
#coluna-2 #img-04 {
	width:261px;
	height:177px;
	position:absolute;
	margin-left:200px;
	margin-top:270px;
	z-index:200;
}
#coluna-2 #img-05 {
	width:283px;
	height:192px;
	position:absolute;
	margin-left:335px;
	margin-top:0px;
	z-index:400;
}
#coluna-2 #img-06 {
	width:167px;
	height:250px;
	position:absolute;
	margin-left:450px;
	margin-top:210px;
	z-index:100;
}
#coluna-2 #img-07 {
	width:249px;
	height:167px;
	position:absolute;
	margin-left:0px;
	margin-top:0px;
	z-index:500;
}
/* ---- texto ---- */
.texto-1 {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:600;
	color:#FFF;
	text-align:left;
}
