@charset "UTF-8";
body  {
	background: #666666;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 120%;
	font-weight: normal;
	text-transform: capitalize;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.twoColFixRtHdr #container {
	width: 700px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	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: #D1C08E;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
} 
.twoColFixRtHdr #header {
	background-color: #2D2B1E;
	background-image: url(images/header.jpg);
	height: 160px;
	width: 700px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixRtHdr #header #navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #D1C08E;
	text-align: right;
	float: right;
	width: 250px;
	margin-right: 25px;
	top: 130px;
	position: relative;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.headlineartistname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	line-height: 120%;
}
.headlinereleasename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #861500;
	line-height: 120%;
}
.headlinesub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.releasedescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 150%;
	font-weight: normal;
	text-transform: none;
	color: #000000;
}
.artistname {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-transform: none;
}
.songtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	color: #861500;
}
.tracklisting {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 140%;
	font-weight: bold;
	text-transform: none;
}
.sidebarcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 150%;
	font-weight: normal;
	text-transform: none;
	color: #000000;
}
.sidebarcredits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #861500;
	line-height: 130%;
}
.imagesmall {
	margin-right: 12px;
}
.imagelarge {
	margin-right: 10px;
	margin-bottom: 10px;
}
.twoColFixRtHdr   #maincontainer {
	position: relative;
	width: 390px;
	left: 25px;
	top: 9px;
	right: 0px;
	bottom: 25px;
	margin-bottom: 50px;
} 
.twoColFixRtHdr #maincontainer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-transform: lowercase;
	color: #861500;
	text-decoration: none;
}
.twoColFixRtHdr #maincontainer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-transform: lowercase;
	color: #861500;
	text-decoration: underline;
}
.twoColFixRtHdr #maincontainer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100px;
	font-weight: normal;
	text-transform: lowercase;
	color: #861500;
	text-decoration: underline;
}
.twoColFixRtHdr #maincontainer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-transform: lowercase;
	color: #861500;
	text-decoration: none;
}
.twoColFixRtHdr #maincontainer #maingroup1 {
	float: left;
	width: 390px;
	position: relative;
	margin-bottom: 15px;
}
.twoColFixRtHdr #maincontainer #maingroup1overlay {
	background-color: #FFFFFF;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	bottom: 0px;
	opacity: 0.65;
  	-moz-opacity: 0.65; /* older Gecko-based browsers */
  	filter:alpha(opacity=65); /* For IE6&7 */
	height: expression(document.getElementById("maingroup1").offsetHeight);
}
.twoColFixRtHdr #maincontainer #maingroup1content {
	width: 350px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: relative;
}
.twoColFixRtHdr #maincontainer #maingroup2 {
	float: left;
	width: 390px;
	position: relative;
	margin-bottom: 15px;
}
.twoColFixRtHdr #maincontainer #maingroup2overlay {
	background-color: #FFFFFF;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	bottom: 0px;
	opacity: 0.65;
	-moz-opacity: 0.65; /* older Gecko-based browsers */
	filter:alpha(opacity=65); /* For IE6&7 */
	height: expression(document.getElementById("maingroup1").offsetHeight);}
.twoColFixRtHdr #maincontainer #maingroup2content {
	width: 350px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: relative;
}
.twoColFixRtHdr #maincontainer #maingroup3 {
	float: left;
	width: 390px;
	position: relative;
	margin-bottom: 15px;
}
.twoColFixRtHdr #maincontainer #maingroup3overlay {
	background-color: #FFFFFF;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	bottom: 0px;
	opacity: 0.65;
	-moz-opacity: 0.65; /* older Gecko-based browsers */
	filter:alpha(opacity=65); /* For IE6&7 */
	height: expression(document.getElementById("maingroup1").offsetHeight);}
.twoColFixRtHdr #maincontainer #maingroup3content {
	width: 350px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: relative;
}
.twoColFixRtHdr #maincontainer #maingroup4 {
	float: left;
	width: 390px;
	position: relative;
	margin-bottom: 15px;
}
.twoColFixRtHdr #maincontainer #maingroup4overlay {
	background-color: #FFFFFF;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	bottom: 0px;
	opacity: 0.65;
	-moz-opacity: 0.65; /* older Gecko-based browsers */
	filter:alpha(opacity=65); /* For IE6&7 */
	height: expression(document.getElementById("maingroup1").offsetHeight);}
.twoColFixRtHdr #maincontainer #maingroup4content {
	width: 350px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: relative;
}
.twoColFixRtHdr #maincontainer #maingroup5 {
	float: left;
	width: 390px;
	position: relative;
	margin-bottom: 15px;
}
.twoColFixRtHdr #maincontainer #maingroup5overlay {
	background-color: #FFFFFF;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	bottom: 0px;
	opacity: 0.65;
	-moz-opacity: 0.65; /* older Gecko-based browsers */
	filter:alpha(opacity=65); /* For IE6&7 */
	height: expression(document.getElementById("maingroup1").offsetHeight);}
.twoColFixRtHdr #maincontainer #maingroup5content {
	width: 350px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: relative;
}
.twoColFixRtHdr  #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 235px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	position: relative;
	display: inline;
}
.twoColFixRtHdr #sidebar #sidebartitlebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #861500;
	height: 20px;
	width: 215px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.twoColFixRtHdr #sidebar #sidebarcontent {
	padding: 10px;
	color: #000000;
}
.twoColFixRtHdr #sidebar #sidebarcontent a:link {
	color: #861500;
}
.twoColFixRtHdr #sidebar #sidebarcontent a:hover {
	color: #861500;
}
.twoColFixRtHdr #sidebar #sidebarcontent a:active {
	color: #861500;
}
.twoColFixRtHdr #sidebar #sidebarcontent a:visited {
	color: #861500;
}
.twoColFixRtHdr #footer {
	background-color: #2D2B1E;
	height: 50px;
	width: 675px;
	padding-top: 15;
	padding-right: 25px;
	padding-bottom: 10;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #D1C08E;
	text-align: right;
	clear: both;
} 
.twoColFixRtHdr   #footer   p { /* 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;
	font-weight: bold;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
