@charset "utf-8";
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: none;
}
a:active {
	color: #F90;
	text-decoration: none;
}



/* CSS Document */

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	color: #FFF;
	font-size: 10px;
}

#container {
	width: 1200px;
	overflow: hidden;
	margin-left: 180px;
	margin-top: 0px;
	background-image: url(../imagesforbuttons/bgd.png);
	background-repeat: no-repeat;
	position: relative;
}

#header {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 80px;
}

#navbar {
	width: 900px;
	position: absolute;
	left: 150px;
	top: 165px;
}

#sidebar {
	width: 225px;
	float: left;
	background-color: #1e1e1e;
	border: solid #f60 1px;
	margin-top: 30px;
}
#maincontent {
	width: 820px;
	float: left;
	margin-left: 10px;
}
h1 {
	font-size: 15px;
	color: #600;
	background-color: #F90;
	margin: 0;
	padding: 4px;
	text-align: center;
}
h3 {
	background-color: #F90;
	font-size: 14px;
	color: #600;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
}



.centretable {
	background-color: #333;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	border: solid #f90 1px;
	width: 820px;
}
.jumpmenu {
	width: 150px;
	float: right;
	margin-right: 20px;
	font-size: 10px;
	text-indent: 5px;
}

.trdark {
	background-color: #1e1e1e;
}

.tdorange {
	background-color: #C60;
	font-size: 12px;
	color: #300;
	font-weight: bold;
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #000;
	border-top-style: solid;
	border-top-width: 1px;
	text-indent: 15px;
	font-family: Verdana, Geneva, sans-serif;
}
.tdorangenoindent {
	background-color: #C60;
	font-size: 12px;
	color: #300;
	font-weight: bold;
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #000;
	border-top-style: solid;
	border-top-width: 1px;
	font-family: Verdana, Geneva, sans-serif;
}
.description {
	text-indent: 20px;
}
.yellowcell {
	background-color: #F90;
}
.bsides4albums {
	font-style: italic;
	width: 280px;
	text-align: center;
}
.bsides {
	font-style: italic;
	text-indent: 15px;
	width: 280px;
}
.catno {
	text-transform: uppercase;
	width: 125px;
}
.country {
	text-transform: uppercase;
	width: 100px;

}
.caption {
	padding-bottom: 10px;
	height: 20px;
	font-weight: normal;
}
.smalltext {
	color: #600;
	background-color: #C60;
	border-top-color: #000;
	border-bottom-color: #000;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	font-size: 9px;
	text-align: center;
}
#footer {
	width: 580px;
	clear: both;
	margin: 0 auto;
	text-align: center;
	font-size: 9px;
}
.catno a:link {
	color: #FFF;
	text-decoration: none;
}
.catno a:visited {
	color: #666;
	text-decoration: none;
}
.catno a:hover {
	color: #F90;
	text-decoration: none;
}
.catno a:active {
	color: #F90;
	text-decoration: none;
}
li {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #f90;
	list-style-type: square;
}
