html {
	background:#0f0714 url('../imagens/fundo.jpg') center top repeat-y;
}

#geral {
	width:780px;
	margin:0 auto;
	font:normal normal normal 14px/20px Arial, Helvetica, sans-serif; 
}

a {
	color:#6c210f;
	font-weight:bold;
}

a:hover {
	color:#bf5b2e;
}

.escondido {
	position:absolute;
	left:-9999px;
	overflow:hidden;
}

/*********************************************META*/
#meta {
	width:380px;
	float:left;
}

#meta h1 a {
	margin-top:80px;
	display:block;
	width:380px;
	height:160px;
	text-indent:-9999px;
	overflow:hidden;
	background:url('../imagens/logo.jpg') top center no-repeat;
}

#meta h1 a:hover {
	background:url('../imagens/logo.jpg') bottom center no-repeat;
}

#meta ul {
	font:normal normal normal 18px/40px Arial, Helvetica, sans-serif;
	text-align:right;
}

#meta ul li {

}

#meta ul li a {
	padding-right:40px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:normal;
	color:#faf9e4;
	display:block;
	width:340px;
	height:40px;
}

#meta ul li a:hover {
	text-decoration:underline;
}

#meta ul.musicas li a.musicas, #meta ul.videos li a.videos, #meta ul.fotos li a.fotos, #meta ul.sobre li a.sobre, #meta ul.contato li a.contato {
	color:#6c210f;
	background:url('../imagens/fundo-menu.jpg') 100px 0 no-repeat;
	text-decoration:none;
}

/*********************************************CONTEUDO*/
#conteudo {
	float:right;
	background:#faf9e4 url('../imagens/fundo-conteudo.jpg') bottom center no-repeat;
	margin-bottom:100px;
}

#conteudo2 {
	width:360px;
	padding:180px 20px 20px 20px;
	background: url('../imagens/dupla.jpg') top center no-repeat;
	margin-bottom:-100px;
}

#conteudo h2 {
	font: normal normal normal 24px/40px Georgia, serif;
	color:#6c210f;
}

#conteudo p {
	margin-bottom:20px;
}

#conteudo h3 {
	font-size:16px;
	color:#725230;
	float:left;
	margin-right:10px;
}

#conteudo address {
	font:italic normal normal 24px/40px Georgia, serif;
	margin-bottom:20px;
	color:#bcb97d;
}

#conteudo address a {
	font:bold normal normal 12px/20px Arial, Helvetica, sans-serif; 
}

#conteudo ul {
	margin-bottom:20px;
	list-style:square;
}

#conteudo ul li {
	margin-left:20px;
}

#conteudo p.musica {
	color:#bcb97d;
	font-size:10px;
}

#conteudo p.musica a {
	font-size:12px;
}

#conteudo object {
	display:block;
}

#conteudo object.video {
	margin-bottom:20px;
}

#conteudo p#rodape {
	color:#faf9e4;
	position:relative;
	top:20px;
	padding-bottom:20px;
}

#conteudo p#rodape a {
	color:#faf9e4;
	text-decoration:none;
}

/*********************************************CONTATO*/

form label {
	display:block;
}

#conteudo form p {
	margin-bottom:10px;
}

form p.sucesso {
	font-weight:bold;
	color:#87a628;
}

form p span.erro, form p.erro {
	font-weight:bold;
	color:#d9c309;
}

form input.text {
	border:2px solid #bcb97d;
	padding:3px;
	width:240px;
}

form textarea {
	background:white;
	border:2px solid #bcb97d;
	padding:3px;
	width:350px;
	height:160px;
}

form input.enviar {
	padding:5px 25px;
	margin-bottom:10px;
}
