* {
	margin: 0px 0px;
	padding: 0px 0px;
}

html, body {
	background: #000000;
	margin: 0.6% auto;
	font-family: "Courier New", Courier, sans-serif;
	font-size: 0.9em;
	color: #dcdcdc;
	background-image: url(images/film.gif);
}

*:focus, a:active {
	outline: none;
}

#frame {
	margin: 0px auto;
	width: 980px;
	height: 600px;
	background: transparent url(images/bg.jpg);
}

#logo {
	padding: 14px 176px;
	margin-bottom: 30px;
	height: 97px;
	width: 600px;
}

p, td {
	margin-bottom: 10px;
}

#press-img {
	padding: 8px 0px;
}

a {
	color: #CACA24;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.date {
	font-size: 115%;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#content {
	width: 980px;
	height: 420px;
}

#navbar {
	width: 170px;
	height: 340px;
	float: left;
	padding-top: 80px;
	padding-left: 30px;
}

#navbar img, #logo img {
	border: none;
}

#text {
	float: right;
	width: 710px;
	height: 420px;
	padding-left: 40px;
	padding-right: 30px;
	overflow: auto;
	line-height: 18px;
}

#text .image {
	float: left;
	margin-right: 20px;
	margin-bottom: 6px;
}

* html #text {
  scrollbar-arrow-color: #000000;
 /* scrollbar-darkshadow-color: #252517;
  scrollbar-face-color: #252517;
 	scrollbar-highlight-color: #efefef; */
  scrollbar-track-color: #252517;
}

.down {
	border: solid 1px #ffffff;
	margin-bottom: 30px;
}

.down:hover {
	border: solid 1px #000000;
}

#startimage {
	margin-top: 50px;
	margin-left: 100px;
	z-index: 20;
	width: 338px;
	text-align: center;
	font-weight: bold;
	padding-top: 30px;
	font-size: 110%;
}

#tracklist {
	float: right;
	margin-left: 30px;
	font-size: 96%;
}

#album-text {
	float: left;
	width: 400px;
	text-align: right;
	line-height: 16px;
	font-size: 96%;
}

#media-box {
	height: 270px;
	margin-top: 20px;
}

#subnav{
	line-height: 16px;
	float: left;
	margin-right: 10px;
	width: 260px;
}

#subnav a.active {
	color: #000000;
	font-size: 115%;
	font-weight: bold;
}

.rp-text {
	font-weight: normal;
	font-size: 96%;
	width: 100px;
	font-style: italic;
	line-height: 14px;
}

#media {
	float: right;
}

#media-text {
	text-align: right;
	line-height: 13px;
	font-size: 98%;
	color: #000000;
}

#form {
	margin-top: 10px;
}

.mailto {
	margin-bottom: 30px;
}

.form-name {
	width: 100px;
	float: left;
	margin-bottom: 10px;
}

.form-value {
	margin-bottom: 10px;
}

.mailtext {
	font-family: "Courier New", Courier, sans-serif;
	border: solid 1px #a78c92;
	width: 300px;
	font-size: 100%;
}

.mailarea {
	font-family: "Courier New", Courier, sans-serif;
	border: solid 1px #a78c92;
	width: 300px;
	font-size: 100%;
}

.submit {
	background-color: #000000;
	border: solid 1px #ffffff;
	color: #ffffff;
	cursor: pointer;
	font-family: "Courier New", Courier, sans-serif;
	font-size: 100%;
	padding: 2px 6px;
}