body {background-color: #fff;
background-image: url(/_img/tape_text_bk.jpg);
background-repeat: repeat-y;
background-attachment: fixed;
background-position: top center;
}

a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
	}
	
a:hover {
	text-decoration: none;
	color: #000;
	background-color: #fff;
	font-weight: bold;
	}
	
a:active {
	text-decoration: none;
	color: #ff0000;
	background-color: #fff;
	font-weight: bold;
	}

a:visited {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	}

#nav	{
	top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	height: 30px;
	text-align: center;
	text-indent: -9999px;
}


a.nav_about {
	display: block;
	width: 91px;
	height: 26px;
	background: transparent url(/_img/nav_about.png) no-repeat 0 0;
	text-decoration: none;
	float: left;
	margin: 0px 22px 0px 8px;
}

a.nav_about:hover { 
	background-position: 0 -26px;
}

a.nav_about:active {
	background-position: 0 -52px;
}

a.nav_gearlist {
	display: block;
	width: 129px;
	height: 32px;
	background: transparent url(/_img/nav_gearlist.png) no-repeat 0 0;
	text-decoration: none;
	float: left;
	margin: 0px 22px 0px 0px;
}

a.nav_gearlist:hover { 
	background-position: 0 -32px;
	
}

a.nav_gearlist:active {
	background-position: 0 -64px;
}

a.nav_discog {
	display: block;
	width: 97px;
	height: 32px;
	background: transparent url(/_img/nav_discog.png) no-repeat 0 0;
	text-decoration: none;
	float: left;
	margin: 0px 22px 0px 0px;
}

a.nav_discog:hover { 
	background-position: 0 -36px;	
}

a.nav_discog:active {
	background-position: 0 -72px;
}

a.nav_media {
	display: block;
	width: 96px;
	height: 26px;
	background: transparent url(/_img/nav_media.png) no-repeat 0 0;
	text-decoration: none;
	float: left;
	margin: 0px 22px 0px 0px;
}

a.nav_media:hover { 
	background-position: 0 -26px;	
}

a.nav_media:active {
	background-position: 0 -52px;
}

a.nav_contact {
	display: block;
	width: 109px;
	height: 26px;
	background: transparent url(/_img/nav_contact.png) no-repeat 0 0;
	text-decoration: none;
	float: left;
	margin: 3px 22px 0px 0px;
}

a.nav_contact:hover { 
	background-position: 0 -26px;	
}

a.nav_contact:active {
	background-position: 0 -52px;
}


#content {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 550px;
	height: 350px;
	overflow-y: auto;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #fff;
	}

.photo {
	margin-right: 10px;
	margin-bottom: 3px;
	border: 6px solid #fff;
	}
	
#intro	{
	margin-top: 65px;
	font-family: 'Futura', "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 40px;
	line-height: 130%;
	letter-spacing: -1px;
	text-align: center;
	}
	
#contact	{
	text-align: left;
	margin-left: 60px;
	}
	
#thanks	{
	text-align: center;
	}
	
ul {
	line-height: 150%;
	}
	
.year {
	font-weight: normal;
	font-size: 18px;
	letter-spacing: -.09em;
	}
	
.artist {
	font-weight: bold;
	font-size: 12px;
	}
	
.album {
	font-style: italic;
	}
	
form {
	margin-left: 70px;
	}
	
input.email {
	background-color: #cccccc;
	}
	
input.email:focus {
	background-color: #ffff99;
	}
	
	
textarea {
	background-color: #cccccc;
	}
	
textarea:focus {
	background-color: #ffff99;
	}

	