@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	width: 850px;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #000000;
	text-align: center;
}
.oneColFixCtrHdr #container {
	width: 867px; /* the auto margins (in conjunction with a width) center the page */
	border: 15px none #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #EDAA9A;
}
.oneColFixCtrHdr #header {
	padding: 0;
	height: 329px;
	width: 837px;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	border: 15px solid #333333;
	background-image: url(images/banner.jpg);
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: repeat;
	background-color: #EDAA9A;
	border: 15px solid #333333;
	background-attachment: fixed;
	background-image: url(images/bg-container.jpg);
}
.txt-table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 5px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

a {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
}

a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.table-songs {
	font-style: italic;
	padding: 2px;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}

#wrapper-a {
	background-attachment: fixed;
	background-repeat: repeat-y;
	width: 1090px;
	text-align: center;
}
#player {
	background-color: #000000;
	width: 837px;
	text-align: center;
	height: 55px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border-right-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	border-top-style: none;
	border-bottom-style: none;
}


.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}
.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
#mainContent ul {
	font-weight: normal;
	list-style-type: square;
	line-height: 1em;
	font-style: italic;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
