@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; /* 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: #000000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixLtHdr #container {
	width: 640px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 83px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header {
	background-image: url(../Images/Layout%20Images/Header.gif);
	height: 140px;
	padding-bottom: 0;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 147px;
	font-family: Tahoma, arial, verdana, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #353535;
	line-height:18px;
}
.twoColFixLtHdr #mainContent {
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(../Images/Layout%20Images/subpage_bg_rpt.gif);
	background-repeat: repeat-y;
	float: left;
	width: 640px;
} 
.twoColFixLtHdr #footer {
	background-image: url(../Images/Layout%20Images/subpage_base.gif);
	background-repeat: no-repeat;
	
} 
.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;
}

#page {
	font-family: Tahoma, arial, verdana, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #353535;
	line-height:18px;
	margin-top:0px;
	float: left;
	width: 455px;
}
#pageTitle_div {
	margin-bottom: 5px;
	width: 465px;
	float: left;
}
#sidebar_quotes {
	height: 80px;
	font-size: 10px;
	line-height: 11px;
	color: #FFF;
	background-repeat: no-repeat;
	visibility: hidden;
}
#ExtLinksBox {
}
#headerflash {
	text-align: right;
	margin-top: 20px;
	float: left;
	margin-left: 20px;
	width: 240px;
}

a
{
  outline: none;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1240px;
	background-repeat: no-repeat;
	background-position: left top;
}
.News_Date {
	float: right;
	clear: left;
}
.News_Title {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	float: left;
}
.news_item {
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #333333;
}
.Music_Item {
	border: thin solid #999999;
	height: 100px;
	margin-top: 10px;
}
.Music_Item_CD {
	float: left;
	text-align: center;
	width: 140px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	overflow: hidden;
	height: 100px;
}
.Music_Item_textHEAD {
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	font-family: Tahoma, Arial, Verdana;
	margin-left: 140px;
}
.Music_Item_textBody {
	font-family: Tahoma, arial, verdana, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #353535;
	line-height:18px;
	padding-left: 10px;
	padding-top: 10px;
	width: 280px;
	margin-left: 140px;
	float: none;
}
.Music_Item_turntable {
	height: 100px;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	background-image: url(../Images/Layout%20Images/TurntableOn.jpg);
	background-repeat: no-repeat;
}
a:link {
	color: #FF0000;
	text-decoration: none;
	font-family: Tahoma, arial, verdana, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
#Twitter {
	margin-top: 20px;
	background-repeat: no-repeat;
	width: 452px;
	margin-left: 1px;
	color: #d5d5d5;
	height: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-position: left top;
	background-image: url(../Images/Layout%20Images/TwitterBGBlack.jpg);
	border: thin solid #666;
	padding-top: 30px;
}
#copyright {
	font-family: Trebuchet MS, tahoma, arial, verdana, sans-serif;
	font-size: 10px;
	color: #5d5c5c;
	line-height:14px;
	padding-left:26px;
	text-align: right;
	padding-top: 25px;
	padding-right: 10px;

}
#twitter_Placeholder {
	padding-right: 20px;
	margin-left: -13px;
}
.Music_Item_Video {
	float: left;
	text-align: center;
	width: 140px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	background-color: #000;
	background-image: url(../Images/Layout%20Images/Video_Down.jpg);
	background-repeat: no-repeat;
}
#MailingList {
	float: left;
	margin-top: 75px;
	width: 162px;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
}
.mailingList_textBG {
	background-color: #999;
}
#BuyCD_Button {
}
#Guestbook_Button {
}
#Blog_Button {
}
.Myspace_Button {
}
img
{  border-style: none;
}

.XSML_Frag {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#newreleaseIMAGE {
	padding-top: 5px;
	padding-left: 2px;
}
.Twitter_Button {
}
.websiteLinkREV {
	font-size: 80%;
}
#sidebar_Jukebox {
	margin-top: 20px;
	margin-bottom: 20px;
}
#Icons {
	margin-top: 73px;
	float: left;
	margin-left: 10px;
}
.Icon_Myspace {
	float: left;
}
.Icon_Twitter {
	float: left;
	margin-left: 10px;
}
.Icon_Blog {
	float: left;
	margin-left: 10px;
}
.Icon_Guestbook {
	float: left;
	margin-left: 10px;
}
#HeaderCD {
}
