@import	url(reset.css);
@import url(fonts.css);

body {
	background: #FDFEF8 
}
#left {
	width: 550px;
	float: left;
	background: #FDFEF8;
	padding: 50px;
	height: 550px;
}
#right {
	margin-left: 650px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}
h3 {
	text-transform: uppercase;
}
#discography {
	display: none;
}
#press {
	display: none;
}
#about {
	display: none;
}
#contact {
	display: none;
}
#news {
	display: none;
}
#photos
{
	max-height: 180px;
	border: none;
	margin: 20px 0 0 0;
}