/*
body
*/
body {
	margin:0;
	padding:0;
	background:#FFFFFF;
	color:#000000;
	font-family:"Tekton Pro Bold", "Tekton Pro", Tekton, Skia, Verdana, sans-serif;
	font-size:100%;
}
p {
}
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 {
}
/*
generic list
*/
ul li {
}
#master {
}
/*
section home
*/
#home {
}
/*
calendar section
*/
#calendar {
}
/*
lessons
*/
#lessons {
}
/*
wnyware
*/
#wnywear {
}
/*
section directions
*/
#directions {
}
/*
contact us section
*/
#contactus {
}
/*
navigation
*/
div.navigation {
display:none;
width:0px;
height:0px;
}
div.navigation a {
}
div.navigation a:hover {
}
div.navigation ul {
}
div.navigation ul li {
}
div.navigation ul li.nav_active {
}
div.navigation ul li.nav_up:hover {
}
div.navigation ul li.nav_down:hover {
}
/*
content
*/
.content {
}
/*
logo
*/
.logo {
	padding:20px;
	text-align:center;
}
/*
copy
*/
.copy {
}

