body {
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
	}

h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 3px;
	text-transform: uppercase;
	}

p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	line-height: 18px;
	}

.sub {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 15px;
	}

img {
	display: block;
	border: 0;
	}

a:link {
	font-weight : bold;
	text-decoration : none;
	color: #f00;
	background: transparent;
	}

a:visited {
	font-weight : bold;
	text-decoration : none;
	color: #777;
	background: transparent;
	}

a:hover {
	font-weight : bold;
	text-decoration : underline;
	background: transparent;
	}

a:active {
	font-weight: bold;
	text-decoration : none;
	color: #f00;
	background: transparent;
	}

.alt {
	display: none;
	}

#nav {
	position: absolute;
	top: 50px;
	left: 45px;
	width: 413px;
	border: 0;
	margin: 0;
	padding: 0;
	}

#infodiv, #info, #listendiv, #listen, #buydiv, #buy, #contactdiv, #contact, #logo {
	display: block;
	padding: 0;
	border: 0;
	margin: 0;
	background: #fff;
	}

#infodiv, #info, #listendiv, #listen, #buydiv, #buy, #contactdiv, #contact {
	width: 413px;
	height: 53px;
	}

#logo {
	width: 413px;
	height: 130px;
	background: url(images/logo.gif) no-repeat;
	}

#infodiv {
	background: #fff url(images/info-on.gif) no-repeat;
	}
	
#info {
	background: #fff url(images/info-off.gif) no-repeat;
	}

#listendiv {
	background: #fff url(images/listen-on.gif) no-repeat;
	}

#listen {
	background: #fff url(images/listen-off.gif) no-repeat;
	}

#buydiv {
	background: #fff url(images/buy-on.gif) no-repeat;
	}

#buy {
	background: #fff url(images/buy-off.gif) no-repeat;
	}

#contactdiv {
	background: #fff url(images/contact-on.gif) no-repeat;
	}

#contact {
	background: #fff url(images/contact-off.gif) no-repeat;
	}

a#info:hover {
	background: url(images/info-on.gif) no-repeat;
	}

a#listen:hover {
	background: url(images/listen-on.gif) no-repeat;
	}

a#buy:hover {
	background: url(images/buy-on.gif) no-repeat;
	}

a#contact:hover {
	background: url(images/contact-on.gif) no-repeat;
	}
	
#content {
	position: absolute;
	top: 56px;
	border: 0;
	width: 350px;
	margin: 0 50px 200px 480px;
	padding: 0;
	}

#tracks {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 413px;
	border: 0;
	margin: 0;
	padding: 0;
	}

.caption {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 9px;
	line-height: 15px;
	}
	
