body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #666666; /* this is the window background outside the web page */
	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: #000;
}
a:link {color: #448;
}
a:visited {color: #822;
}
td textarea {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
td input {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

table {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.title {
	font-size: 1.5em;
}
.columnText {
	text-align: justify;
}
.oneColFixCtr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fcf1d9; 
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #container #mainContent h1 {
	text-align: center;
}
#mainContent #narrowContent {
	margin-right: 40px;
	margin-left: 40px;
}
#mainContent #Announcement {
	margin-right: 80px;
	margin-left: 80px;
}

/*- Menu Tabs I--------------------------- */

.navButtonLyrics {
/*	display:none;	Uncomment this to remove Lyrics button */
}
    #tabsI {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FCF1D9;
	/* border-bottom-color: #DD740B; */
      }
    #tabsI ul {
	margin:0;
	list-style:none;
	padding: 0px;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
	float:left;
	margin:0;
	padding:0;
	text-decoration:none;
	background-repeat: no-repeat;
    background-position: 0 -100px;
	background-image: url(images/RedButton5.gif);
	cursor: pointer;
	cursor: hand;
      }


    #tabsI a span {
	float:left;
	display:block;
	color:#FFF;
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
	width: 80px;
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
    }
	#tabsI a:hover {
	  background-position: 0 -50px;
      }
	#tabsI a:active {
	  background-position: 0 0px;
      }
.cdcover {
	position: relative;
	width:400px;
	margin-left:auto;
	margin-right: auto;
}
.copyright {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: small;
	font-variant: small-caps;
	color: #000;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-top-color: #000;
}
#mainContent .songTitle {
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px;
}

#mainContent h1 {
	font-size: x-large;
}
#mainContent ul {
	padding: 0px;
}
#songlist .buttonrow {
	list-style-type: none;
	clear: right;
}
#songlist .buttonrow li {
	display: inline;
}
#songlist .buttonrow li  .buttonholder {
	display: block;
	width: 85px;
	float: right;
	height: 40px;
}

#songlist .buttonrow li  .widebuttonholder {
	display: block;
	width: 125px;
	float: right;
	height: 40px;
}

#songlist .buttonrow li  .buttonholder .llbutton {
	display: block;
	width: 80px;
	float: right;
	background-image: url(images/listen-lyrics-button.gif);
	background-position: 0px -100px;
	background-repeat: no-repeat;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}
#songlist .buttonrow li  .widebuttonholder .widellbutton {
	display: block;
	width: 120px;
	float: right;
	background-image: url(images/Listen-wide-buttons5.gif);
	background-position: 0px -100px;
	background-repeat: no-repeat;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}
#songlist .buttonrow li  .buttonholder .llbutton:link {
	background-position: 0px -100px;
}
#songlist .buttonrow li  .buttonholder .llbutton:visited {
	background-position: 0px -100px;
}
#songlist .buttonrow li  .buttonholder .llbutton:hover {
	background-position: 0px -50px;
}
#songlist .buttonrow li .songTitle {
	display: block;
	width: 410px;
	font-size: 1.5em;
	text-decoration: none;
	float: right;
	padding-left: 30px;
}

#songlist .songDescription {
	display: block;
	width: 400px;
	float: right;
	clear: right;
	margin-bottom: 20px;
}
#trackList #songlist .songDescription {
	display: none;		/* don't display descriptions in track listing */
}

.cdDescription {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	text-align: justify;
}

.fltrt {
	float: right;
	padding-left: 30px;
}
.center {
	text-align: center;
}

.clrRt {
	clear: right;
}
.clrboth {
	clear: both;
}
#tracklisttable {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	clear: both;
}
#tracklisttable tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-bottom: 0px;
}
#musicianTable tr td {
	padding-top: 5px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#CDBabyButton
{
  display: block;
  width: 116px;
  height: 73px;
  background-repeat: no-repeat;
  background-position: 0 0px;
  background-color: #FCF1D9;
  background: url("images/buy-cd-buttons-116-x-73.gif");

}



#CDBabyButton:hover
{ 
  background-position: 0 -73px;
}
#CDBabyButton:active
{ 
  background-position: 0 -146px;
}
.name {
	font-weight: bold;
}

.fltlft {
	float: left;
}
.textLeft {
	text-align: left;
}
.cdWithButton {
	float: right;
	padding: 0px;
	width: 250px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}
.buyButton {
	margin-right: auto;
	margin-left: auto;
	width: 116px;
	height: 73px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.buyBox {
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 40px;
}
#trackList #songlist .buttonrow li .songTitle {
	font-size: 1.0em;
	font-weight: normal;
	line-height: 40px;
}
.horizRule {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 5px;
}

