
html body {
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #000;
	color: #fff;
}

a:link,
a:visited {
	color: #ccf;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border-width: 0px;
}

h1 {
	font-size: 14px;
}

form {
	margin: 0;
	padding: 0;
}

input,
textarea,
select {
	vertical-align: middle;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	background-color: #a0a2a9;
	border: #888888 solid 1px;
}


.nobg {
	background: none;
	border: none;
}

.indented {
	padding-left: 15px;
}

#container {
	height: 100pc;
	width: 730px;
	margin: 0 auto;
	text-align: left;
}

#topspace {
	height: 20px;
}

#navlogo {
	float: left;
	margin-top: 20px;
	height: 150px;
	width: 150px;
}

#navlinksleft {
	float: left;
	width: 285px;
	height: 100px;
	margin-top: 80px;
	border: solid #666;
	border-width: 1px 0 0 1px;
}

#navlinksright {
	float: left;
	width: 285px;
	height: 100px;
	margin-top: 80px;
	border: solid #666;
	border-width: 1px 1px 0 0;
	text-align: right;
}

.navlinkscontent {
	height: 40px;
	border: solid #666;
	border-width: 0 0 1px 0;
	background: #1d1d1d;
}

.navlink {
	height: 24px;
	margin: 7px 10px 0 10px;
}

#content {
	clear: both;
	width: 680px;
	padding: 5px 20px 50px 20px;
	border: solid #666;
	border-width: 0 1px 1px 1px;
}

#pagetitle {
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 20px;
}


.newstitle {
	width: 400px;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 15px;
	border: dashed #888;
	border-width: 0 0 1px 0;
}


.releasesbox {
	float: left;
	width: 305px;
	padding: 10px;
	margin-right: 6px;
	margin-bottom: 6px;
	border: solid 1px #555;
}

.releasesimage {
	float: left;
	width: 150px;
	height: 150px;
	padding: 0 10px 8px 0;
}

.releasestitle {
	font-size: 14px;
	font-weight: bold;
}

.releasesinfo {
	color: #ccc0d0;
}

.releasestracks {
	clear: both;
	margin-top: 8px;
	padding-left: 20px;
	font-style: italic;
}



#coverimage {
	height: 496px;
	width: 496px;
	margin: 0 auto;
	border: solid 1px #666;
}

#covertext {
	padding-top: 10px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

