/*
body
*/
body {
	margin:0;
	padding:0;
	background:#000000 url(../../images/bg_dance.gif) center top;
	color:#FFFFFF;
	font-family:"Tekton Pro Bold", "Tekton Pro", Tekton, Skia, Verdana, sans-serif;
	font-size:13px;
}
p {
	line-height:1.7em;
	font-size:13px;
	color:#FFFFFF;
	padding:0 0 10px 0;
}
a {
	color:#F78F1E;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size: 30px;
	color:#F78F1E;
}
h2 {
	font-size: 26px;
	color:#F78F1E;
}
h3 {
	font-size: 20px;
	color:#F78F1E;
}
h4 {
	font-size: 18px;
	color:#F78F1E;
}
h5 {
	font-size: 16px;
	color:#F78F1E;
}
/*
generic list
*/
ul {
	clear:both;
	list-style-type:none;
}
/*
generic list
*/
ul li {
	padding:0 0 20px 0;
}
#master {
	height:100%;
	width:100%;
	float:left;
	_float:none;
}
/*
home
*/
#home {
	width:100%;
	height:600px;
	position:relative;
	overflow:hidden;
}
/*
photos
*/
#photos {
	width:100%;
	height:600px;
	position:relative;
	overflow:hidden;
}
/*
calendar
*/
#calendar {
	width:100%;
	height:2700px;
	position:relative;
	overflow:hidden;
}
/*
lessons
*/
#lessons {
	width:100%;
	height:600px;
	position:relative;
	overflow:hidden;
}
/*
wnyware
*/
#wnywear {
	width:100%;
	height:600px;
	position:relative;
	overflow:hidden;
}
/*
section directions
*/
#directions {
	width:100%;
	height:600px;
	position:relative;
	overflow:hidden;
}
/*
contact us section
*/
#contactus {
	width:100%;
	height:600px;
	position:relative;
	overflow:hidden;
}
/*
navigation
*/
div.navigation {
	position:absolute;
	right:10px;
	top:20px;
	width:240px;
	height:auto;
	z-index:2000;
}
div.navigation a {
	font-size:20px;
	color:#F78F1E;
	text-decoration:none;
}
div.navigation a:hover {
	text-decoration:none;
}
div.navigation ul {
	list-style-type:none;
}
div.navigation ul li {
	width:180px;
	height:30px;
	padding:5px 60px 30px 0px;
	text-align:right;
	float:right;
	clear:both;
}
div.navigation ul li.nav_active {
	font-size:29px;
	background:url(../../images/arrow_left.gif) right top no-repeat;
}
div.navigation ul li.nav_up:hover {
	background:url(../../images/arrow_up.gif) right top no-repeat;
}
div.navigation ul li.nav_down:hover {
	background:url(../../images/arrow.gif) right top no-repeat;
}
/*
content
*/
.content {
	padding:20px;
}
/*
logo
*/
.logo {
	padding:20px 20px 20px 0px;
}
/*
copy
*/
.copy {
	width:450px;
}
