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

	body,
	h1, h2, h3,
	p, ul, li{
	border:0;
	margin:0px;
		}

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

	h1{
	font-size:24px;
	color: #FF9;
	font-weight: 200;
		}
	
	body{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCC;
		}
		
	
#page {
	width: 960px;
	background-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 20px;
}

	.container{
		color:#0f0f0f;
		margin:0 auto;
		width:960px;
		}
	
#header {
	height: 85px;
	position: relative;
	background-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
	
	/* -----------------------------*/
	/* 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: 20px;
		}
	

#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;
	}
		
	/* -----------------------------*/
	/* LOGO                         */
	
	#logo{
	display: block;
	width: 960px;
	height: 85px;
	background:url(../img/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
		}
		
	
	#infobox{
	clear:both;
	color:#CCC;
	font-weight: 200;
	font-size: 14px;
	width:auto;
	display:block;
	padding-bottom: 15px;
	text-align: left;
	}
	
	#footer{
	clear:both;
	color:#CCC;
	font-weight: 200;
	font-size: 14px;
	width:auto;
	display:block;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
		}
		
	#footer a{
	color:#a6b9d1;
	text-decoration:none;
		}

	#footer a:hover{
	color:#f7d5b8;
	/*font-size:14px;*/
		}
	
	.yellow{
		color: #f8d777;
		}
	
	.highlight{
	color: #F93;
		}
		
	.cyan{
		color: #79b9df;
		}
	
	.magenta{
		color: #e16495;
		}
		
	.breadcrumb{
	color: #dfdfdf;
	padding-bottom: 20px;
		}
		
	.breadcrumb a:link{
	color: #a6b9d1;
	text-decoration:none;
		}
		
	.breadcrumb a:visited{
	color:#a6b9d1;
	text-decoration:none;
		}	
	
	.breadcrumb a:hover{
	color:#f7d5b8;
		}
		
	.breadcrumb a:active{
	color:#f7d5b8;
	text-decoration:none;
		}		

