@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #340013;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #330013;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFF;
}
.fltlft {
	float: left;
	margin: 10px;
}
#biotable {
	position: relative;
	left: -20px;
	width: 900px;
}
.oneColFixCtrHdr #container #mainContent #biotable tr td {
	margin: 0px;
	padding: 10px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #330013;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}#almaheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
	background-color: #330013;
	color: #FFF;
}
.almalogo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-variant: normal;
	color: #C1C1C1;
}
#almalogo {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C1C1C1;
	font-size: 24px;
	font-style: italic;
}
.centertext {
	text-align: center;
}
#classcalendar {
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	border: 0px solid #320013;
	color: #000;
}
#classcalendar tr th {
	color: #000;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #320013;
	border-right-color: #320013;
	border-bottom-color: #320013;
	border-left-color: #320013;
}
.classespara {
	padding-left: 30px;
}
.goldentext {
	color: #f4870c;
}
.indexlink {
	color: #f4870c;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#indextable {
	background-image: url(../images/Deb&John2009web.jpg);
	position: relative;
	left: 0px;
	line-height: 40px;
	background-repeat: no-repeat;
	border: 7px ridge #7D7D7D;
}
#logohead {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #F00;
	border-bottom-color: #F00;
	position: relative;
	width: 900px;
	left: -20px;
	background-color: #330013;
	border-right-style: none;
	border-left-style: none;
}
#navbar {
	position: relative;
	width: 900px;
	left: -20px;
	background-color: #330013;
}
#tarrtable {
	position: relative;
	left: -20px;
}
#workshoptable {
	position: relative;
	left: 0px;
}
#workshoptable tr td {
	text-align: center;
}
#debyjohn {
	font-size: 18px;
	color: #D6D6D6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#showstable {
	position: relative;
	left: 0px;
}
.oneColFixCtrHdr #container #mainContent h2 {
	padding-left: 10px;
	color: #FFF;
}
.oneColFixCtrHdr #container #mainContent h3 {
	padding-left: 25px;
	color: #FFF;
}
.orchestra {
	color: #FFF;
	text-decoration: underline;
}
#classcalendar tr {
	border: 0px solid #320013;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainContent #classcalendar tr td {
	color: #000;
}
.classday {
	color: #320013;
	text-align: center;
}
#classcalendar tr #weds {
	color: #320013;
	text-align: center;
}
#classcalendar tr th #fri {
	color: #320013;
	text-align: center;
}
