@charset "UTF-8";
html{
	height:100%;
}

body {
	margin: 0 0;
	background-image: url(img/textura.gif);
	background-repeat: repeat;
	height: 100%;
}

#indexhome {
	margin: 0 auto;
	background-color: #FFF;
}

#home {
	width: 1024px;
	height: 702px;
	margin: 0 auto;
}

#brasil {
	position: absolute;
	width: 60px;
	height: 42px;
	top: 330px;
	left: 885px;	
}

#eua {
	position: absolute;
	width: 60px;
	height: 42px;
	top: 0px;
	left: 73px;
}
	
#tudo {
	position: relative;
	width: 950px;
	margin: 0 auto;
	z-index: 100000;
}

#sideboxindex {
	background-color: #7C7747;
	font-family: Ovo, serif;
	font-size: 16px;
	position: absolute;
	width: 179px;
	left: 685px;
	top: 276px;
	z-index: 300;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	padding: 10px;
}

#conteudoindex {
	position: relative;
	width: 605px;
	background-color: #7C7747;
	top: 240px;
	margin: 0 auto;
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;
	
	}

#footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 270px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;
}

#footerloja {
	position: relative;
	height: 176px;
	width: 950px;
	top: 240px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}

#footervideo {
	position: relative;
	height: 176px;
	width: 950px;
	top: 210px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}

#footerlinks {
	position: relative;
	height: 176px;
	width: 950px;
	top: 320px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}

#header {
	position: absolute;
	z-index:1;
}

#navbar {
	position: absolute;
	top: 210px;
	padding-top: 14px;
	margin: 0 auto;
	width: 950px;
	height: 156px;
	background-image: url(img/fundomenu.jpg);
	background-repeat: repeat-x;
	z-index: 3;
	font-family: Ovo, serif;
}

#player {
	position: relative;
	top: 20px;
	margin: 0 auto;
	width: 400px;
	z-index: 100;
}
#conteudo {
	position: relative;
	height: 420px;
	width: 950px;
	top: 0px;
	}
	

#bgmenu {
	background-image: url(img/fundomenu.jpg);
	background-repeat: repeat-x;
	position: relative;
	width: 950px;
	height: 36px;
	z-index:200;
	top:209px;
	margin: 0 auto;
	}
 

#menu {
	position: absolute;
	width: 900px;
	height: 100px;
	z-index: 200;
	top: 219px;
	left: 31px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}
 
 body { font: normal 62.5% verdana; }
 
ul.menubar{
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF; /* IE6 Bug */
  font-size: 100%;
}
 
ul.menubar .submenu{
  margin: 0px;
  padding: 0px;
  list-style: none;
  border: 0px solid #ccc;
  float:left;
}
 
ul.menubar ul.menu{
  display: none;
  position: absolute;
  margin: 0px;
}
 
ul.menubar a{
  padding: 5px;
  display:block;
  text-decoration: none;
  text-align:center;
  font-family: Ovo, serif;
  font-size: 16px;
  width: 165px;
  height: 16px;
  color: #000000;
}
 
ul.menu, ul.menu ul{
  margin: 0;
  padding: 0;
  width: 175px; /* Width of Menu Items */
    color: #000000;
 
}
 
ul.menu li{
	position: relative;
	list-style: none;
	border: 0px;
	color: #000;
}
 
ul.menu li a{
	display: block;
	text-decoration: none;
	border: 0px;
	border-bottom: 0px;
	background-color:#797442;
	color: #000000;
}
 
 
/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }
/* End */
 
ul.menu ul{
  position: absolute;
  display: none;
  left: 174px; /* Set 1px less than menu width */
  top: 0px;
  color: #000000;
}
 
ul.menu li.submenu ul { display: none;   color: #000000;} /* Hide sub-menus initially */
 
ul.menu li.submenu { background: transparent url(arrow.gif) right center no-repeat;   color: #000000;}
 
ul.menu li a:hover { background-color: #605B35;  color: #CCC;}

 
.disclaimer a {
	font-family: ovo, serif;
	font-size: 14px;
	color: #FFF;
}
.disclaimer a:link {
	text-decoration: none;
}
.disclaimer a:visited {
	text-decoration: none;
	color: #FFF;
}
.disclaimer a:hover {
	text-decoration: none;
	color: #FFF;
}
.disclaimer a:active {
	text-decoration: none;
	color: #FFF;
}

#arealinks {
	background-color: #7C7747;
	position: relative;
	height: 355px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;
}

#arealoja {
	background-color: #7C7747;
	position: relative;
	height: 285px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;
}

#areavideo {
	background-color: #7C7747;
	position: relative;
	height: 255px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;
}
.h1 {
	font-size: 18px;
	color: #000;
}

.h1 a:link {
	color: #000;
	text-decoration: none;
	font-size: 18px;
}
.h1 a:visited {
	text-decoration: none;
	color: #000;
	font-size: 18px;
}
.h1 a:hover {
	text-decoration: none;
	color: #FFF;
	font-size: 18px;
}
.h1 a:active {
	text-decoration: none;
	color: #000;
	font-size: 18px;
}
.links a:link {
	color: #000;
	text-decoration: none;
	font-size:14px;
}
.links a:visited {
	text-decoration: none;
	color: #000;
	font-size:14px;
}
.links a:hover {
	text-decoration: none;
	color: #CCC;
	font-size:14px;
}
.links a:active {
	text-decoration: none;
	color: #000;
	font-size:14px;
}

#bannerloja {
	position: relative;
	height: 128px;
	width: 599px;
	top: 23px;
	margin: 0 auto;
	z-index: 300;
}

#bannervideo {
	position: relative;
	height: 128px;
	width: 599px;
	top: 23px;
	margin: 0 auto;
	z-index: 300;
}

#conteudogaleria {
	position: relative;
	height: 580px;
	width: 950px;
	top: 0px;
}

#areagaleria {
	background-color: #7C7747;
	position: relative;
	height: 520px;
	width: 655px;
	top: 240px;
	margin: 0 auto;
	padding: 20px;
	font-family: Ovo, serif;
	font-size:12px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}

#flickerapi {
	position: relative;
	height: 500px;
	width: 500px;
	top: 13px;
	margin: 0 auto;
	z-index: 300;
}

#footergaleria {
	position: relative;
	height: 176px;
	width: 950px;
	top: 250px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}

/* coisa */

#lightbox{	
	position: absolute;	
	left: 0;
	width: 100%; 
	z-index: 800; 
	text-align: center; 
	line-height: 0;
}

#lightbox img{ 
	width: auto; 
	height: auto;
}

#lightbox a img{ 
	border: none;
}

#outerImageContainer{ 
	position: relative; 
	background-color: #fff; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto; 
}

#imageContainer{
	padding: 10px; 
}

#loading{ 
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
}

#hoverNav{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10; 
}

#imageContainer>#hoverNav{ 
	left: 0;
}

#hoverNav a{ 
	outline: none;
}

#prevLink, #nextLink{
	width: 49%; 
	height: 100%; 
	background-image: url(data:image/gif;base64,AAAA); 
	/* Trick IE into showing hover */ 
	display: block; 
}

#prevLink { 
	left: 0; 
	float: left;
}

#nextLink { 
	right: 0; 
	float: right;
}

#prevLink:hover, #prevLink:visited:hover { 

	background: url(../images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover { 
	background: url(../images/nextlabel.gif) right 15% no-repeat; 
}

#imageDataContainer{ font: 10px Ovo, serif; 							 	background-color: #fff; 
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%	;
}

#imageData{	
	padding:0 10px; 
	color: #666;
}

#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#conteudobio {
	position: relative;
	height: 900px;
	width: 950px;
	top: 0px;
}

#areabio {
	background-color: #7C7747;
	position: relative;
	height: 1050px;
	width: 605px;
	top: 240px;
	left: 31px;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}

#sideboxbio {
	background-color: #7C7747;
	font-family: Ovo, serif;
	font-size: 16px;
	position: relative;
	height: 180px;
	width: 179px;
	left: 755px;
	top: -910px;
	z-index: 300;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	padding: 10px;
}
#footerbio {
	position: relative;
	height: 176px;
	width: 950px;
	top: 520px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}


#conteudoletras {
	position: relative;
	height: 500px;
	width: 950px;
	top: 0px;
}

#arealetras {
	background-color: #7C7747;
	position: relative;
	height: 590px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}

#footerletras {
	position: relative;
	height: 176px;
	width: 950px;
	top: 470px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}

#areadisco1 {
	background-color: #7C7747;
	position: relative;
	height: 134px;
	width: 665px;
	top: 240px;
	padding: 20px;
	font-family: Ovo, serif;
	font-size:12px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;
	margin: 0 auto;
}

#disco1 {
	font-family: Ovo, serif;
	font-size: 14px;
	color: #000000;
	position: relative;
	height: 141px;
	width: 485px;
	left: 172px;
	top: -135px;
	padding-right: 40px;
}
#disco1thumb {
	position: relative;
	height: 130px;
	width: 130px;
	left: 15px;
	top: 0px;
}

#areadisco2 {
	background-color: #7C7747;
	position: relative;
	height: 134px;
	width: 665px;
	top: -90px;
	left: -20px;
	padding: 20px;
	font-family: Ovo, serif;
	font-size:12px;
	filter:alpha(opacity=90, finishopacity=90, style=1);
    opacity:.9;
}

#disco2 {
	font-family: Ovo, serif;
	font-size: 14px;
	color: #000000;
	position: relative;
	height: 141px;
	width: 411px;
	left: 172px;
	top: -135px;
}
#disco2thumb {
	position: relative;
	height: 130px;
	width: 130px;
	left: 15px;
	top: 0px;
}

#sideboxdisco {
	0font-family: Ovo, serif;
	font-size: 16px;
	position: relative;
	height: 239px;
	width: 179px;
	left: 755px;
	top: 55px;
	z-index: 300;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	padding: 10px;
}

#conteudodeconst {
	position: relative;
	height: 1000px;
	width: 950px;
	top: 0px;
}

#areadeconst {
	background-color: #7C7747;
	position: relative;
	height: 1520px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}

#footerdeconst {
	position: relative;
	height: 176px;
	width: 950px;
	top: 900px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}

#discothumbinterno {
	position: relative;
	height: 209px;
	width: 209px;
	left: 400px;
	top: 100px;
	z-index: 300;
}

#deconsttexto {
	position: relative;
	height: 209px;
	width: 609px;
	left: 0px;
	top: -100px;
}

#discodeconstthumb1 {
	position: relative;
	height: 109px;
	width: 109px;
	left: 34px;
	top: 0px;
	text-align: center;
}

#discodeconstthumb2 {
	position: relative;
	height: 109px;
	width: 109px;
	left: 249px;
	top: -109px;
	text-align: center;
}

#discodeconstthumb3 {
	position: relative;
	height: 109px;
	width: 109px;
	left: 461px;
	top: -218px;
	text-align: center;
}

#conteudo_abreath {
	position: relative;
	width: 950px;
	top: 0px;
	height: 850px;
	
}
#abreath_interna {
	background-color: #7C7747;
	position: relative;
	height: 850px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#abreath_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#conteudo_achant {
	position: relative;
	width: 950px;
	top: 0px;
	height: 1070px;
}

#achant_interna {
	background-color: #7C7747;
	position: relative;
	height: 1070px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#achant_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#ahole_interna {
	background-color: #7C7747;
	position: relative;
	height: 870px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#ahole_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 620px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#anchor_interna {
	background-color: #7C7747;
	position: relative;
	height: 560px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#anchor_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#another_interna {
	background-color: #7C7747;
	position: relative;
	height: 640px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#another_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#deco_interna {
	background-color: #7C7747;
	position: relative;
	height: 650px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#deco_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#diving_interna {
	background-color: #7C7747;
	position: relative;
	height: 740px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#diving_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#dragon_interna {
	background-color: #7C7747;
	position: relative;
	height: 760px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#dragon_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#enrico_interna {
	background-color: #7C7747;
	position: relative;
	height: 280px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#enrico_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#epilogue_interna {
	background-color: #7C7747;
	position: relative;
	height: 280px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#epilogue_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#ether_interna {
	background-color: #7C7747;
	position: relative;
	height: 610px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#ether_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#flowers_interna {
	background-color: #7C7747;
	position: relative;
	height: 800px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#flowers_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#forgotten_interna {
	background-color: #7C7747;
	position: relative;
	height: 740px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#forgotten_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#hallow_interna {
	background-color: #7C7747;
	position: relative;
	height: 340px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#hallow_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 270px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#incan_interna {
	background-color: #7C7747;
	position: relative;
	height: 450px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#incan_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#listless_interna {
	background-color: #7C7747;
	position: relative;
	height: 780px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#listless_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#matelot_interna {
	background-color: #7C7747;
	position: relative;
	height: 800px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#matelot_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#redhead_interna {
	background-color: #7C7747;
	position: relative;
	height: 770px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#redhead_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#ocean_interna {
	background-color: #7C7747;
	position: relative;
	height: 900px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#ocean_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#sagitta_interna {
	background-color: #7C7747;
	position: relative;
	height: 1220px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#sagitta_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#sebastian_interna {
	background-color: #7C7747;
	position: relative;
	height: 790px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#sebastian_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#froth_interna {
	background-color: #7C7747;
	position: relative;
	height: 750px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#froth_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#skiff_interna {
	background-color: #7C7747;
	position: relative;
	height: 810px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#skiff_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#sopor_interna {
	background-color: #7C7747;
	position: relative;
	height: 770px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#sopor_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#walls_interna {
	background-color: #7C7747;
	position: relative;
	height: 550px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#walls_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#promised_interna {
	background-color: #7C7747;
	position: relative;
	height: 880px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#promised_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#would_interna {
	background-color: #7C7747;
	position: relative;
	height: 780px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#would_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#walk_interna {
	background-color: #7C7747;
	position: relative;
	height: 740px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#walk_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#footerdiscografias {
	position: relative;
	height: 176px;
	width: 950px;
	top: 240px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}

#conteudosailschooner {
	position: relative;
	height: 1000px;
	width: 950px;
	top: 0px;
}

#areasailschooner {
	background-color: #7C7747;
	position: relative;
	height: 1470px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}

#sideboxsailschooner {
	0font-family: Ovo, serif;
	font-size: 16px;
	position: relative;
	height: 179px;
	width: 179px;
	left: 665px;
	top: -250px;
	z-index: 300;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	padding: 10px;
}
#footersailschooner {
	position: relative;
	height: 176px;
	width: 950px;
	top: 850px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}

#discothumbinterno {
	position: relative;
	height: 209px;
	width: 209px;
	left: 400px;
	top: 100px;
	z-index: 300;
}

#sailschoonertexto {
	position: relative;
	height: 209px;
	width: 609px;
	left: 0px;
	top: -100px;
}

#discosailthumb1 {
	position: relative;
	height: 109px;
	width: 109px;
	left: 124px;
	top: 0px;
	text-align: center;
}

#discosailthumb2 {
	position: relative;
	height: 109px;
	width: 109px;
	left: 380px;
	top: -109px;
	text-align: center;
}

#discosailthumb3 {
	position: relative;
	height: 109px;
	width: 109px;
	left: 124px;
	top: 0px;
	text-align: center;
}

#discosailthumb4 {
	position: relative;
	height: 109px;
	width: 109px;
	left: 380px;
	top: -108px;
	text-align: center;
}

#add1 {
	font-family: Ovo, serif;
	font-size: 14px;
	color: #000000;
	position: relative;
	height: 160px;
	width: 160px;
	left: 162px;
	top: -115px;
	padding-right: 40px;
}
#add1thumb {
	position: relative;
	height: 130px;
	width: 130px;
	left: 10px;
	top: 10px;
}

#add2 {
	font-family: Ovo, serif;
	font-size: 14px;
	color: #000000;
	position: relative;
	height: 160px;
	width: 160px;
	left: 462px;
	top: -425px;
	padding-right: 40px;
}
#add2thumb {
	position: relative;
	height: 130px;
	width: 130px;
	left: 310px;
	top: -280px;
}

#add3 {
	font-family: Ovo, serif;
	font-size: 14px;
	color: #000000;
	position: relative;
	height: 160px;
	width: 160px;
	left: 162px;
	top: -535px;
	padding-right: 40px;
}
#add3thumb {
	position: relative;
	height: 130px;
	width: 130px;
	left: 10px;
	top: -370px;
}

#add4 {
	font-family: Ovo, serif;
	font-size: 14px;
	color: #000000;
	position: relative;
	height: 160px;
	width: 160px;
	left: 460px;
	top: -825px;
	padding-right: 40px;
}
#add4thumb {
	position: relative;
	height: 130px;
	width: 130px;
	left: 310px;
	top: -660px;
}

#areaadd {
	background-color: #7C7747;
	position: relative;
	height: 345px;
	width: 645px;
	top: 240px;
	margin: 0 auto;
	padding: 20px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;
}

#footeradicional {
	position: relative;
	height: 176px;
	width: 950px;
	top: 245px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}

#deconstduplotexto {
	position: relative;
	height: 209px;
	width: 609px;
	left: 0px;
	top: -100px;
}

#areadeconstduplo {
	background-color: #7C7747;
	position: relative;
	height: 610px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}

#footerdeconstduplo {
	position: relative;
	height: 176px;
	width: 950px;
	top: 0px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}

#areadeconstlimited {
	background-color: #7C7747;
	position: relative;
	height: 360px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}

#deconstlimitedtexto {
	position: relative;
	height: 209px;
	width: 609px;
	left: 0px;
	top: -100px;
}

#footerdeconstlimited {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}

#conteudorelic {
	position: relative;
	height: 1000px;
	width: 950px;
	top: 0px;
}

#arearelic {
	background-color: #7C7747;
	position: relative;
	height: 1300px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}


#footerrelic {
	position: relative;
	height: 176px;
	width: 950px;
	top: 680px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}

#discorelicthumb {
	position: relative;
	height: 109px;
	width: 109px;
	margin: 0 auto;
	top: 0px;
	text-align: center;
}

#relictexto {
	position: relative;
	height: 209px;
	width: 609px;
	left: 0px;
	top: -100px;
}

#conteudodebriser {
	position: relative;
	height: 1000px;
	width: 950px;
	top: 0px;
}

#areadebriser {
	background-color: #7C7747;
	position: relative;
	height: 1000px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}


#footerdebriser {
	position: relative;
	height: 176px;
	width: 950px;
	top: 380px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}

#discodebriserthumb1 {
	position: relative;
	height: 109px;
	width: 109px;
	left: 124px;
	top: 0px;
	text-align: center;
}

#discodebriserthumb2 {
	position: relative;
	height: 109px;
	width: 109px;
	left: 380px;
	top: -109px;
	text-align: center;
}

#debrisertexto {
	position: relative;
	height: 209px;
	width: 609px;
	left: 0px;
	top: -100px;
}

#areadebrisersingle {
	background-color: #7C7747;
	position: relative;
	height: 800px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}

#footerdebrisersingle {
	position: relative;
	height: 176px;
	width: 950px;
	top: 180px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}

#dragonflytexto {
	position: relative;
	height: 209px;
	width: 609px;
	left: 0px;
	top: -100px;
}

#areadragonfly {
	background-color: #7C7747;
	position: relative;
	height: 1100px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}

#footerdragonfly {
	position: relative;
	height: 176px;
	width: 950px;
	top: 480px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}

#areadisclaimer {
	background-color: #7C7747;
	position: relative;
	height: 380px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}


#footerdisclaimer {
	position: relative;
	height: 176px;
	width: 950px;
	top: -120px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
}

#brasilp {
	position: absolute;
	top: 179px;
	left: 30px;
}

#euap {
	position:absolute;
	top: 179px;
	left: 70px;
}

#friend_interna {
	background-color: #7C7747;
	position: relative;
	height: 800px;
	width: 605px;
	top: 240px;
	margin: 0 auto;
	padding: 50px;
	font-family: Ovo, serif;
	font-size:14px;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	
}

#friend_footer {
	position: relative;
	height: 176px;
	width: 950px;
	top: 280px;
	background-color: #403D24;
	margin: 0 auto;
	font-family: Ovo, serif;
	font-size: 14px;
	text-align:center;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	filter:alpha(opacity=70, finishopacity=70, style=1);
    opacity:.7;;
	z-index: 600;
}

#sombraesq {
	background-image:url(img/sombraesquerda.png);
	background-repeat:repeat-y;
	position:relative;
	height: 1400px;
	width: 30px;
	top: -300px;
	left: -60px;
}


