body {
	margin: 50px 0px; padding:0px;
	text-align:center;
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 26px;
	font-weight: bold;
	color: #45476E/*#2A2158#7192A5*/;
	letter-spacing: -1px;
	margin: 0px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #45476E/*#E9888F#2A2158#7192A5*/;
	letter-spacing: -1px;
	margin: 0px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
}
h5 {
	font-size: 13px;
	font-weight: bold;
}
a, a:link, a:visited {
	color: #45476E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div#shell {
	margin:0px auto;
	text-align:left;
	width: 800px;
	height: 542px;
	border: 1px solid #0A0E11;
	background-color: #F9FAFC;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(background2.jpg);
}
div#header {
	float: right;
	width: 325px;
	margin: 10px;
	text-align: center;
}
div#tracklisting {
	clear: right;
	float: right;
	margin: 10px;
	width: 325px;
}
div#text {
	clear: right;
	float: right;
	margin: 10px;
	width: 325px;
	text-align: justify;
	padding: 0px 5px;
}
div#text h4 {
	margin: 0px;
}
div#footer {
	clear: both;
	margin:10px auto;
	text-align:center;
	width: 800px;
}
a.button, a.button:visited {
	color: #FFFFFF;
	background-color: #45476E;
	padding: 2px;
	text-align: center;
	color: #FFFFFF;
	margin: 2px 0;
}
span.blue {
	color: #45476E;
}