body {
	background: url(../imgs/bg.jpg) fixed repeat-x;
	margin: 0;
	padding: 0;
}


*{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}


.tam10{
	font-size: 10px;
}

.tam11{
	font-size: 11px;
}

.tam14{
	font-size: 14px;
}

.tam18{
	font-size: 18px;
}

.branco{
	color: #FFFFFF;	
}

.preto{
	color: #000000;	
}

.vermelho{
	color: #DE3A3B;
}

.negrito{
	font-weight: bold;
}


/* Base */

#base {
	position: absolute;
	width: 761px;
	top: 0;
	left: 50%;
	margin-left: -355px;
	z-index: 5;
}

#baseconteudo{
	width: 759px;
	height: auto !important;
	height:100px;
	min-height:100px;
	background-color:#501F1B;
	z-index: 10;
}

#menu{
	padding: 0px 0px 0px 24px;
}

#header1{
	 text-align: left;
	 width: 759px;
	 height: 203px;
	 background: url(../imgs/header1.jpg) no-repeat top;
}

#header1 p{
	font-size: 9px;
	color: #A2A2A1;
	text-align:right;
	padding: 0 16px 0 0;
	margin: 0;
}

#header2{
	text-align: left;
	width: 759px;
	height: 203px;
	background:	url(../imgs/header2.jpg) no-repeat;
}

#header2 p{
	font-size: 9px;
	color: #A2A2A1;
	text-align:right;
	padding: 0 16px 0 0;
	margin: 0;
}

#header3{
	text-align: left;
	width: 759px;
	height: 203px;
	background: url(../imgs/header3.jpg) no-repeat top;
}

#header3 p{
	font-size: 9px;
	color: #A2A2A1;
	text-align:right;
	padding: 0 85px 0 0;
	margin: 0;
}

#header4{
	text-align: left;
	width: 759px;
	height: 203px;
	background: url(../imgs/header4.jpg) no-repeat top;
}

#header4 p{
	font-size: 9px;
	color: #A2A2A1;
	text-align:right;
	padding: 0 85px 0 0;
	margin: 0;
}

#coluna1{
	 width: 231px;
	 float:left;
}

/* Conteudo Lateral */

.bordamarrom {
	border: solid 1px #501F1B;
}

#naoperca{
	text-align: left;
	width: 231px;
	height: 75px;
	background:url(../imgs/nao_perca.jpg) no-repeat;
}

#banda{
	width: 209px;
	text-align: left;
	background: url(../imgs/banda_bg.jpg) repeat-y;
	padding: 5px 0px 0px 22px;
}

#banda p{
	font-size: 11px;
	color: #000000;	
}

/* Twitter */

#twitterconteudo{
	width: 185px;
	text-align: left;
	background: url(../imgs/banda_bg.jpg) repeat-y;
	padding: 5px 23px 14px 23px;
}

#twitterconteudo p{
}

#twitterconteudo a{
	font-size: 11px;
	color:#000000;
	text-decoration: none;
	/*background-color: #F4E8C1;*/
	/*padding: 1px 2px 2px 3px;*/
}

#twitterconteudo a:hover{
	text-decoration: underline;
	/*background-color: #FFFFFF;*/
}

#twitterconteudo a:active{
}

#twitterconteudo a:visited{
}

#twitter-link a{
	font-size: 11px;
	color:#000000;
	text-decoration: none;
	/*background-color: #F4E8C1;*/
}

#twitter-link a:hover{
	text-decoration: none;
	/*background-color: #FFFFFF;*/
}


#twitter_div{
	margin: 0;
	padding: 0;	
}

#twitter_update_list{
	list-style-type: none;
	margin: 0;
	padding: 0 0 16px 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#twitter_update_list a{
	font-size: 9px;
	text-decoration: none;
	color:#F4E8C1;
}

#twitter_update_list a:hover{
	text-decoration: underline;
}

#twitter_update_list a:visited{
}

#twitter_update_list a:active{
}

/* Fim do Twitter */


#proshows{
}

#proshowscontent{
	text-align: left;
	background: url(../imgs/proximos_shows_bg.jpg) repeat-y;
	padding: 5px 23px 14px 23px;
}

#proshowscontent p{
	font-size: 12px;
	color: #000000;
	padding: 2px 12px 2px 12px;
	margin: 0;
}

#proshowsrodape{
	width: 231px;
	height: 11px;
	background: url(../imgs/proximos_shows_rodape.jpg) no-repeat;
}


#conector1{
	width: 231px;
	height: 57px;
	background:url(../imgs/conector1.jpg) no-repeat;
}

#conector2{
	width: 231px;
	height: 49px;
	background:url(../imgs/conector2.jpg) no-repeat;
}

#conector3{
	width: 231px;
	height: 154px;
	background:url(../imgs/conector_fim.jpg) no-repeat;
}

/* Popup */

#camadaDownload{
	position:absolute;
	display: none;
	padding: 20px;
	text-align: left;
	background-color: #501f1b;
	z-index: 40;
	border: 2px solid #000000;
	width: 580px;
	/* width: 211px; */
	height: 220px;
	top: 300px;
	left: 50%;
	margin-left: -290px;
	
}

#camadaDownload h3{
	font-size: 22px;
	font-weight: bold;
	color: #DE3A3B;
	margin: 0 0 3px 0;
}

#camadaDownload p{
	font-size: 12px;
	color: #FFFFFF;
	margin: 0 0 12px 0;
}

#camadaDownload a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #DE3A3B;
	padding: 2px 4px 2px 3px;
	margin: 0 0 10px 0;
}

#camadaDownload a:hover{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #F4E8C1;
}

#camadaDownload a:visited{
}

#camadaDownload a:active{
}

/* Fim da Popup */

#conhecarebel{
}

#conhecarebelcontent{
	text-align: left;
	background: url(../imgs/conhecamais_bg.jpg) repeat-y;
	padding: 5px 23px 14px 23px;
}

#conhecarebelcontent p{
	font-size: 11px;
	color: #FFFFFF;
	padding: 2px 0 2px 0;
	margin: 0;
}

#conhecarebelcontent a{
	font-size: 11px;
	color: #FFFFFF;
}

#conhecarebelcontent a:hover{
}

#conhecarebelcontent a:active{
}

#conhecarebelcontent a:visited{
}


#coluna2cabecalho{
	width: 528px;
	float: left;
	height: 121px;
}

#coluna2{
	text-align: left;
	width: 470px;
	float: left;
	height: auto !important;
	min-height: 950px;
	height: 950px;
	padding: 10px 30px 10px 27px;
	background: url(../imgs/conteudo_bg.gif) repeat-y;
	z-index: 7;
}

#coluna2 h1{
	display: none;
}

#coluna2 h2{	
	font-size: 22px;
	font-weight: bold;
	color: #DE3A3B;
}

#coluna2 h3{
	font-size: 17px;
	font-weight: bold;
	color: #DE3A3B;
}

#coluna2 p{
	font-size: 11px;
	color: #000000;	
}


.video{
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
	width: 425px;
	height: 344px;
}

/* Galerias de Fotos */

.galeria{
	background: #DE3A3B;
	padding: 6px 4px 6px 8px;
	height: 110px;
}

.galeria p{
	font-size: 11px;
	color: #FFFFFF;
}

.galeria h4{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	padding: 2px 0 2px 0;
}

.galeria ul{
	margin: 0;
	padding: 0;
}

.galeria li{
	list-style-type: none;
	float: left;
	background: #F4E8C1;
	padding: 2px;
	height: 75px;
	width: 85px;
	margin: 8px 2px 0 0;
}

.galeria li a{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.galeria li a:hover{
	text-decoration: underline;
}

.galeria li a:visited{
}

.galeria li a:active{
}

/* Fim das Galerias */

#rodape{
	width: 759px;
	height: 500px;
	background: url(../imgs/rodape.gif) no-repeat;
	font-size: 10px;
	color: #cf3a41;
}

#rodape a{
	font-size: 10px;
	color: #cf3a41;
	text-decoration: underline;
}

#rodape a:hover{
	text-decoration: underline;
}

#rodape a:visited{
}

#rodape a:active{
}




