body {
	background-color: white;
	font-family: Century Gothic, Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url("img/background_intro.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

body#contentBody {
	background-image: url("img/background_content.jpg");
}

a{
	color: #ae2d2d;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	background-color: #ae2d2d;
	color: white;
}

h2 {
	color: #ae2d2d;
}

.outer {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

.inner{
	width: 700px;
	height: 300px;
	position: absolute;
	top: 50%;
}

#contentInner {
	width: 880px;
	height: 520px;
}

.contentRealInner {
	position: relative;
	width: 880px;
	z-index: 10;
}

#myspace {
	display: block;
	position: relative;
	top: 130px;
	left: 8px;
	width: 59px;
	height: 13px;
	
	background-image: url("img/myspace.png");
}

#myspace:hover {
	background-image: url("img/myspace_hover.png");
}

#newsletter {
	display: block;
	position: relative;
	top: 136px;
	left: 3px;
	width: 64px;
	height: 13px;
	
	background-image: url("img/newsletter.png");
}

#newsletter:hover {
	background-image: url("img/newsletter_hover.png");
}

#enter {
	display: block;
	position: relative;
	top: 200px;
	left: 465px;
	background-image: url("img/enter.gif");
	width: 185px;
	height: 72px;
}

#enter:hover {
	background-image: url("img/enter_hover.png");
	background-color: white;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 470px;
	border: 5px solid #5c5c5c;
}

#bodyContent {
	z-index: 20;
}

#menu {
	position: absolute;
	z-index: 20;
	text-align: center;
	color: #ae2d2d;
	list-style: none;
	width: 870px;
	height: 19px;
	padding: 0px;
	background-color: #5c5c5c;
	color: white;
	margin: 0px;
	margin-left: 9px;
}

#menu li {
	display: block;
}

#menu a {
	color: white;
}

#menu > li {
	width: 100px;
	float: left;
	display: block;
	border-right: 1px solid white;
}

#menu > li:hover {
	border-right: 1px solid white;
	border-top: 1px solid white;
}

#menu * ul {
	display: none;
	margin-top: 10px;
	text-align: left;
}

#menu * li {
	margin-left: -35px;
}

#menu li:hover {
	background-color: #ae2d2d;
	color: white;
}

#menu li:hover ul {
	display: block;
}

#menu li:hover * a:hover {
	text-decoration: underline;
}

#menu li:hover a {
	display: block;
	color: white;
}

#innerContent {
	position: relative;
	top: 20px;
	width: 880px;
	height: 355px;
	overflow: auto;
	padding-left: 20px;
	padding-top: 20px;
}

#realContent {
	background-color: white;
	background-image: url("img/background_corner_faded.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 15px;
	padding-right: 15px;
	height: 360px;
	overflow: auto;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 870px;
	height: 90px;
	color: white;
	padding: 0px;
	font-size: 10px;
	
}

#footer h3 {
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#footer > div {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}

form#newsletter_form {
	display: none;
	margin-top: 6px;
	margin-left: 6px;
}

input#newsletter_email {
	width: 200px;
}

#newsletter_confirmation {
	display: none;
	margin-top: 6px;
	margin-left: 6px;
	
	font-size: 11px;
	font-weight: bolder;
}

.news {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 40px;
}

.news h3 {
	border-bottom: 1px solid #5c5c5c;
}

.news h3  span {
	float: right;
	font-size: 12px;
}

.member {
	width: 830px;
	min-height: 240px;
	margin-bottom: 20px;
}

.member img {
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 2px solid #5c5c5c;
}

.member li{
	list-style-type: none;
	margin-bottom: 10px;
}

.concert {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 40px;
	min-height: 360px;
}

.concert h3 {
	border-bottom: 1px solid #5c5c5c;
}

.concert .posterlink {
	float: right;
	margin-right: 10px;
	padding: 2px;
}

.concert img {
	max-height: 300px;
	max-width: 300px;
	border: 2px solid #5c5c5c;
}

#stage {
	position: absolute;
	width: 445px;
	height: 365px;
	right: 20px;
	top	: 0px;
}

.imageshow td{
	text-align: center;
}

.imageshow a {
	display: block;
	padding: 2px;
}

.imageshow img{
	max-width: 260px;
	max-height: 177px;
	border: 2px solid #ae2d2d;
}
