@charset "utf-8";
/* CSS Document */

body {
	background: url(images/background.jpg) no-repeat top center;
	/*font-family:Geneva, Arial, Helvetica, sans-serif;*/
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 12pt;
}
a {
	font-weight: 600;
}
input.purple {
	background-color: #e3d8fe;
}
input.orange {
	background-color: #f5d4ac;
}
div.main {
	position: relative;
	margin: 0 auto;
	width: 942px;
	height: 769px;
	top: 0px;
}
div#main_index {
	background: url(images/homepage.jpg) no-repeat;
}
div#main_biography {
	background: url(images/biography.jpg) no-repeat;
}
div#main_schedule {
	background: url(images/schedule.jpg) no-repeat;
}
div#main_workshops {
	background: url(images/workshops.jpg) no-repeat;
}
div#main_private {
	background: url(images/private.jpg) no-repeat;
}
div#main_contact {
	background: url(images/contact.jpg) no-repeat;
}
div#main_performances {
	background: url(images/performances.jpg) no-repeat;
}
div#main_faq {
	background: url(images/faq.jpg) no-repeat;
}
div#main_gallery {
	background: url(images/gallery.jpg) no-repeat;
}
div#main_links {
	background: url(images/links.jpg) no-repeat;
}

div#b_home {
	position: absolute;
	left: 129px;
	top: 213px;
	width: 152px;
	height: 24px;
	/*background-color:#C00;
	opacity: .5;*/
}
div#b_biography {
	position: absolute;
	left: 127px;
	top: 250px;
	width: 172px;
	height: 24px;
	/*background-color:#C00;
	opacity: .5;*/
}
div#b_schedule {
	position: absolute;
	left: 129px;
	top: 287px;
	width: 172px;
	height: 24px;
	/*background-color:#C00;
	opacity: .5;*/
}
div#b_workshops {
	position: absolute;
	left: 124px;
	top: 325px;
	width: 177px;
	height: 24px;
	/*background-color:#C00;
	opacity: .5;*/
}
div#b_private {
	position: absolute;
	left: 104px;
	top: 364px;
	width: 197px;
	height: 40px;
	/*background-color:#C00;
	opacity: .5;*/
}
div#b_performances {
	position: absolute;
	left: 124px;
	top: 418px;
	width: 177px;
	height: 24px;
	/*background-color:#C00;
	opacity: .5;*/
}
div#b_contact {
	position: absolute;
	left: 131px;
	top: 458px;
	width: 170px;
	height: 24px;
	/*background-color:#C00;
	opacity: .5;*/
}
div#b_gallery {
	position: absolute;
	left: 128px;
	top: 494px;
	width: 173px;
	height: 24px;
	/*background-color:#C00;
	opacity: .5;*/
}
div#b_links {
	position: absolute;
	left: 128px;
	top: 532px;
	width: 173px;
	height: 24px;
	/*background-color:#C00;
	opacity: .5;*/
}

div#content {
	position: absolute;
	top: 220px;
	left: 318px;
	height: 350px;
	width: 466px;
	overflow-y: hidden;
	overflow-x: hidden;
}

div#arrows {
	position: absolute;
	top: 578px;
	left: 620px;
}

div#arrows img.arrow {
	cursor: pointer;
}

img#top_button {
	position: absolute;
	top: 24px;
	left: 12px;
	cursor: pointer;
}

table#content_table {
	height: auto;
}

table#schedule_table {
	line-height: 1.5;
}

div.workshop_date {
	line-height: 1.0;
	padding: 0;
	margin: 8px 0 10px 0;
}

div.workshop_page_subheader {
	line-height: 1.0;
	padding: 0;
	margin: 2px 0;
}

div.performance_subheader {
	font-size: 13pt;
	line-height: 1.2;
	font-weight: 600;
	margin-top: 12px;
}

.black_rule {
	margin: 0 0 0 0;
	border: 0;
	height: 1px;
	color: #000;
	background-color: #000;
}







.page_header {
	font-weight: 600;
	font-size: 14pt;
}

.page_subheader {
	font-weight: 600;
	font-size: 13pt;
}

.page_content {
	line-height: 1.5;
}

.a_nav {
	color: #ffffff;
	font-size: 11px;
}

.vBody {
	background-color: #ffffff;
	font-size: 8pt;
	border: thin solid #CCCCCC; 
	margin: 0px;
	padding: 3px
}

.vHeader {
	background-color: #970000;
	font-size: 13px;
	color: #ffffff;
	border: thin solid #970000;
	margin: 0px;
	padding: 3px
}

.vHeader2 {
	background-color: #000000;
	font-size: 13px;
	color: #ffffff;
	border: thin solid #000000;
	margin: 0px;
	padding: 3px
}