html, body{
	font-family: "Century Gothic", Century, Calibri, Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #ebebeb;
	margin: 0px;
	padding: 0px;
	height:100%;
	background-image: url(../img/layout/fundo-site.jpg);
	background-repeat: repeat-x;

}

* html #principal
{
	height:100%;
}
#principal
{
	min-height:100%;
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
}
/*			TOPO PRIMEIRA BARRA (Área Restrita)		*/

#principal #topo {
	background-color: #663300;
	background-image: url(../img/layout/topo-arearestrita.png);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#principal #topo a:link, #principal #topo a:visited{
	font-size: 12px;
	text-align: center;
	margin: 5px 5px 5px 910px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	
}

#principal #topo a:hover{
	color: #e3b146;
	
}

/*			BANNER (Foto Marina)		*/

#principal #banner{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0;
	margin: 0;
	
}

/*			MENU (Links do site)		*/

#principal #menu{
	padding: 0px 5px 9px 25px;
	margin: 0;
	background-image: url(../img/layout/fundo-menu.jpg);
	background-color: #41372E;
	background-repeat: repeat-x;
	height: 60px;
	
}

#principal #menu ul{
	padding: 0;
	margin: 0px;
	display: inline;
}

#principal #menu ul li{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#principal #menu ul li a:link, #principal #menu ul li a:visited{
	padding: 13px;
	margin: 0px 20px 5px 20px;
	list-style-type: none;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 25px;
}
#principal #menu ul li a:hover{
	padding: 13px;
	margin: 0px 20px 5px 20px;
	list-style-type: none;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 25px;
	background-image: url(../img/layout/fundo-menu-hover1.jpg);
	background-color: #231C16;

}

#principal #menu ul li .selecionado{
	padding: 13px;
	margin: 0px 20px 5px 20px;
	list-style-type: none;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 25px;
	background-image: url(../img/layout/fundo-menu-hover1.jpg);
	background-color: #231C16;

}

/*			CONTEÚDO (Páginas dos site)		*/

#principal #conteudo{
	background-color: #261F19;
	height: auto;

}

/*			GALERIA (Miniatura de fotos)		*/

#principal #galeria{
	background-color: #F9F9FB;
	height: 165px;
	background-image: url(../img/layout/fundo-galeria.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 10px;
	clear: both;

}
#principal #galeria #titulo{
	margin: 0px;
	padding: 0px;
	float: left;

}

#principal #galeria #foto{
	background-color: #333333;
	height: 160px;
	width: 210px;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	float: left;
	border: 3px solid #261F19;

}

/*			RODAPE (Direitos Autorais)		*/

#principal #rodape{
	background-color: #261F19;
	background-image: url(../img/layout/fundo-rodape.jpg);
	background-repeat: repeat-x;
	height: 50px;
	padding: 0px;



	margin:: 0px;
}

#principal #rodape #direitos{
	padding: 0px;
	margin: 15px 10px 10px 5px;
	width: 500px;
	float: left;
	font-weight: bold;
	font-size: 14px;
}

#principal #rodape #redessociais{
	padding: 0px;
	margin: 11px 10px 10px 150px;
	width: 300px;
	float: left;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}

#principal #rodape #newsletter{
	padding: 0px;
	margin: 11px 10px 10px 150px;
	width: 300px;
	float: left;
	font-weight: bold;
	font-size: 14px;
}

#principal #rodape #newsletter label{
	padding: 0px;
	margin: 0px;
}

#principal #rodape #newsletter input[type=text]{
	padding: 5px;
	margin: 0px;
	color: #999999;
	font-size: 12px;
	background-image: url(../img/layout/fundo-campo.jpg);
	height: 20px;
	border: 1px solid #261F19;
	width: 125px;
	background-repeat: no-repeat;
	background-color: #261F19;
}

#principal #rodape #newsletter input[type=button]{
	padding: 1px 6px 1px 6px;
	margin: 0px 0px 0px 5px;
	color: #333333;
	font-size: 12px;
	background-image: url(../img/layout/fundo-botao.jpg);
	background-repeat: no-repeat;
	background-color: #261F19;
	border: 1px solid #261F19;
}

