body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	margin: 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;
	background-color: #88847F;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.oneColFixCtrHdr #container {
	width: 955px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 700px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header {
	height: 205px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #musicnav {
	width: 626px;
	height: 50px;
}
.oneColFixCtrHdr #container #musicContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 480px;
}
.oneColFixCtrHdr table {
	height: 100%;
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
}
a:active{
	color: #009900;
	text-decoration: none;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	color: #88847F;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	color: #88847F;
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	color: #009900;
}
a.musicbody:active{
	color: #009900;
	text-decoration: underline;
}

a.musicbody:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : underline;
	color: #009900;
}

a.musicbody:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : underline;
	color: #009900;
}

a.musicbody:hover{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	color: #009900;
}
.oneColFixCtrHdr #container #musicContent #leftcol {
	height: 260px;
	width: 600px;
	padding-left: 20px;
	padding-right: 5px;
}
.oneColFixCtrHdr #container #musicContent #rightcol {
	width: 310px;
	float: right;
	padding-right: 11px;
	margin: 0px;
	padding-top: 0px;
	height: 480px;
}
.oneColFixCtrHdr #container #musicContent #leftcol p {
	padding: 0px;
	margin: 0px;
	color: #88847F;
	font-size: 14px;
	line-height: 18px;
}
.oneColFixCtrHdr #container #musicContent #leftcol .smallertxt {
	padding: 0px;
	margin: 0px;
	color: #88847F;
	font-size: 12px;
	line-height: 16px;
}.oneColFixCtrHdr #container #musicContent #leftcol .highlight {
	font-weight: bold;
	color: #396361;
}
.oneColFixCtrHdr #container #musicContent #leftcol .brownbold {
	color: #BC813B;
	font-weight: bold;
}
.oneColFixCtrHdr #container #musicContent #leftcol .greenbold {
	color: #009900;
	font-weight: bold;
}
.oneColFixCtrHdr #container #musicContent #leftcolfooter {
	height: 150px;
	padding-left: 20px;
	width: 605px;
}
.oneColFixCtrHdr #container #musicContent #leftcol .pgap {
	font-size: 12px;
	line-height: 12px;
}

