#wrapper {
	background-image: url(../site_images/wrap_bkgd.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}
#pitch p {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
	letter-spacing: 1px;
	word-spacing: 5px;
	margin-top: -0.1px;
}
#pitch {
	margin-left: 100px;
	margin-top: -100px;
	position: relative;
}
#id {
	width: 400px;
	padding-top: 50px;
	height: 300px;
	position: relative;
	left: 500px;
}
#id h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: 100;
	color: #333333;
	text-align: center;
	margin-top: 100px;
}
#id p {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: #333333;
	margin-top: -20px;
}
#nav {
	height: 50px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 5px;
}
#nav li {
	display: inline;
	float: left;
}

#nav li.music a {
	background-image: url(../site_images/music_up.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 125px;
	font-size: 1px;
	display: block;
}
#nav li.music a:hover {
	background-image: url(../site_images/music_over.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 125px;
	font-size: 1px;
	display: block;
}
#nav li.events a {
	background-image: url(../site_images/events_up.jpg);
	display: block;
	height: 50px;
	width: 125px;
	text-indent: -1000em;
	background-repeat: no-repeat;
}
#nav li.events a:hover {
	background-image: url(../site_images/events_over.jpg);
}
#music {
	height: 1000px;
	width: auto;
	padding-top: 75px;
	padding-left: 200px;
	background-image: url(../site_images/music_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#artists h2 {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	height: 30px;
	vertical-align: sub;
	display: block;
	line-height: 30px;
	background-color: #CCCCCC;
}
#artists #newest {
	float: left;
	width: 300px;
	clear: both;
}
#music h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	display: block;
	letter-spacing: .05em;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: -2px;
}
#music #txt_block {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	width: 880px;
	background-color: #999999;
	text-align: justify;
	padding: 15px;
}
#artists {
	width: 300px;
	float: left;
	height: 625px;
	background-color: #999999;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
ul.sets {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}
.sets li a {
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	color: #993300;
	background-color: #999999;
	display: block;
	height: 25px;
	vertical-align: baseline;
	padding-top: 5px;
}
.sets li a:hover {
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	color: #993300;
	background-color: #FFFFCC;
	display: block;
	height: 25px;
	vertical-align: baseline;
	padding-top: 5px;
	padding-left: 5px;
}
.sets li {
	text-decoration: none;
	list-style-type: none;
}
#footer {
	left: 0px;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	position: relative;
	float: left;
	height: 50px;
	visibility: visible;
	top:300px;
	font-size: 10px;
	padding-left: 50px;
}
