html, body {
	background-color:#d6ccc0;
	height:100%;
	margin: auto;
	padding: 0;
	border: none;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: bottom;
}

.teacher_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #6d3100;
	text-transform:uppercase;
	line-height:24px;
}

.performer_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #643345;
	text-transform:uppercase;
	line-height:24px;
}

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #d6ccc0;
	line-height:18px;
}

.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #4d3736;
	line-height:24px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #4d3736;
}

a:link {
   text-decoration: underline;
	color: #91605d;
	font-weight: bold;
}

a:visited {
   text-decoration: none;
	color: #91605d;
	font-weight: bold;
}

a:hover {
   text-decoration: underline;
	color: #81504d;
	font-weight: bold;
}

a:active {
   text-decoration: underline;
	color: #91605d;
	font-weight: bold;
}


#white { color: #FFFFFF; }
#light { color: #4CAE44; }
#dark { color: #0060A9; }
