body {
  	background: #17426f url('images/frame/bg.jpg') top center repeat-y;
  	font-family: Arial;
  	font-size: 11px;
  	text-align: left;
  	color: #000000;
  	margin: 0px;
  	padding: 0px;
}

p, div, table, tr, td {
  	margin: 0px;
  	padding: 0px;
}




/* Generic Styles */

p, div, ul, li {
  	text-align: left;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	line-height: 16px;
  	padding-bottom: 15px;
}

a {
  	text-decoration: none;
  	color: #0b4e95;
}

a:hover {
  	color: #333333;
  	text-decoration: none;
}

h1, h2, h3, h4, h5 {
  	margin: 0px;
  	padding: 0px;
  	text-align: left;
}

h1 {
  	font-size: 18px;
  	text-transform: uppercase;
  	font-weight: normal;
  	padding-bottom: 5px;
}

h2 {
  	font-size: 18px;
  	text-transform: uppercase;
  	font-weight: normal;
  	font-family: Arial;
  	color: #FFFFFF;
  	padding: 5px;
  	margin-left: 20px;
  	margin-top: 5px;
}

h4 {
  	margin: 5px;
  	padding: 5px;
  	background: #cccccc;
  	color: #000000;
  	font-weight: bold;   	
}

#clear {
  	clear: both;
  	padding: 0px;
  	margin: 0px;
}




#navigation {
 	text-align: center;
}
#navigation a {
	color: #1962ae;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
#navigation a:hover {
	color: #FFFFFF;
}
.home {
	background: url('images/nav/Home.jpg');
	width: 104px;
	height: 48px;
}
.about {
	background: url('images/nav/About.jpg') no-repeat top left;
	width: 126px;
	height: 48px;
}
.artists {
	background: url('images/nav/Artists.jpg') no-repeat top left;
	width: 119px;
	height: 48px;
}
.releases {
	background: url('images/nav/Releases.jpg') no-repeat top left;
	width: 105px;
	height: 48px;
}
.labels {
	background: url('images/nav/Labels.jpg') no-repeat top left;
	width: 107px;
	height: 48px;
}
.tour {
	background: url('images/nav/Tour.jpg') no-repeat top left;
	width: 97px;
	height: 48px;
}
.store {
	background: url('images/nav/Store.jpg');
	width: 98px;
	height: 48px;
}
.community {
	background: url('images/nav/Community.jpg') no-repeat top left;
	width: 86px;
	height: 48px;
}
.contact {
	background: url('images/nav/Contact.jpg') no-repeat top left;
	width: 90px;
	height: 48px;
}





/* Content Stuff */

#contentbg {
	background: url('images/frame/contentbg.jpg') top center repeat-y;
	width: 933px;
	height: auto;
}

#contentheading {
	background: url('images/frame/contentheading.jpg') top center no-repeat;
	width: 933px
	height: 66px;
}

.heading {
  	font-size: 18px;
  	text-transform: uppercase;
  	font-weight: normal;
  	font-family: Arial;
  	color: #1c72cb;
  	margin-left: 25px;
  	margin-top: 10px;	
}

#contentfooter {
	background: url('images/frame/contentfooter.jpg') top left no-repeat;
	width: 933px;
	height: 22px;
}

#contentleft {
	background: url('images/frame/contentleft.jpg') top left no-repeat;
	width: 298px;
	height: 474px;
}

#leftpadding {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 35px;	
}

#contentright {
	background: url('images/frame/contentright.jpg') top left no-repeat;
	width: 635px;
	height: 474px;
}

#rightpadding {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 35px;	
}

#clear {
	clear: both;
}

