@CHARSET "ISO-8859-1";

body {
	margin: 0px;
	padding: 0px;
	top: 0px;
	bottom: 0px;
	color: #5A5A5A;
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #be0000;
}

a {
	color: #5A5A5A;
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
} 

p{ 
	margin-left: 20px;	
}

#quadro {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: auto;
	
}

#topo {
	height: 319px;
	width: 800px;
	background-color: yellow;
	background: url(images/topo.jpg) top center no-repeat;
}

#menu {
	height: 60px;
	width: 800px;
	text-align: center;
	background: url(images/menu.jpg) top center no-repeat;
}

#conteudo {
	text-align: justify;
}

#caixa-topo {
	width: 800px;
	height: 20px;
	background: url(images/caixa-topo.jpg) top center no-repeat;
}

#caixa-meio {
	width: 800px;
	height: auto;
	background: url(images/caixa-meio.jpg) top center repeat-y;
}

#caixa-baixo {
	width: 800px;
	height: 22px;
	background: url(images/caixa-baixo.jpg) top center no-repeat;
}

#rodape{
	color: white;
}

.item_menu {
	font-family:cursive;
	font-size:small;
	color: white;
	padding-top: 5px;
	padding-left: 0px;
	float: left;
}

.item_menu:HOVER{
	color: ffb05b;
	text-decoration: underline;
	cursor: pointer;
	
}

.discografia_box{
	padding: 4px;
	border: 3px gray double;
}

.discografia_box:HOVER {
	border: 2px #be0000 double;	
}
	

