@charset "UTF-8";
a {
	text-decoration: none;
}
/* CSS Document */

#home {
	position: fixed;
	width: 900px;
	height: 600px;
	font-family: Geneva, "Tahoma Bold", sans-serif;
	color: #000;
	text-decoration: none;
}
/*navStyles*/

#nav {
	color:#000;
}
#nav a:link {
	background-color:none;
	color: #000;
}#nav a:visited {
	background-color:none;
	color: #000;
}#nav a:hover {
	background-color:#FF6;
	color: #000;
}#nav a:active {
	background-color:#FF6;
	color: #000;
}
#call {
	top: 85px;
	left: 635px;
	height: 50px;
	width: 250px;
	text-align: center;
}
#schedule {
	top: 130px;
	left: 635px;
	height: 50px;
	width: 250px;
	text-align: center;
}
#gallery {
	top: 175px;
	left: 635px;
	height: 50px;
	width: 250px;
	text-align: center;
}
#workshops {
	top: 220px;
	left: 635px;
	height: 50px;
	width: 250px;
	text-align: center;
}
#news {
	top: 265px;
	left: 635px;
	height: 50px;
	width: 250px;
	text-align: center;
}
#about {
	top: 310px;
	left: 635px;
	height: 50px;
	width: 250px;
	text-align: center;
}
#archive {
	top: 355px;
	left: 635px;
	height: 50px;
	width: 250px;
	text-align: center;
}
#contact {
	top: 400px;
	left: 635px;
	height: 50px;
	width: 250px;
	text-align: center;
}

/*name*/
#name {
	font-size: 2.1em;
	position: fixed;
	left: 25px;
	top: 30px;
	font-family: Geneva, "Tahoma Bold", sans-serif;
	background-color: transparent;
	color: #F00;
	text-decoration: none;
}
#name a:hover {
	background-color: transparent;
}

/*logo & footer*/
#logo {
	left: 715px;
	top: 475px;
}
#logo a:hover {
	background-color: transparent;
}
#footer {
	left: 37px;
	top: 520px;
	position: fixed;
	font-size: 0.55em;
}

#footer2 {
	position: fixed;
	left: 37px;
	top: 540px;
	font-size: 0.55em;
	width: 550px;
	line-height: 95%;
	opacity: .8;
	text-align: justify;
}
/*content*/

h1 {
	color: #006;
	font-size: 2em;
}

#contentBox {
	height: 425px;
	width: 600px;
	position: fixed;
	top: 85px;
	left: 15px;
	background-color: #FFF;
	opacity: .6;
}
#content {
	height: 400px;
	width: 580px;
	border: 3px groove #F90;
	top: 85px;
	left: 15px;
	position: fixed;
	overflow: auto;
	padding: 10px;
	font-size: 0.7em;
}

#mailinglist {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	height: 50px;
	width: 250px;
	left: 635px;
	top: 440px;
	position: fixed;
	padding-bottom: 10px;
	text-align: center;
}
#mailinglist a:hover {
	background-color: transparent
}

.yellowtext {
	color: #F90;
	font-size: 1.1em;
}
.underlinetext1 {
	color: #000;
	font-size: 1.1em;
	
