* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html {
	height: 100%;
}
body {
	background-color: #3d3d3d;
	font: 10pt verdana, arial, sans-serif;
	height: 100%;
	text-align: center;
	color: #000000;
}
a:link, a:visited {
	color: #7f7563;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
p {
	padding-bottom: 10px;
}
h3 {
	font-size: 14pt;
	font-weight: normal;
	color: #6C7087;
	background: inherit;
}
#page_header {
	width: 750px;
	height: 242px;
	background: url(header.jpg);
}
#page_header h1 {
	display:none;
	text-indent: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#page_nav {
	position: absolute;
	top: 55px;
	left: 40px;
}
#page_nav ul {
	height: 20px;
	list-style: none;
}
#page_nav li {
	padding-left: 20px;
	padding-bottom: 10px;
	background: url(arrow2.gif) no-repeat 0 0%;
}
#page_nav a {
	color: #3d3d3d;
}
#container {
	position: relative;
	background: #ffffff url(body_bg.jpg) repeat;
	width: 750px;
	text-align: left;
	border-right: 1px solid #ffffff;
	margin: auto;
	min-height: 100%; /* For FF */
	height: auto !important; /*For FF */
	height: 100%; /*For IE */
}
#page_body {
	padding: 15px 30px 35px 30px;
}
.artist {
	margin-top: 5px;
	background: url(arrow2.gif) no-repeat 0px 2px;
	text-indent: 20px;
}
.artist_music {
	margin-bottom: 20px;
}
.disc {
	margin-top: 10px;
	width: 700px;
}
.disc_title {
	font-weight: bold;
	padding-bottom: 3px;
}
.disc_pic {
	height: 125px;
	width: 125px;
}
.disc_songs {
	margin-left: 135px;
	margin-top: -125px;
}
.song {
	width: 565px;
}
.song table {
	width: 100%;	
}
.song_title {
	width: 250px;
	font-size: 8pt;
}
.song_sample {
	width: 125px;
	text-align: right;
	font-size: 8pt;
}
.song_sample_play {
	width: 25px;
	text-align: right;
	font-size: 8pt;
}
.song_purchase {
	width: 125px;
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
	font-size: 8pt;
}
.hoverclass_odd {
	background-color: #c2c2c2;
	text-indent: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.hoverclass_even {
	background-color: #ffffff;
	text-indent: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.hoverclass_odd:hover, .hoverclass_even:hover {
	background-color: #EAD8B9;
}
#cart_view {
	padding-top: 20px;
	margin-left: 575px;
}
#page_footer {
	background-color: #756c5b;
	color: #ffffff;
	font-size: 8pt;
	height: 20px;
	padding-top: 5px;
	width: 739px;
	margin-left: 12px;
	text-align: right;
	position: absolute;
	bottom: 0 !important;
}
#page_footer a {
	color: #ffffff;
	border-bottom: 1px dotted #fff;
}
#page_footer a:hover, #page_footer a:active {
	color: #fdffdf;
}
#page_footer ul {
	list-style: none;
}
#page_footer li {
	display: inline;
}
#page_foot_text {
	float: left;
	margin: 0px 5px;
}
#page_foot_nav {
	float: right;
	padding-right: 15px;
}
.pic {
	float: right;
	padding-left: 10px;
}
/* about page */
.about_div {
	font-size: 8pt;
	padding-bottom: 15px;
}
.about_div h3 {
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 10px;
}
.about_div ol, .about_div ul {
	padding-top: 5px;
	margin-left: 50px;
}
/* contact page */
.contactinfo, .audiohelp {
	font-size: 8pt;
}
/* purchase pages */
.purchase_song {
	margin-left: 25px;
}