body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
	color: #333333;
	background-color: #E4E4E4;
	margin: 0px;
}
.headerText {
	font-size: 14px;
	color: #FFFFFF;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BBBBBB;
}
#header {
	background-color: #333333;
	position: absolute;
	height: 50px;
	width: 100%;
}

#contentArtist {
	position: absolute;
	left: 50px;
	top: 125px;
}
#navBar {
	position: absolute;
	left: 50px;
	top: 75px;
}
.whiteBold {
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	color: #313131;
	text-decoration: none;
}
a:visited {
	color: #313131;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
}
.imgBorderBlk1px {
	border: 1px solid #000000;
}
