.background {
	background-image: url('../../images/background.gif');
	background-repeat: repeat;
	background-color: #DDDDDD;
	padding: 0 0 30px 0;
}

.backdrop {
	margin: 0 auto;
	background-color: #ffffff;
	width: 700px;
	padding: 0 0 10px 0;
	border-top: #CC0000 3px solid;
}
h1 {
	font-family: Gill Sans, Verdana;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	margin: 30px 0 5px 20px;
}

h2 {
	font-family: Gill Sans, Verdana;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	margin: 20px 0 10px 40px;
}

.nav {
	font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 0 30px;
}

.nav a {
	padding: 0 0 0 10px;
	color: #000000;
	text-decoration:none;
}

.nav a:hover {
	padding: 0 0 0 10px;
	color: #CC0000;
	text-decoration:none;
}

.hero {
	margin-top: 25px;
	margin-left: -17px;
}

.bottomNav {
	text-align: right;
	margin: 15px;
}


.leadin {
	margin: 30px 0 10px 20px;font-family: Gill Sans, Verdana;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
}

.mainArtistNav a {
	font-family: Gill Sans, Verdana;
	font-size: 12px;
	color: #000099;
	text-align: left;
	text-decoration: none;
	line-height: 24px;
	margin: 10px 0 20px 20px;
	font-weight: normal;
}

