@charset "utf-8";
body {
	border: 0;
	margin: 0;
	padding: 0;
	background: url('images/background.jpg') #eeeeee repeat-x;
	font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
	font-size: 16px;
}

p {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
}

#outer-border {
	width: 960px;
	height: 612px;
	border: solid 1px white;
	margin: 10px auto;
}

#inner-border {
	width: 958px;
	height: 610px;
	border: solid 1px black;
}

#sidebar {
	width: 215px;
	height: 610px;
	float: left;
	background-image:url(images/sidebar-bg.jpg);
	background-position: bottom;
	border-right: solid 1px black;
}

#bulk {
	width: 742px;
	height: 610px;
	float: right;
	background-color: #fff;
	overflow: auto;
}

#content {
	margin: 20px;
}

#player {
	text-align: center;
	margin-top: 350px;
}

#title-banner {
	height: 164px;
	background-image: url(images/header-bg.jpg);
	background-color: #902f2f;
	background-repeat: repeat-x;
}

#title-banner h1 {
	color: white;
	font-size: 36px;
	margin: 0;
	padding: 15px 30px 0px 30px;
}

#title-banner p {
	color: white;
	font-size: 16px;
	margin: 0;
	padding: 10px 120px 0px 10px;
}

#slideshow {
	float: left;
	width: 380px;
}

#about-us {
	float: right;
	width: 270px;
	height: 380px;
	overflow: auto;
}

#about-us p {
	padding-right: 10px; 
}

.alt {
	display: none;
}

.nav-link {
	width: 215px;
	height: 32px;	
	border-bottom: solid 1px black;
}

.nav-link a {
	display: block;
	width: 215px;
	height: 32px;
}

#nav-home {
	background: url(images/on/nav-home.gif) #cb8888 right no-repeat;
}

#nav-home a {
	background: url(images/nav-home.gif) #dddddd right no-repeat;
}

#nav-home a:hover {
	background: url(images/on/nav-home.gif) #cb8888 right no-repeat;
}

#nav-about {
	background: url(images/on/nav-about.gif) #cb8888 right no-repeat;
}

#nav-about a {
	background: url(images/nav-about.gif) #dddddd right no-repeat;
}

#nav-about a:hover {
	background: url(images/on/nav-about.gif) #cb8888 right no-repeat;
}

#nav-concerts {
	background: url(images/on/nav-concerts.gif) #cb8888 right no-repeat;
}

#nav-concerts a {
	background: url(images/nav-concerts.gif) #dddddd right no-repeat;
}

#nav-concerts a:hover {
	background: url(images/on/nav-concerts.gif) #cb8888 right no-repeat;
}

#nav-buy {
	background: url(images/on/nav-buy.gif) #cb8888 right no-repeat;
}

#nav-buy a {
	background: url(images/nav-buy.gif) #dddddd right no-repeat;
}

#nav-buy a:hover {
	background: url(images/on/nav-buy.gif) #cb8888 right no-repeat;
}

#nav-members {
	background: url(images/on/nav-members.gif) #cb8888 right no-repeat;
}

#nav-members a {
	background: url(images/nav-members.gif) #dddddd right no-repeat;
}

#nav-members a:hover {
	background: url(images/on/nav-members.gif) #cb8888 right no-repeat;
}
