body{
	/*background: #bfbfbf url('../images/bg.gif') no-repeat center top;*/
	background: black /*url('../images/bg2.gif') no-repeat center top*/;
	text-align: center;
	margin: 0;
}

#main{
	margin-top: 42px;
	width: 874px;
	background: black;
}

#nav{
	margin-top: 145px;
/*	margin-left: 70px;*/
	text-align:center;
}

#nav a{
	font: 18pt "Palatino Linotype";
/*	color: black;*/
	color:white;
	text-decoration: none;
	font-style: italic;
}

#nav a:hover{
	font: 18pt "Palatino Linotype";
/*	color: black;*/
	color:white;
	font-weight: bold;
	font-style: italic;
}

#albums {
	text-align: center;
}

#albums a{
	font: 14pt "Palatino Linotype";
	color: black;
	text-decoration: none;
	font-style: italic;

}

#albums a:hover{
	font: 14pt "Palatino Linotype";
	color: black;
	font-weight: bold;
	font-style: italic;
}

a{
	color: black;
	text-decoration: none;
}
a:hover{
	color: black;
	text-decoration: none;
}
a img{
	border: none;
}

.show{
	display:block;
}

.hide{
	display: none;
}