body
{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	cursor: default;
}

#main
{
	position: static;
	margin: auto;
	padding: 20px 0px;
	width: 540px;
	background-color: #fff;
	font-family: Calibri, "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #222;
	cursor: default;
}

a:link,
a:visited
{
	text-decoration: underline;
	color: #069;
	border: none;
}

a:hover,
a:active
{
	text-decoration: underline;
	color: #f70;
	border: none;
}

ul,
li,
h1,
h2,
h3
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

ul
{
	list-style: none;
}

img
{
	border: 0px;
}

.clear
{
	clear: both;
}

#logo
{
	text-align: center;
	margin-bottom: 30px;
}

#logo .tagline
{
	margin: 10px 0px 0px 0px;
	font-size: 11pt;
	color: #746;
}

#tracks h2
{
	margin-bottom: 20px;
	font-size: 16pt;
}

#tracks h2 a
{
	text-decoration: none;
	color: #222;
}

#tracks .track
{
	background: url('../images/separator.gif') no-repeat bottom center;
	margin-bottom: 20px;
	padding: 5px 20px 30px 20px;
}

#tracks .meta
{
	float: left;
}

#tracks .meta ul li
{
	margin: 2px;
}

#tracks .written-by
{
	width: 120px;
}

#tracks .performed-with
{
	width: 155px;
}

#tracks .downloads
{
	width: 125px;
}

#tracks .share
{
	width: 100px;
}

#tracks .written-by ul,
#tracks .performed-with ul
{
	margin-left: 20px;
	list-style: circle outside;
}

#tracks a.icon
{
	padding: 1px 5px 5px 22px;
	line-height: 17px;
	background-repeat: no-repeat;
	background-position: top left;
}

#tracks a.midi
{
	background-image: url(../images/midi.png);
}

#tracks a.pdf
{
	background-image: url(../images/pdf.png);
}

#tracks a.gp
{
	background-image: url(../images/gp.png);
}

#tracks a.anchor
{
	background-image: url(../images/anchor.png);
}

#footer
{
	margin-top: 50px;
	text-align: center;
	font-size: 8pt;
	line-height: 150%;
	color: #555;
}