body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
	height: 100%;
	margin: 0 auto;
	width: 80%;
	text-align: left;
	color: #000000;
	
}

#main_catalog{
	margin: 0px 0 0 100px;
}

#contents_catalog {
	width: 700px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer {
	clear: both;
	margin: 0px;
	text-align: center;
	padding-top: 20px;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.cover {
	width: 210px;
	height: 230px;
	float: left;
}

.tracklisting {
	margin-left: 200px;
	line-height: 1.5;	
	
}

.credit{
	clear: both;
	margin: 0 0 50px 0;
}

.space {
	clear: both;
}

.push {
	height: 30px;
}

h2 {
	color: #0066cc;
}


a {
    color: #0066cc;
	text-decoration: underline;
	}

a:hover{
	color: #ed145b;
	position: relative;
}

ul {
   margin: 0 0 20px 0;
   padding: 0px 0px 0px 10px;
   list-style-type: none;
   }

.border {
	 border-style: outset;
	 border-color:#000000;
}

.no_border {
    border-style: none;
}

.no_underline {
	text-decoration: none;
}