@charset "utf-8";
/* CSS Document */

body {
	background-image: url(70swallpaper.jpg);
	margin: 0;
	padding: 0;
	color: #ffffff;
}

body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

#totaal {
	width: 980px;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -490px; /* half of width */
}

#headerbar {
	width: 980px;
	height: 127px;
	background-image: url(gfx/headerbar.png);	
	clear: both;
}

#content {
	width: 100%px;
	overflow: auto;
	background-image: url(gfx/bg_content.png);	
	clear: both;
	padding-left:18px;
	padding-right: 26px;
}

#footerbar {
	width: 100%px;
	height: 32px;
	background-image: url(gfx/footerbar.png);	
	clear: both;
	font-size: 9px;
	text-align:right;
	padding-right:30px; 
}

#left1 {
	float: left;
	width: 458px;	
}

#right1 {
	float: right;
	width: 468px;
	clear: right;	
}

#left2 {
	float: left;
	width: 458px;	
}

td.itemheaderleft {
	height:9px;
	background-image: url(gfx/itemheaderleft.png);
}

td.itemheaderright {
	height:9px;
	width:19px;
	background-image: url(gfx/itemheaderright.png);	
	background-repeat: no-repeat;
}

td.itemcontent {
	border-left: 1px solid #fd8300;
	background-color: #ede7df;
	color: #6a5412;
	padding:6px;
	padding-left:14px;
}

td.itemcontentright {
	width:19px;
	background-image: url(gfx/itemcontentright.png);
	background-repeat: repeat-y;
}

td.itemfooterleft {
	height:24px;
	background-image: url(gfx/itemfooterleft.png);
}

td.itemfooterright {
	height:24px;
	width:19px;
	background-image: url(gfx/itemfooterright.png);	
	background-repeat: no-repeat;
}

a, a:visited
{
	color: #000000;
}

a:hover
{
	color: #fc8200;	
}

#flashalbum {
	width:427px;
	height: 282px;
	overflow:hidden;
}

#embedded {
	margin-left: -48px;
	margin-top: -22px;
}

img.lastfmimage {
	margin-top:8px;
	margin-right: 8px;
	border: 1px solid #fc8200;
	width: 60px;
	height: 60px;
}

#albumimages {
	width:350px;
	padding-top:5px;
}

