/* 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:520px;
	height:440px;
	background-image:url(imgs/mapa-ilha.png);
	background-position:right;
	background-repeat:no-repeat;
	margin-top:10px;
	margin-left:20px;
	float:left;
}
#estrutura #coluna-2 {
	width:410px;
	margin-top:50px;
	margin-left:30px;
	text-align:left;
	float:left;
}
/*---coluna - 1 -----*/
#coluna-1 #logo {
	width:280px;
	height:160px;
	text-align:left;
	float:left;
}
/*----coluna-2----*/

/* ---- 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;
}
