/* CSS Document */

@import url("eu.css");
@import url("discografia.css");
@import url("soundtracks.css");
@import url("arquivos.css");
@import url("contato.css");
@import url("links.css");

*{
	text-decoration:none;
	padding:0px;
	margin:0 auto;
	border:0;
	vertical-align:top;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	}
	
html{
	background: #0f4f2c url(../_imagens/fundo_sombra.jpg) repeat-y center top;
	_background: #0f4f2c url(../_imagens/fundo_sombra_ie.jpg) repeat-y center top;
	}
		
#geral{
	background: url(../_imagens/fundo.jpg) repeat-x center top;
	_background: url(../_imagens/fundo_ie.jpg) repeat-x center top;
	text-align:center;
	margin:0 auto;
	width:100%;
	height:600px;
	}
	
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#6aaccf;
	}
	
a{
	font-style:oblique;
	}

.texto_sublinhado{
	text-decoration:underline;
	}

.intro{
	padding:20px;
	}

/*****************************************
Topo
*****************************************/

#topo{
	margin:0 auto;
	width:750px;
	height:165px;
	padding-bottom:50px;
	_padding-bottom:20px;
	clear:both;
	}

/*****************************************
Menu
*****************************************/
	
#menu{
	width:750px;
	/* Fix IE. Hide from IE Mac \*/	
	* padding-top:1px;
	* width:750px;
	/* End */
	} 

	
#menu ul{
	width:100%;
	float:left;
	background:url(../_imagens/fundo_menu.jpg);
	_background:url(../_imagens/fundo_menu_ie.jpg);
	}
	
#menu ul li{
	float:left;
	}
	
#menu ul li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#333;
	padding:8px 0px;
	float:left;
	}	
	
#menu ul li a:hover{
	background-color:#d5d5d5;
	}

.menu_home, .menu_eu, .menu_discografia, .menu_soundtracks, .menu_arquivos, .menu_contato{
   border-right:solid 1px #333333;
    }
	
.menu_home{
	width:95px;
    }
      
.menu_eu{
	width:76px;
	}

.menu_discografia{
	width:128px;
	}

.menu_soundtracks{
	width:137px;
	}
       
.menu_arquivos{
	width:114px;
	}
       
.menu_contato{
	width:108px;
	}

.menu_links{
   width:85px;
	}

/*****************************************
conteúdo
*****************************************/

#conteudo{
	background: url(../_imagens/fundo_geral.jpg) no-repeat center top;
	_background: url(../_imagens/fundo_geral.jpg) no-repeat center top;

	margin:0 auto;
	width:770px;
	clear:both;
	}
	
#conteudo p{
	padding:6px 0px;
	}

/*****************************************
texto
*****************************************/

.texto{
	width:750px;
	clear:both;
	}

/* Fix IE. Hide from IE Mac \*/
* html p { height:0%; }
* html ul li { height:0%; }
/* End */

/*****************************************
Rodapé
*****************************************/	

#rodape{
	clear:both;
	padding:20px 0px;
	}