/* CSS Document */


body {
	margin:0;
	background: #4c4c4c;
}

#wrapper {
	margin: 0 auto;
	width:723px;
	height:950px;
	background: url(images/header.jpg) no-repeat;
	background-color:#4c4c4c;
	border-left: 1px dotted #878786;
	border-right: 1px dotted #878786;
	border-bottom: 1px dotted #878786;
}

div#menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #707070;
	z-index: 100;
	width: 600px;
	left: 40px;
	padding-left: 5px;
	top: 230px;
	line-height: 18px;
	font-weight: bold;
	position:relative;
	margin-top: 0px;
}


div#content {
	background-color:#707070;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #91adb8;
	z-index: 100;
	width: 400px;
	height: 637px;
	left: 40px;
	top: 260px;
	overflow: auto;
	position:relative;
	float:left;
}

div#showspage {
	background-color:#707070;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #91adb8;
	z-index: 100;
	width: 650px;
	height: 637px;
	left: 40px;
	top: 260px;
	overflow: auto;
	position:relative;
}

div#press {
	background-color:#707070;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #91adb8;
	z-index: 100;
	width: 650px;
	height: 637px;
	left: 40px;
	top: 260px;
	overflow: auto;
	position:relative;
}

div#music {
	background-color:#707070;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #91adb8;
	z-index: 100;
	width:650px;
	height: 637px;
	left: 40px;
	top: 260px;
	overflow: auto;
	position:relative;
}

div#contact {
	background-color:#707070;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #91adb8;
	z-index: 100;
	width: 650px;
	height: 637px;
	left: 40px;
	top: 260px;
	overflow: auto;
	position:relative;
	float:left; 
}




div#shows {
	background-color:#707070;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #91adb8;
	z-index: 100;
	width: 210px;
	left:70px;
	top: 260px;
	overflow: auto;
	position:relative;
}

#photowrapper {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#poster {
		z-index: 100;
	left:70px;
	top: 290px;
	overflow: auto;
	position:relative;
	
}

p {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
}

div#menu a{
color: #707070;
}

div#menu a:hover {
	color: #a6c6d2;
	text-decoration: none;
	
}

strong {
	color: #c7c5c5;
}

b {
	color: #c7c5c5;
}

a {
	color: #c7c5c5;
	text-decoration: none;

}

#press a:hover {
	text-decoration: none;
	text-decoration: underline;
}


a:hover {
	color: #c7c5c5;
	text-decoration: none;
	text-decoration: underline;
}

img {
	border: none;
	
}

#footer {
	margin: 0 auto;
	width:723px;
	background-color:#4c4c4c;
	padding: 2px 10px 40px 25px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}


