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

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg_page.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-position: left top;
}


#albums { background: url(../img/bg_page_long.jpg) no-repeat #000000; }

a:link {
	color: #00CC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00CC00;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #00CC00;
}
h1 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px 0px 5px;
}
h2 {
	font-size: 12px;
	color: #009900;
	margin: 0px;
	padding: 0px 0px 10px;
}

/* NAVIGATION */

#navigation {
	height: 26px;
	width: 250px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 226px;
	top: 164px;
	text-align: left;
}

#contentarea {
	margin: 0px;
	padding: 0px;
	height: 230px;
	width: 540px;
	position: absolute;
	left: 250px;
	top: 197px;
}

#albums #contentarea { height: auto; }
#albums #clearboth { width: 540px; height: 10px; clear: both; }

#column1 {
	float: left;
	width: 175px;
}

#column2 {
	float: right;
	width: 335px;
}

#contentarea p {
	margin: 0px;
	padding: 0px 0px 10px;
}

#tracklist {
	padding: 2px 0px 3px;
	width: 315px;
	border-bottom: 1px dashed #FFFFFF;
	float: left;
}

#trackname {
	width: 215px;
	float: left;
}

#tracktime {
	width: 80px;
	float: right;
	text-align: right;
}

#copyright {
	position: absolute;
	height: 15px;
	width: 300px;
	left: 226px;
	top: 460px;
}

#albums #copyright { position: absolute; left: 226px; top: 900px; }

/* FORMS */

.fields {
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.buttons {
	background-color: #336699;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 2px;
	margin: 0px;
}
