BODY {
margin-top:40px;
background-color:#000000;
}

a:link {
	text-decoration: none;
}

#newsTsr {
  position: relative;
  top: 180;
  left: 398px;
  display:block;
  text-align:left;
  height: 200px;
  width: 290px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 50px;
  scrollbar-track-color: #ffffff;
  scrollbar-face-color: #ffffff;
  overflow:scroll;
  overflow-x:hidden;
  overflow-y:scroll;
} 

.defaultScroll {
	scrollbar-face-color: #908070;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #908070;
	filter: alpha(opacity=75);
  -moz-opacity: 75;
	scrollbar-arrow-color: #000000;
} 


.bgrd{	
	background: URL(images/ruth_applin_jazz_singer_white_bgrd.jpg);
	background-repeat: no-repeat;
	z-index: 0;
}

.relPos{
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}
.textBox{
	position: absolute;
	left: 400px;
	z-index: 2;
	top: 180px;
	width: 284px;
	height: 250px;
	text-align: justify;
}

.navButtonsTable{
 	position: absolute;	
	left: 397px;
	top: 420px;
	z-index: 3;
}

.bioButtonsTable{
 	position: absolute;
	left: 397px;
	top: 420px;
	z-index: 3;
	padding-bottom: 0px;
}

.musicBgrd{
	background: URL(images/ruth_applin_jazz_singer_piano.jpg);
	background-repeat: no-repeat;
	z-index: 0;
}

.musicTextBox{
	position: absolute;
	left: 425px;
	top: 158px;
	width: 284px;
	height: 250px;
	text-align: right;
	color: #ffffff;
	font-size: 11px;
	font-family: arial, verdana, helvetica;
}

.musicButtonsTable{
 	position: absolute;
	left: 326px;
	top: 450px;
}

#navigation{
	position: relative;
	top: 0px;
	padding-top: 0px;
	left: 0px;
	margin-left: 0px;
	padding-right: 1px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#navigation li {
	list-style-type: none;
	font-family: Verdana, Arial, Trebuchet MS, Trebuchet, san-serif;
	font-size: 10px;
	margin-bottom: 7px;
	color: #ffffff;
	font-weight: bold;
	margin-left: 0px;
}

#navigation a:link {
	color: #ffffff;
	font-weight: bold;
	background-color:#000000;
		padding-left: 2px;
	padding-right: 2px;
	text-decoration:none;
}

#navigation a:visited {
	color: #ffffff;
	font-weight: bold;
	background-color:#000000;
		padding-left: 2px;
	padding-right: 2px;
	text-decoration:none;
}

#navigation a:hover {
	color: #ffe6bf;
	font-weight: bold;
	background-color:#ff0000;
		padding-left: 2px;
	padding-right: 2px;
	text-decoration:none;
}

#navigation a:active {
	color: #ffffff;
	font-weight: bold;		
	background-color:#ff0000;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration:none;
}

