@charset "UTF-8";
body  {
	margin: 0 auto; /* 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: Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	background-repeat: repeat;
	vertical-align: bottom;
	position: relative;
	width: 955px;
	top: 30px;
	line-height: 1.3em;
}
#subnav {
	background-color: #7162D9;
	height: 24px;
	padding-top: 24px;
}
#pagetitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 20px;
	color: #C1002D;
	margin-top: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	background-color: #FFFFFF;
	padding-bottom: 3px;
	padding-left: 20px;
	line-height: 1.3em;
}
#pagetext {
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 13px;
}
.rightpic {
	border: 4px solid #000000;
	float: right;
	margin-bottom: 20px;
	margin-left: 10px;
}
.pichead {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-left: -6px;
	line-height: 1em;
}
.linkheads {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
#pagetext a {
	text-decoration: none;
	color: #C1002D;
}
.videoplayer {
	width: 400px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FFFFFF;
}
.moviehead {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 20px;
}
.videocontainer {
	width: 450px;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
}
.videotext {
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 270px;
	background-color: #000000;
}
.videobox {
	width: 760px;
	background-color: #000000;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: -30px;
	margin-left: -20px;
	height: 92em;
	background-repeat: repeat;
}
#pagetext a:hover {
	color:#666666;
	}
#pagetext .twoColFixRtHdr {
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
}
.twoColFixRtHdr #container {
	width: 955px;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/alternate_container_bg.gif);
} 
.twoColFixRtHdr a {
	text-decoration: none;
	color: #C1002D;
}
.twoColFixRtHdr #header {
	height: 110px;
} 
.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: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-decoration: underline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	position: relative;
	width: 195px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.twoColFixRtHdr #mainContent {
	width: 760px;
	float: left;
} 
.twoColFixRtHdr #footer {
	padding: 2px;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixRtHdr #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 */
}
#nav {
	height: 31px;
	float: left;
	background-color: #000000;
	width: 760px;
	padding-bottom: 0px;
}
#subfeatures {
	float: left;
	width: 350px;
	margin-top: 10px;
	margin-left: 20px;
}
#videoplayer {
	float: left;
	width: 350px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#features {
	float: left;
	position: relative;
	height: 220px;
	background-image: url(images/features_drop_shadow.jpg);
}
#sidebar2 {
	float: right;
	width: 195px;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #433991;
}
.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;
}
.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;
}
.leftpic {
	border: 4px solid #000000;
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
}
.paypal {
	float: right;
}
.picsubhead {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-left: 0px;
	line-height: 1em;
}
.songdesc {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}
.picsubheadright {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-left: 0px;
	float: right;
}
.leftmusic {
	float: left;
	width: 360px;
	margin-bottom: 5px;
}
.trackbox {
	height: 175px;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.rightmusic {
	float: right;
	width: 360px;
}
.reviews {
	float: right;
	width: 300px;
}
.discog {
	float: left;
	width: 400px;
}
.centpic {
	border: 2px solid #000000;
	margin-right: auto;
	margin-left: auto;
}
.discogtext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
.picturebox {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 640px;
	padding-top: 20px;
	background-color: #000000;
	height: 650px;
}
.picturetext {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.photobox {
	width: 760px;
	background-color: #000000;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: -30px;
	margin-left: -20px;
	height: 55em;
	background-repeat: repeat;
}
.friendlinklft {
	width: 355px;
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
	top: 0px;
}
.friendlinkrht {
	width: 355px;
	float: right;
	margin-left: 5px;
	margin-bottom: 10px;
	top: 0px;
}
.friendtext {
	font-size: 11px;
}
.rightpicfriend {
	border: 4px solid #000000;
	float: right;
	margin-left: 10px;
}
.leftpicfriend {
	border: 4px solid #000000;
	float: left;
	margin-right: 10px;
}
#subfeatures a {
	color: #c1002d;
	text-decoration: none;
}
.featuredtrack {
	margin-bottom: 10px;
	width: 720px;
}
