body {
	background-image: url(img/bg-body.png);
	background-repeat: repeat; 
	height:100%;
	margin:0px;
	padding:0px;
	font-family: "helvetica", "arial", "sans-serif";
}

#header {
	background-image: url(img/bg.png);
	background-repeat: repeat-x; 
	height:187px;
	text-align: center;
}

#nav {
	margin-bottom:8px;
	width:800px;
	text-align:right;
	padding-right:140px;
	margin-top:-16px;
}

#nav a:hover, a:active, a:visited, a:link{
	font-weight:bold;
	color:white;
}

#demo {
	padding:0 20px;
	font-size:14px;
}
 
#demo a, #demo a:link, #demo a:visited, #demo a:hover, #demo a:focus, #demo a:active {
	color: black;
	font-weight:normal;
}

#demo-linernotes {
	float:left;
	width:550px;
	height:590px;
	border:1px dotted black;
	background-image: url(img/bg-tracklist.png);
	background-repeat:repeat;
}
#demo-linernotes a, #demo-linernotes a:link, #demo-linernotes a:visited, #demo-linernotes a:hover, #demo-linernotes a:focus, #demo-linernotes a:active {
	text-decoration:none;
}

#demo-tracklist {
	background-image: url(img/bg-tracklist.png);
	background-repeat:repeat;
	float:right;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	width:190px;
	height: 585px;
	padding-left:10px;
	border:1px dotted black;
	
	padding-top:5px;
}
#demo-tracklist a, #demo-tracklist a:link, #demo-tracklist a:visited, #demo-tracklist a:hover, #demo-tracklist a:focus, #demo-tracklist a:active {
	font-size:14px;
	text-decoration:none;
}

#trackname {
	font-weight:normal;
}

.downloadbox{
	border:3px dotted black;
	background-image: url(img/bg-tracklist.png);
	background-repeat:repeat;
	width:325px;
	height:200px;
	margin:15px;
	padding:10px;
}

#individualdownloadbox{

	border:3px dotted black;
	background-image: url(img/bg-tracklist.png);
	background-repeat:repeat;
	width:745px;
	height:300px;
	padding:10px;
    color:black
}
#individualdownloadbox a, #individualdownloadbox a:link, #individualdownloadbox a:visited, #individualdownloadbox a:hover, #individualdownloadbox a:focus, #individualdownloadbox a:active {color:black;
	text-decoration:none;
}
.downloadbox a, .downloadbox a:link, .downloadbox a:visited, .downloadbox a:hover, .downloadbox a:focus, .downloadbox a:active {color:black;
	text-decoration:none;
}


.share{
	border:1px dotted black;
	background-image: url(img/bg-tracklist.png);
	background-repeat:repeat;
	width:745px;
	height:120px;
	text-align:left;
        padding-top:5px;
	padding-left:5px;
	padding-right:5px;
        margin-bottom:6px;
}
.share a, .share a:link, .share a:visited, .share a:hover, .share a:focus, .share a:active {
	color:black;
	font-size:14px;
	font-weight:normal;
	text-decoration:underline;
}


.buy{
	border:1px dotted black;
	background-image: url(img/bg-tracklist.png);
	background-repeat:repeat;
	width:745px;
	height:200px;
	padding:5px;
	text-align:center;
	font-size:12px;
}
.buy a, .buy a:link, .buy a:visited, .buy a:hover, .buy a:focus, .buy a:active {
	color:black;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}

#footer {
	border-top: 1px solid black;
	width:800px;
	font-size:13px;
	padding: 1px 5px;
}
