body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #d3b970;
	background-color:#000000;
	margin: 0;
}

a:link              { color:#d3b970; text-decoration:underline; }
a:visited           { color:#d3b970; text-decoration:underline; }
a:hover             { color:#715a25; text-decoration:underline; }
a:active            { color:#d3b970; text-decoration:underline; }

h1 {padding: 0px 0px 0px 0px;
font-size:16px;
}


#container {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}

#contentContainer {
 	background-image:url(../images/contentBG.jpg);
	background-repeat:no-repeat;
	height: 600px;
	width: 1024px;
}

#navBar {
	width: 1024px;
	height: 37px;
	padding: 0;
}

#footer {
	height: 40px;
	background-image:url(../images/footerBG.gif);
	width: 1024px;
	color:#d3b970;
}

.homeContent {
	width: 425px;
	margin-top: 240px;
	margin-left: 40px;
}

.contactContent {
	width: 350px;
	margin-top: 240px;
	margin-left: 40px;
	font-size: 24px;
	font-weight:bold;
}

.newsContent {
	width: 425px;
	margin-top: 240px;
	margin-left: 40px;
}

.theArtistContent {
	width: 400px;
	margin-top: 240px;
	margin-left: 40px;
}

.gallery {
	width: 800px;
	margin-top: 240px;
	margin-left:auto;
	margin-right:auto;
}

.galleryWords {
	float:right;
	width: 400px;
	margin-top: 100px;
	margin-right: 75px;
}

.linksContent {
	width: 425px;
	margin-top: 240px;
	margin-left: 20px;
}

.homePic {
	float:right;
	margin-top: 95px;
	margin-right: 40px;
}

.contactPic {
	float:right;
	margin-top: 35px;
	margin-right: 90px;
}

.newsPic {
	float:right;
	margin-top: 35px;
	margin-right: 80px;
}
.linksPic {
	float:right;
	margin-top: 95px;
	margin-right: 50px;
}

.theArtistThumb {
	float:right;
	margin-top: 120px;
	margin-right: 40px;
}

 .thumbnail {
	float: left;
	width: 100px;
	margin: 0 5px 5px 0;
	padding: 2px;
}

.artistsThumbnail {
	float: left;
	width: 149px;
	margin: 0 5px 5px 0;
	padding: 2px;
}

 .clearboth { clear: both; }
 
  .homeThumb {
  float:left;
	width: 100px;
	margin: 0 5px 5px 0;
	padding: 2px;
}


