/* 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:660px;
	margin-top:30px;
	margin-left:20px;
	float:left;
}
/*---coluna - 1 -----*/
#coluna-1 #logo {
	width:280px;
	height:160px;
	text-align:left;
	float:left;
}
#coluna-1 #descritivo {
	width:280px;
	margin-top:38px;
	text-align:left;
	float:left;
}
/* --------  coluna-2 ----------*/
#coluna-2 #box-fotos {
	width:660px;
	height:305px;
	*margin-left:-335px;
	position:relative;
	float:left;
}
#coluna-2 #box-textos {
	width:620px;
	text-align:left;
	float:left;
}
/* ---- fotos ---- */
#box-fotos #foto-01 {
	width:300px;
	height:190px;
	position:absolute;
	margin-left:0px;
	margin-top:0px;
	z-index:100;
}
#box-fotos #foto-02 {
	width:300px;
	height:190px;
	position:absolute;
	margin-left:360px;
	margin-top:10px;
	z-index:200;
}
#box-fotos #foto-03 {
	width:300px;
	height:190px;
	position:absolute;
	margin-left:180px;
	margin-top:100px;
	z-index:150;
}
/* ---- texto ---- */
.texto-1 {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:600;
	color:#FFF;
	text-align:left;
}
.texto-2 {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:600;
	color:#B29900;
	text-align:left;
}
.texto-5 {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:700;
	color:#000;
	text-align:left;
}
