@charset "UTF-8";
body  {
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #353535;
}
#container  {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #353535;
} 
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #353535;
	height: 249px;
	width: 800px;
} 
.twoColFixLtHdr #header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #3B3B3B;
	height: 170px;
	width: 599px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#contentColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	height: auto;
	width: 268px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #3B3B3B;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #353535;
	padding: 0px;
}
.twoColFixLtHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 187px;
	background-color: #353535;
} 
.twoColFixLtHdr #footer {
	padding: 0;
	background-color: #353535;
	height: 300px;
	width: 613px;
	float: right;
	margin: 0px;
} 
.twoColFixLtHdr #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 */
}
.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;
}
#mainfooter {
	padding: 0;
	background-color: #545552;
	height: 1px;
	width: 613px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebarUpper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	background-color: #444544;
	height: auto;
	width: 174px;
	margin-bottom: 7px;
	padding-top: 17px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 4px;
	vertical-align: bottom;
	text-align: left;
}
#sidebarLower {
	background-color: #444544;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
}
#menuTitle {
}
#musicfooter {
	padding: 0;
	background-color: #353535;
	height: 400px;
	width: 613px;
	float: right;
	margin: 0px;
}
#imagecredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	height: 12px;
	width: 611px;
	text-align: right;
	padding-top: 4px;
	padding-right: 2px;
	background-color: #353535;
}
.sleeveImage {
	border: 1px solid #545552;
}
#imageframe {
	width: 613px;
	float: right;
	background-color: #353535;
	background-image: url(imageimages/613_400_dark.gif);
}
#still {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding: 3px;
	height: 12px;
	width: 170px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#moving {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding: 3px;
	height: 12px;
	width: 170px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#menuTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: right;
	vertical-align: text-bottom;
	height: 12px;
	width: 613px;
	background-color: #353535;
	margin-top: 21px;
	padding-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	letter-spacing: 1.5px;
}
#imageCredits {
	width: 613px;
	float: right;
	margin: 0px;
	padding: 1px;
	background-color: #3B3B3B;
}
#imageCreditL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	float: none;
	text-align: left;
	width: 304px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	background-repeat: repeat;
}
#imageCreditR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	float: right;
	text-align: right;
	width: 302px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	padding-right: 1px;
}
#downloadsL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 300px;
	color: #999999;
	text-decoration: blink;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: bottom;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#downloadsR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 300px;
	float: right;
	color: #999999;
	text-align: right;
	text-decoration: blink;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: bottom;
	padding-bottom: 2px;
	padding-right: 1px;
}
#downloads {
	float: right;
	width: 613px;
	background-color: #3B3B3B;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444544;
}
.widerSpacedLetters {
	letter-spacing: 1.75px;
}
#grettingImage {
	background-color: #444544;
	border-bottom-color: #545552;
	width: 613px;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-color: #545552;
	border-right-color: #545552;
	border-left-color: #545552;
}
#textContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #3B3B3B;
	margin: 0px;
	height: auto;
	width: auto;
	color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

