body {
	margin: 0px;
	
	background-color: #ffffff;
	
	font-family: Trebuchet MS, sans-serif;
	font-size: 10pt;
	color: #000000;
}

div#footer {
		position: relative;
		clear: both;
		height: 36px;
		line-height: 36px;
		
		vertical-align: bottom;
		text-align: center;
		
		color: #d89513;
		font-size: 8pt;
}

div#footer a {
	color: #d89513;
}

div#main {
	position: relative;
}

div#menu {
	float: left;
	width: 150px;
	
	padding-top: 100px;
	
	background-color: #000000;
	
	text-align: right;
}

div#menu div {
	height: 24px;
	line-height: 24px;
	padding-bottom: 24px;
}

div#menu a {	
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 2px;
	
	text-decoration: underline overline;
}

div#menu a:hover {
	color: #d89513;
}

div#menu a.active {
	color: #d89513;
}

div#content {
	float: left;
	width: 600px;
	
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	
	text-align: left;
	
	border: solid 0px #000000;
	
	font-family: Arial;
	font-size: 10pt;
}

div#content a {
	color: #000000;
	text-decoration: underline;
}

div#sidebar {
	float: left;
	width: 150px;
	height: 800px;
	
	background-color: #000000;
}

div#sidebar img {
	width: 150px;
	height: 800px;
	
	border: solid 0px #000000;
}

img {
	border: solid 0px #d89513;
	behavior: url('png.htc');
}

img.ico {
	width: 12px;
	height: 12px;
}

img.foto {
	border: solid 1px #d89513;
}

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

.heading1 {
	color: #d89513;
	font-size: 16pt;
	font-weight: bold;
}

.heading2 {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12pt;
}

.table {
	display: table;
}

.table .tbody {
	display: table-row-group;
}

.table .thead {
	display: table-header-group;
	
	font-weight: bold;
}

.table .row {
	display: table-row;
	clear: both;
}

.table .cell {
	display: table-cell;
	float: left;
}

.row .odd {
	background-color: #f5e8d0;
}


div#release_leftcolumn {
	float: left;
	width: 150px;
	
	text-align: right;
}

div#release_leftcolumn a {
	margin-right: 6px;
	
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

div#release_leftcolumn a.active {
	color: #d89513;
}

div#release_leftcolumn div {	
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff #ffffff #000000 #ffffff;
}

div#release_rightcolumn {
	float: left;
	width: 425px;
	
	padding: 1px;
	
	border: solid 1px #000000;
}

div#release_rightcolumn .title {
	font-size: 12pt;
	font-weight: bold;
	
	text-align: center;
}

div#release_rightcolumn .cover {
	float: right;
}

div#release_rightcolumn .cover img {
	width: 150px;
}

div#release_rightcolumn .tracklist {
	clear: both;
}

div#reviews .description {
	font-style: italic;
	color: #d89513;
}
