body {
	background: url(../img/bg.jpg) #000000 no-repeat fixed 50% 0%;
    padding:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#82704e;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#container {
    width: 900px;
	margin: 0px auto;
    }
	
/* TOPO */
#topo {
	width:900px;
	height:95px;
	background: url(../img/topo.jpg) top no-repeat;
	text-align:center;
	margin-top:0px;
	padding-top:40px;
}

#menutop li {
	display:inline;
	color:#c7b188;
	font-size:13px;
	margin:15px;
}

#menutop li a {	color:#c7b188; text-decoration:none; }
#menutop li a:hover { color:#fff; text-decoration:none; }

#titulo h1 {
	text-indent:-900em;
}

/* fim TOPO */

/* TITULOS*/
#historia {
	background:url(../img/tit_historia.jpg) no-repeat;
	text-indent:-900em;
}
#musicas {
	background:url(../img/tit_musicas.jpg) no-repeat;
	text-indent:-900em;
}
#fotos {
	background:url(../img/tit_fotos.jpg) no-repeat;
	text-indent:-900em;
}
#infoimp {
	background: url(../img/tit_informacoes.jpg) no-repeat;
	text-indent:-900em;
}
#agenda {
	background:url(../img/tit_agenda.jpg) no-repeat;
	text-indent:-900em;
}
#contato {
	background:url(../img/tit_contato.jpg) no-repeat;
	text-indent:-900em;
}
/* fim TITULOS*/

/* CONTEUDO */
#conteudo {
	min-height:260px;
	width:900px;
}

#conteudo_int {
	background:url(../img/bg_interno.jpg);
	width:900px;
	display:table;
}

#coluna {
	width:238px;
	background:url(../img/img-historia.jpg) #3c351d top no-repeat;
	float:left;
	height:273px;
}

#coluna_historia {
	width:238px;
	background:url(../img/img-historia.jpg) #3c351d top no-repeat;
	float:left;
	height:273px;
	text-align:center;
	padding:250px 0 0 0;
	color:#FFFFFF;
}

#coluna_historia img {
	border:1px solid #a38d37;
	margin:5px;
}

#coluna_musicas {
	width:238px;
	background:url(../img/img-musicas.jpg) #3c351d top no-repeat;
	float:left;
	height:273px;
	text-align:center;
	padding:250px 0 0 0;
}

#corpo {
	width:612px;
	float:left;
	padding:25px;
}

#corpo h2 {
	color:#bda545;
	text-transform:uppercase;
	font-size:12px;
}

#galeria {
	width:600px;
/*	margin-left:270px;*/
	margin-left:20px;
/*	padding-bottom:20px;*/
	padding-bottom:0px;
	float:left;
}
#galeria img{
	border:1px solid #a38d37;
	margin:5px;
}
#agenda_cont{
	width:600px;
	margin-left:250px;
	padding-bottom:20px;
}
#agenda_cont h2{
	color:#bda545;
	text-transform:uppercase;
	font-size:12px;
}
#formulario{
	width:300px;
	height:100px;
}
/*#formulario{
	width:300px;
	height:100px;
	position:absolute;
	margin-top:100px;
	margin-left:260px;
}*/
.agd{
	color:#bda545;
}
/* fim CONTEUDO */

#rodape {
	width:900px;
	height:85px;
	background:url(../img/rodape.jpg) bottom no-repeat;
	color:#553c1d;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding:190px 0 0 0;
	clear:both;
}

#rodape a {color:#bda545; text-decoration:none;}

.arealistamusica {
	width:100%;
	float:left;
}
.listamusicas {
	text-decoration:none;
	list-style:none;
/*	height:30px;*/
	margin:0px;
	padding:0px;
	float:left;
}

.listtxt {
	height:30px;
	line-height:30px;
	float:left;

}
