*{
	padding: 0px;
	margin: 0px;
}
body{
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	color: #222222;
	background-image: url(/gfx/bg.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
h2, h3, h4{
	font-weight: normal;
}
a, a:link, a:hover, a:active, a:visited{
	color: black;
}
#wrapper{
	height: 100%;
	width: 601px;
}
#header, #content, #footer{
	text-align: left;	
}
#header h1{
	padding: 6px;
	color: #222222;
}
#menu{
	padding-left: 8px;
	float: left;
	}
	#menu li{
		display: block;
		clear: right;
		font-size: 24px;
		text-align: left;
		list-style: none;
		margin-bottom: 2px;
		width: 123px;
		}
		#menu li a, #menu li a:hover, #menu li a:active, #menu li a:link, #menu li a:visited{
			display: inline;
			text-decoration: none;
			color: #222222;
			background-color: #fff;
			}
		#menu li a:hover{
			display:block;
			text-decoration: none;
			background-color:#fff;
			}
			#menu li.active{
				font-weight: bold;
				background-image: url(/gfx/1997.gif);
				background-repeat: repeat-x;
				background-position: 0px 16px;
			}
#content{
	float: right;
	background-color: white;
	opacity:0.9;
	filter:alpha(opacity=95);
	width: 448px;
	padding: 10px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 50px;
}
#content p, #content h2, #content h3, #footer p {
	padding: 8px;
	opacity:1;
	filter:alpha(opacity=100);
}
#content li{
	list-style: none;
}
#content h2{
	font-weight: bold;
	opacity:1;
	filter:alpha(opacity=100);
}
#content #carousel{
	width:  270px;
	height: 270px;
	float: right;
	overflow: hidden;
	opacity:1;
	filter:alpha(opacity=100);
}
#carousel p{
	padding: 0px;
}
#footer{
	padding: 8px;
	height: 100px;
}
div.artist{
	margin-bottom: 20px;
}