body {
	margin: 15px;
	background: url(../../gfx/OuterBG.jpg);
	font-family: Tahoma, Verdana, Arial, Helvetica;
}
div {
	font-size: 12px;
}
a {
	font-size: 12px;
	font-weight: bold;
	color: #009;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#Outer {
	width:100%;
	min-width: 640px;
}
#Footer {
	clear: both;
}


#MemberNav {
	float: right;
	clear: both;
	margin: 5px 0px;
	width: 550px;
	text-align: right;
}
#MemberNav a {
	text-decoration: none;
}
#MemberNav a:hover {
	text-decoration: underline;
	background: none;
	color: #009;
}
#FeatureNav {
	float: right;
	clear: right;
	width: 550px;
	text-align: right;
}
#FeatureNav a {
	text-align: center;
	padding: 5px;
	background: url(../../gfx/LtGrayNav.jpg);
	border: 1px solid #639;
	line-height: 30px;
	text-decoration: none;
}
#FeatureNav a:hover {
	color: white;
	background: #009;
}
#FeatureNav p {
	text-align: center;
	padding: 5px;
	background: #009;
	border: 1px solid #639;
	line-height: 30px;
	text-decoration: none;
	display: inline;
	color: white;
	margin: 3px;
	font-weight: bold;
}
#Banner {
	width: 728px;
	height: 90px;
	float: right;
	text-align: right;
/*	background: white;
	border: 1px solid black;*/
}
#Banner h3 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#BodyNoAds {
	background: white;
	border: #639 solid 1px;
}
#BodyWAds {
	background: white;
	border: #639 solid 1px;
	margin-left: 140px;
	margin-right: 180px;
}
#BodyStart {
	clear: both;	
}
#ArtistNav {
	background: url(../../gfx/LtGrayNav.jpg);
	text-align:center;
	font-size: 12px;	
	font-weight:bold;	
	line-height: 28px;
	color:#009;	
	border-bottom: 1px solid #639;
	margin: 0px;	
}
#ArtistNav a {
	color:#009;
	padding: 7px 1px;
	text-decoration: none;
}
#ArtistNav a:hover {
	background:#00F;
	color: #FFC;
}
#SongNav {
	background: url(../../gfx/DkGrayNav.jpg);
	line-height: 28px;
	text-align:center;
	font-size: 12px;	
	font-weight:bold;	
	color:#FF9;
	margin: 0px;	
}
#SongNav a {
	color:#FF9;
	padding: 7px 1px;
	text-decoration: none;
}
#SongNav a:hover {
	background:#900;
}
#Content {
	padding: 15px;
}
#LeftAds {
	float: left;
	width: 120px;
	min-height: 600px;
/*	clear: left;*/
/*	border: 1px solid black;
	background: white;*/
}
#RightAds {
	float: right;
	width: 160px;
	min-height: 600px;
/*	clear: right;*/
/*	border: 1px solid black;
	background: white;*/
}
#SearchBar {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
table.RelatedTable {
	font-size: 12px;
	background:#EEE;
	border: 1px solid #999;
}

table.RelatedTable th  {
	background:#BBB;
	border-spacing: 1em;	
	padding: 10px;
	width: 300px;

}

table.RelatedTable td  {
	background:#EEE;
	padding-left: 20px;	

}
ul li {
	list-style-image: url(../../gfx/arrow.gif);
	line-height: 140%; 
}
.FormLabel {
	font-weight: bold;
	font-size: 12px;
}
td {
	font-size:12px;
}
.Error {
	color: #600;
	font-weight: bold;
	font-size: 14px;
}
.Header {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.ListLabel {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	text-decoration: underline;
}
.SelectedSong, .SelectedArtist {
	font-weight: bold;
	font-size: 12px;
	background: #FFC;
	color: #600;
}

