* {
	margin: 0;
	padding: 0;
}
body {
	background-color: black;
}
#wrapper {
	width: 576px;
	margin: 0 auto;
	background-color: #black;
}
#main {
	height: 40px;
	width: 577px;
	background-color: black;
}
#top {
	height: 14px;
}
#bottom {
	height: 20px;
	background-color: black;
}
#logo {
	height: 40px;
	width: 309px;
	float: right;
}
.pictureClass2 {
	height: 160px;
	width: 150px;
	margin: 0 0 0 30px;
	float: left;
}
.pictureClass2 img {
	border: 1px solid black;
}
.pictureClass {
	height: 230px;
	width: 150px;
	margin: 0 0 0 30px;
	float: left;
}
.pictureClass img {
	border: 1px solid black;
}
#logo a img{
	border: 0;
}

#nav {
	height: 40px;
	width: 268px;
	background-color: white;
}
#nav dt {
	float: left;
}

#nav dt a {
	display: block;
	height: 0px !important; 
	padding: 40px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#nav dt a:hover {
	background-position: 0 -40px;
}
#nav dt#bio,
#nav dt#bio a { width: 28px; height: 40px; background-image: url("img/nav_bio.gif"); }

#nav dt#press,
#nav dt#press a { width: 42px; height: 40px; background-image: url("img/nav_press.gif"); }

#nav dt#discography,
#nav dt#discography a { width: 98px; height: 40px; background-image: url("img/nav_discography.gif"); }

#nav dt#bands,
#nav dt#bands a { width: 49px; height: 40px; background-image: url("img/nav_bands.gif"); }

#nav dt#photos,
#nav dt#photos a { width: 51px; height: 40px; background-image: url("img/nav_photos.gif"); }

body.bio dt#bio,
body.bio dt#bio a,
body.press dt#press,
body.press dt#press a,
body.discography dt#discography,
body.discography dt#discography a,
body.bands dt#bands,
body.bands dt#bands a,
body.photos dt#photos,
body.photos dt#photos a {
	background-position: 0 40px;
}
#content {
	padding: 30px 0 40px 0;
	width: 576px;
	background-color: #fff0c7;
	overflow: auto;
}
#footer {
	width: 576px;
	height: 30px;
	background-color: #802f42;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
p.press {
	padding: 10px 30px 30px 30px;
	font-family: "Verdana", Geneva, sans-serif;
	font-size: 11px;
	color: #5b2f39;
}
p.quote {
	padding: 0 30px 5px 30px;
	font-style: italic;
	font-family: "Verdana", Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
}
p.footer {
	padding: 10px 0 0 0;
	font-family: "Verdana", Geneva, sans-serif;
	font-size: 10px;
	color: #fff0c7;
	text-align: center;
}
p.discography {
	font-family: "Verdana", Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 1.3em;
}
p.text {
	padding: 0px 30px 10px 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
}
p.band {
	padding: 0px 30px 10px 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	color: #802f42;
	font-weight: bold;
}
#footer a {
	text-decoration: underline;
	color: #fff0c7;
}
#content a {
	color: #802f42;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
img.biokuva {
	margin: 0 10px 0 10px;
	float: right;
}
img.etusivukuva {
	margin: 0 10px 0 30px;
	float: left;
}
h2 {
	padding: 0px 30px 20px 30px;
	font-family: "Verdana", Geneva, sans-serif;
	font-size: 14px;
}
img.bands_pic {
	margin: 0 30px 0 30px;
	float: right;
	border: 1px solid black;
}
img.header {
	margin: 0 0 10px 30px;
}