@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%;
}
.twoColFixLtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	padding: 0px;
	height: auto;
	color: #000;
	background-color: #000;
	background-image: none;
	margin: 0;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #000000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
} 
.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: none; /* since this element is floated, a width must be given */
	width: 160px;
	color: #000;
	text-align: center;
	word-spacing: 0pt;
	display: compact;
	background-color: #FFF;
	height: 100%;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #06F;
} 
.twoColFixLtHdr #footer {
	padding: 0;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 10px;
	padding-left: 10;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.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;
	color: #FF0;
}.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px;
	font-size: 10px;
	font-style: normal;
	line-height: 150%;
}
.twoColFixLtHdr #container table {
	color: #777;
	text-align: left;
	padding-top: 0px;
	xpadding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.twoColFixLtHdr #container div table tr td h1 {
	color: #000;
}
.twoColFixLtHdr #container div table tr td {
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
}
.twoColFixLtHdr #container div table tr td bodytext {
	font-size: 9px;
}
#Bold {
	font-weight: bold;
}
#Bold {
	font-weight: bold;
}
#Bold {
}
.Bold {
	font-weight: bold;
	font-size: 12px;
}
.Italic {
	font-style: italic;
}
.Bold {
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	color: #FC9;
}
#Body {
	font-size: 10px;
}
#old {
	font-size: 8px;
}
#Old {
	font-size: 10px;
}
.twoColFixLtHdr #container div table tr td h1 #old .Bold #Old .Bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#old {
	font-size: 8px;
}
#bodyy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.twoColFixLtHdr #container div table tr td .bodytext .Bold {
	font-size: 10px;
}
.bold {
	font-weight: bold;
	font-size: 12px;
}
.italic {
	font-style: italic;
}
.twoColFixLtHdr #container div table tr td .bodytext .Bold {
	font-weight: normal;
}
.twoColFixLtHdr #container div table tr td .bodytext .Bold {
	font-size: 10px;
}
.twoColFixLtHdr #container div table tr td .bodytext .Bold {
	font-weight: bold;
}
.twoColFixLtHdr #container div table tr td .bodytext .Bold {
	font-family: Verdana, Geneva, sans-serif;
}
#body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.twoColFixLtHdr #container div table tr td #sidebar1 h3 {
	color: #000;
}
.twoColFixLtHdr #container div table {
	text-align: center;
}
.twoColFixLtHdr #container div table {
	text-align: left;
}
h1 {
	font-size: 14px;
	text-align: center;
}

#page-container {
	width:900px;
	margin:auto;
	background-image: url(images/screen2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
#main-content {
	text-align: left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	padding: 0px;
	margin: 0px;
}
table.home-table  {
	margin:auto;
	width: 825px;
}


h3 {
	font-size: 9px;
}

#footer a {
	color:#F60;
}
.color1 {color:#CC0000;} /* RED */
.color2 {color:#00FF00;} /* GREEN */
.color3 {color:#0066FF;} /* BLUE */.twoColFixLtHdr #page-container #main-content .home-table tr td p {
	text-align: left;
}
.twoColFixLtHdr #page-container #main-content .home-table tr td p strong {
	color: #F90;
}
.newsheadline {
	color: #F90;
	font-weight: bold;
}
.twoColFixLtHdr #page-container #main-content .home-table tr td div table tr .home-table p strong {
	font-size: 10px;
}
.twoColFixLtHdr #page-container #main-content .home-table tr td div table tr .home-table p strong {
	font-size: 12px;
	color: #FC3;
}
discographycolor {
	color: #FC3;
}
.twoColFixLtHdr #page-container #main-content .home-table tr td div table tr td p .bodytext strong {
	color: #FFF;
}
.twoColFixLtHdr #page-container #main-content .home-table tr td div p {
    font-size: 11px;
    text-align: center;
}
