@charset "UTF-8";
body  {
	background: url(../images/bgtile.png) repeat center center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
.thrColFixHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border-top: 0px none;
	border-right: 5px solid #3B281A;
	border-bottom: 0px none;
	border-left: 5px solid #3B281A;
	background: #FFFFFF;
} 
.thrColFixHdr #header {
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 255px;
	font: 12px/11pt Arial, Helvetica, sans-serif;
	padding: 5px 10px 15px 13px;
}
.thrColFixHdr #mainContent {
	padding: 2px 13px 0px 10px;
	text-align: left;
	color: #402919;
	font: 18px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 280px;
} 
.thrColFixHdr #mainContent strong {
	color: #4D3020;
}
.tracklistings {
	line-height: 19px;
	font-size: 16px;
}
.separator {
	color: #513A27;
}
.seperatordots {
	font: 9px Arial, Helvetica, sans-serif;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
}
.sidebarbold {
	color: #513A27;
	font-style: italic;
	font-weight: bold;
}
.thrColFixHdr #footer {
	background: url(../images/lbmusic_15.gif);
	height: 57px;
	width: 780px;
} 
.thrColFixHdr #footer p {
	margin: 0;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #CABC92;
	padding-top: 6px;
	padding-right: 0;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border-style: none;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border-style: none;
}
.tabletextbold {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}
.tableformat {
	margin-top: 8px;
	float: right;
}
.tabletextprice {
	font: 16px Arial, Helvetica, sans-serif;
	color: #B50000;
	text-align: center;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent  a:link  {
	color: #513A27;
	text-decoration: none;
}
#mainContent a:visited {
	color: #513A27;
	text-decoration: none;
}
#mainContent a:hover {
	color: #8E855E;
	text-decoration: none;
}
#mainContent a:active {
	color: #513A27;
	text-decoration: none;
}
#footer a:link {
	color: #CABC92;
	text-decoration: none;
}
#footer a:visited {
	color: #CABC92;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:active {
	color: #CABC92;
	text-decoration: none;
}
#sidebar1 a:link {
	color: #513A27;
	text-decoration: none;
	font: bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#sidebar1 a:visited {
	color: #513A27;
	text-decoration: none;
	font: bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#sidebar1 a:hover {
	color: #8E855E;
	text-decoration: none;
	font: bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#sidebar1 a:active {
	color: #513A27;
	text-decoration: none;
	font: bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
