body {
	background-color: #192737;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: none;
}
.style1 {font-size: 10px; font-style: italic; font-variant: normal; color: #333333; line-height: 20px; font-family: Verdana, Arial, Helvetica, sans-serif;}


/* ############### */

#whatis{
	width: 600px;
	margin: auto;
	text-align: left;
	font: 8pt Arial;
}

#intro{
	width: 600px;
	margin: auto;
	text-align: justify;
	font: 9pt Arial;
	border: 1px solid #CAB98A;
	padding: 4px;
}

#id_explained{
	width: 600px;
	margin: auto;
	text-align: left;
	font: bold 10pt Arial;
	color: #990000;
	line-height: 210%;
}

#id_explained img{
	float: left;
	margin-right: 10px;
}

#id_howworks{
	color: #333;
	text-decoration: underline;
}

#id_needhelp{
	color: #333;
}

#id_needhelp a{
	color: #333;
	border-bottom: 1px dashed;
}

#id_needhelp a:hover{
	text-decoration: none;
}

.album{
	width: 550px;
	margin: auto auto 10px auto;
	background-color: #CAB98A;
	padding: 5px;
}
.album .header{
	width: 100%;
	cursor: pointer;
}
.album .header .image{
	float: left;
	margin-right: 10px;
	border: 0px;
	width: 100px;
	height: 100px;
}
.album .header .txt{
	float: left;
	font: 9pt Arial;
	width: 430px;
	text-align: left;
}
.album .details {
	width: 540px;
	padding: 5px;
	margin: 5px auto auto auto;
	background-color: #D8D0AF;
}
.songs_row {
	width: 470px;
	font: 9pt Arial;
	text-align: left;
	padding: 3px 0px;
}
.add_height {
	height: 18px;
}
.songs_row .col1{
	float: left;
	width: 20px;
	margin-right: 3px;
}
.songs_row .col2{
	float: left;
	width: 25px;
}
.songs_row .col3{
	float: left;
	width: 24px;
}
.songs_row .col4{
	float: left;
	width: 240px;
}
.songs_row .col5{
	float: left;
	width: 80px;
	text-align: center;
}
.songs_row .col6{
	float: left;
	width: 50px;
}
.desc{
	font: 7pt Verdana;
}
