@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	background-color:#000;
}

img { border-style:none;
	vertical-align: top;}

a img { border-style:none; }

#all2{
	margin:0 auto;
	width:900px;
	font-size:12px;
	color:#333;
	padding-top:0px;
}

#all{
	margin:0 auto;
	width:900px;
}

.header{
	margin-bottom:0px;
}

.buttonline{
	margin-bottom:10px;
}

.headerphoto{
	height:400px;
	background-image:url(images/header_photo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:20px;
	color:#ccc;
	text-align:center;
}

.headerintro{
	height:400px;
	background-image:url(images/header_intro.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:20px;
	color:#ccc;
	text-align:center;
}

.headertheater{
	height:400px;
	background-image:url(images/header_theater.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:20px;
	color:#ccc;
	text-align:center;
}

.headertopics{
	height:400px;
	background-image:url(images/header_topics.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:20px;
	color:#ccc;
	text-align:center;
}

.theatertext{
	text-align:left;
	padding-top:40px;
	padding-left:50px;
	padding-right:50px;
}

.theatertext1{
	text-align:left;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}

.theatertext2{
	text-align:left;
	font-size:14px;
}

.theatertext2 a{
	color:#669999;
	text-decoration:none;
}

.theatertext2 a:hover{
	color:#fff;
	text-decoration:none;
}