@charset "utf-8";
/* CSS Document */
 
html,body{margin:0;padding:0}

a:visited {
	text-decoration: none;
	color: #69C;
}
a:link {
	text-decoration: none;
	color: #69C;
}
a:hover {
	text-decoration: underline;
	color: #69C;
}
a:active {
	text-decoration: none;
	color: #69C;
}
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;
	margin-top: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #930;
	text-align: left;
	padding-left: 0px;
	line-height: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #930;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #930;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #69F;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #930;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.artist_table_pad {
	padding-right: 0px;
	padding-left: 0px;
}
.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;
}
.thrColFixHdr #container {
	width: 985px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: thin solid #930;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	padding: 0px;  /* 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: #DDDDDD;
	background-image: url(images/wholetop.jpg);
	height: 60px;
	width: 985px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 249px; /* 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 */
	height: 307px;
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	position: relative;
}
#sidebar1 p {
	font-family: "Courier New", Courier, monospace;
	font-size: 75%;
	color: #630;
	padding-right: 8px;
	padding-left: 8px;
	line-height: 1.6em;
	vertical-align: top;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 249px; /* 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 */
	height: 307px;
	background: #FfF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	position: relative;
}

#sidebar2 p {
	font-family: "Courier New", Courier, monospace;
	font-size: 75%;
	color: #630;
	padding-right: 8px;
	padding-left: 8px;
	line-height: 1.6em;
	vertical-align: top;
}
#rightrail {
	float: right;
	width: 240px;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
	color: #630;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thrColFixHdr #mainContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #630;
	background-image: none;
	float: none;





	padding 0;
	width: 487;
	height: 306;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.thrColFixHdr #footer {
	padding: 0;
	background-color: #DDDDDD;
	background-image: url(images/wholebottom.jpg);
	height: 59px;
	width: 985px;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #footer2 {
	padding: 0;
	background-color: #FFF;
	background-image: none;
	height: 23px;
	width: 985px;
}
#footer2 img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#donate  ,#getcd{
	font-family: "Courier New", Courier, monospace;
	font-size: 0.6em;
	color: #630;
	text-align: center;
	padding-left: 12px;
	padding-top: 0px;
}
#donate img ,#getcd img{
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
	color: #630;
	text-align: left;
	padding-left: -10px;
}
#footer3 {
	padding-left: 112px;
	padding-right: 112px;
}


#footer3 p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;


	line-height: 1
.em;
	color: #630;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.4em;
}

#footer3 img {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #999;
	float: none;
	padding: 0px;
	margin: 4px;
	vertical-align: middle;
}
#footer3 #artistTbl tr.odd  {
	background-color: #e8dec3;
	font-family: "Courier New", Courier, monospace;
	color: #630;
}
#footer3 #artistTbl td.specs {
	background-color: #C96;
	font-family: "Courier New", Courier, monospace;
	color: #630;
	font-weight: bold;
	text-align: left;
}
#footer3 table#artistTbl {
	width: 700px;
	border: 1px solid #333;
	margin: 0 auto;
	border-collapse:collapse;
	font-size: 0.8em;
	background-color: #e8dec3;
}
#footer3 #artistTbl td {
	border: 1px solid #333;
	padding-top: 0.25em;
	padding-right: .5em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
	font-weight: bold;
	}
#footer4 {
	padding-left: 112px;
	padding-right: 112px;
}
#footer4 p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Courier New", Courier, monospace;
	font-size: 85%;
	line-height: 1.4em;
	color: #630;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer4 img {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #999;
	float: none;
	padding: 0px;
	vertical-align: text-top;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.special_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #930;
}
.special_text_padded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #930;
	padding-left: 10px;
	line-height: normal;
}




.table_artists {
	font-weight: bold;
	font-size: .8em;
	color: #FFF;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	text-align: left;
}
#footer5 {
	padding-left: 112px;
	padding-right: 112px;
}
#footer5 h3 {
	line-height: 1.6em;
}

#footer5 p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Courier New", Courier, monospace;
	font-size: 85%;
	line-height: 1.4em;
	color: #630;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer5 img {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #999;
	float: left;
	padding: 0px;
	vertical-align: text-top;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.special_text_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #930;
	vertical-align: top;
	text-align: left;
	border: thin solid #630;
}

