/* 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:35px;
	text-align:left;
	float:left;
}
/*----coluna-2----*/
#coluna-2 #img-01 {
	width:247px;
	height:188px;
	position:absolute;
	margin-left:0px;
	margin-top:0px;
	z-index:700;
}
#coluna-2 #img-02 {
	width:238px;
	height:181px;
	position:absolute;
	margin-left:200px;
	margin-top:260px;
	z-index:600;
}
#coluna-2 #img-03 {
	width:254px;
	height:195px;
	position:absolute;
	margin-left:100px;
	margin-top:150px;
	z-index:300;
}
#coluna-2 #img-04 {
	width:228px;
	height:173px;
	position:absolute;
	margin-left:300px;
	margin-top:120px;
	z-index:200;
}
#coluna-2 #img-05 {
	width:235px;
	height:179px;
	position:absolute;
	margin-left:385px;
	margin-top:281px;
	z-index:400;
}
#coluna-2 #img-06 {
	width:233px;
	height:177px;
	position:absolute;
	margin-left:0px;
	margin-top:282px;
	z-index:100;
}
#coluna-2 #img-07 {
	width:225px;
	height:171px;
	position:absolute;
	margin-left:395px;
	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;
}
