/* ------------------------*/
/* STANDARD HTML TAG RESET */
/* ------------------------*/

	body,
	h1, h2, h3,
	p, ul, li{
	border:0;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 200;
	color: #CCC;
		}

/* -----------------------------*/
/* STANDARD HTML TAG DEFINITION */
/* -----------------------------*/

	body{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
		}
	
	h1{
	font-size:24px;
	color: #FF9;
	font-weight: 200;
		}
	
	h2{
	font-size:18px;
	color: #FF9;
	font-weight: 200;
		}
	
	h3{
	font-size:14px;
	color: #999;
	font-weight: 200;
		}
	
	a:link{
	color:#a6b9d1;
	text-decoration:none;
		}
		
	a:visited{
	color:#a6b9d1;
	text-decoration:none;
		}	
	
	a:hover{
	color:#f7d5b8;
	text-decoration: underline;
		}
		
	a:active{
	color:#f7d5b8;
	text-decoration:none;
		}	
	
/* -----------------------------*/
/* PAGE ELEMENTS				*/
/* -----------------------------*/

	.container{
		color:#000000;
		margin:0 auto;
		width:960px;
		}
	
	.container_nur{
	/*background-image:url(../img/100321_1533_index.jpg) no-repeat 0 0;*/
		background: #000000 url(../img/100429_4719.png) no-repeat 0 0;
	margin:0 auto;
	width:960px;
	height:800px;
		}	
	
	#container p{
		font-size:14px;
		color:#CCC;
		}
	
	#container_nur p{
		font-size:14px;
		color:#CCC;
		}
	
	#topbar{
	color:#000000;
	width:auto;
	display:block;
	height:85px;
	margin-top: 20px;
		}
			
	#main{
		width:auto; display:block;
		}
		/*
	#column_left{
	width:560px;
	margin-right:20px;
	float:left;
		}
		*/
		
		/*
	#column_right{
		width:200px;
		float:left;
		}
		*/
		
	div.spacer{
		clear:both; 
		height:10px;
		display:block;
		}
		
	a.linkopacity img {
		filter:alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		}

	a.linkopacity:hover img {
		filter:alpha(opacity=100);
		-moz-opacity: 1.0;
		opacity: 1.0;
	} 	
	
	/* -----------------------------*/
	/* HEADER						*/
	
#header {
	height: 85px;
	position: relative;
	/*
	background-color: #0f0f0f;
	*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	}	
	
	/*
	#front #header {
		height: 92px;
		background: #282828 url(../img/bg-header-front.gif) no-repeat 0 0;
		}
	*/	

#logo img {
	display: block;
	width: 0;
	}
#header ul {
	position: absolute;
	top: 20px;
	width: 439px;
	right: 0px;
	}
#header li {
	display: inline;
	}
#header li a {
	float: left;
	height: 34px;
	display: block;
	margin-left: 5px;
	text-indent: -99999px;
	overflow: hidden;
	}
#header li.nav1 a {
	width: 61px; background:url(../img/home_btn.png) no-repeat;
	}
#header li.nav2 a {
	width: 61px; background: url(../img/about_btn.png) no-repeat;
	}
#header li.nav3 a {
	width: 65px; background: url(../img/dance_btn.png) no-repeat;
	}	
#header li.page-item-4 a {
	width: 89px; background: url(../img/theatre_btn_2.gif) no-repeat;
	}
#header li.nav4 a {
	width: 63px; background: url(../img/prices_btn.png) no-repeat;
	}
#header li.nav5 a {
	width: 75px; background: url(../img/contact_btn.png) no-repeat;
	}
#header li.nav6 a {
	width: 79px; background: url(../img/portfolio_btn.png) no-repeat;
	}
	
#header li a:hover,
#header li.current_nav a,
#header li.current_page_parent a {
	background-position: 0 -34px;
	}
	
	/* -----------------------------*/
	/* NAVBAR						*/
	
	.navbar {
		
		width: 960px;
		height: 25px;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 16px;
		line-height: 22px;
		font-weight: 200;
		border: 1px solid #000;
		background: url(../img/navbar_grad.jpg) repeat-x;
		
	}
	
	/* -----------------------------*/
	/* BUTTON						*/
	
	.button a {
		
		float: left;
		width: 100px;
		height: 25px;
		color:#a6b9d1;
		text-decoration: none;
		text-align: center;
		
	}
	
	.button a:hover {
		
		float: left;
		width: 100px;
		height: 25px;
		color:#FF9;
		text-decoration: none;
		text-align: center;
		background: url(../img/navbar_grad_roll.jpg) repeat-x;
		
	}
	
	/* -----------------------------*/
	/* TITLEBAR						*/
	
	#titlebar{
		font-size:12px;
		float:left;
		width:960px;
		}
		
	#titlebar h1{
		font-weight:200;
		margin-top:10px;
		margin-bottom:10px;
		}
			
	#titlebar p{
		font-size:14px;
		color:#dfdfdf;
		font-weight: 200;
		margin-bottom:20px;
		}	
		
	#titlebar p.breadcrumb{
		font-size:14px;
		color:#a6b9d1;
		font-weight: 200;
		margin-bottom:20px;
		}	
		
	#titlebar p.breadcrumb{	}
		
	#titlebar img{
		padding-right: 0 px;
		}
	
	/* -----------------------------*/
	/* LOGO							*/
	
	#logo{
	display: block;
	width: 960px;
	height: 85px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/logo.png);
		}
		
	/* -----------------------------*/
	/* WELCOME SECTION				*/
	
	#welcome-section{
		background:url(/* ...URL image... */;
		height:266px;
		margin-top: 45px;
		margin-bottom: 45px;
		}	
	
	/* -----------------------------*/
	/* COLUMN LEFT					*/
	
	
	
	#column_left{
	font-size:12px;
	float:left;
	width:680px;
	margin-bottom: 30px;
	margin-right: 30px;
		}
		
	#column_left h1{
	font-weight:200;
	margin-bottom:20px;
		}
		
	#column_left h3{
	font-weight:200;
	margin-bottom:20px;
		}
	
	#column_left p{
	font-size:14px;
	color:#dfdfdf;
	font-weight: 200;
	padding-bottom: 20px;
		}
	
	#column_left ul {
	position: relative;
	top: 50px;
	width: inherit;
	}

	#column_left li {
	display: list-item;
	
	}
	
	#column_left li a {

	height: auto;
	display: list-item;
	overflow: hidden;
	}
	
	#column_left li a:hover {
		color:#FF9;
	}
	
	/* -----------------------------*/
	/* COLUMN RIGHT (sidebar)		*/
	
	#sidebar{
		float:left;
		width:250px;
		}
		
	#sidebar p{
		color:#dfdfdf;
		margin-bottom:20px;
		}
		
	/* -----------------------------*/
	/* TEXT BOX						*/
	
	#textbox{
		float:right;
		width:600px;
		}
		
	#textbox p{
		color:#CCC;
		margin-right:20px;
		}
		
	
	#textboxwide{
		float:right;
		width:525px;
		}
		
	#textboxwide p{
		color:#CCC;
		margin-right:20px;
		}	
	
	/* -----------------------------*/
	/* FULL WIDTH COLUMN			*/
	
	#full_width{
	font-size:12px;
	float:left;
	width:960px;
		}
		
	#full_width h1{
		font-weight:200;
		margin-bottom:20px;
		}
			
	#full_width p{
		font-size:14px;
		color:#dfdfdf;
		font-weight: 200;
		margin-bottom:20px;
		}	
		
	#full_width p.breadcrumb{
	font-size:14px;
	color:#a6b9d1;
	font-weight: 200;
	margin-bottom:20px;
		}	
		
	#full_width p.breadcrumb{	}
		
	#full_width img{
	padding-right: 0px;
		}
	
	/* -----------------------------*/
	/* FOOTER						*/
	
	#footer{
	clear:both;
	color:#dfdfdf;
	font-weight: 200;
	font-size: 14px;
	width:auto;
	display:block;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: none;
	background-repeat: repeat-x;
	background-position: 0 0;
		}
		
	#footer a{
	color:#a6b9d1;
	text-decoration:none;
		}

	#footer a:hover{
	color:#f7d5b8;
	font-size:14px;
	text-decoration: underline;
		}
	
/* -----------------------------*/
/* CUSTOM CLASSES				*/
/* -----------------------------*/

	.small{
		font-size:11px;
		}
		
	.medium{
		font-size:14px;
		}
		
	.large{
		font-size:18px;
		}
		
	.underline{
		text-decoration:underline;
		}
		
	.left-align{
		float:left;
		}
		
	.right-align{
		float:right;
		}
		
	.highlight{
	color: #F60;
		}	
		
	.red{
		color:#FF0000;
		}
	
	.white{
		color: #dfdfdf;
		}
	
	.cyan{
		color: #79b9df;
		}
	
	.magenta{
		color: #e16495;
		}
	
	.yellow{
		color: #f8d777;
		}

	.fullwidth td.back {
		background: none;
		vertical-align: top;
		padding: 0px;
		}

	.filmstrip {
		padding-top: 0px;
		padding-right: 10px;
		padding-bottom: 0px;
		padding-left: 0px;
		}

