@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #3F1C08;
	margin: 10px; /* 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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.intro  {
	font-size: 12px;
	line-height: 16px;
}
.subhead  {
	color: #3F1C08;
	font-weight: bold;
}
.detail  {
	color: #7e0004;
	font-weight: bold;
}
.contact  {
	font: 100% Arial, Helvetica, sans-serif;
	color: #efd9b4;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
}
a.contact:link {
	color: #efd9b4;
	text-decoration: none;
}
a.contact:visited {
	color: #efd9b4;
	text-decoration: none;
}
a.contact:hover {
	color: #efd9b4;
	text-decoration: underline;
}
.credit  {
	font: 100% Arial, Helvetica, sans-serif;
	color: #62341A;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	text-align: right;
	padding-right: 30px;
}
.featurehead  {
	font: 100% Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}
.featuredate  {
	font: 100% Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
}
.featuretext  {
	font: 100% Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
}
.featuresubhead  {
	font: 100% Arial, Helvetica, sans-serif;
	color: #CCC;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	padding-top: 15px;
}
.workshopname  {
	font: 100% Arial, Helvetica, sans-serif;
	color: #3f1C08;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
}
a.workshopname:link {
	color: #3f1C08;
	text-decoration: none;
}
a.workshopname:visited {
	color: #3f1C08;
	text-decoration: none;
}
a.workshopname:hover {
	color:#3f1C08;
	text-decoration: underline;
}
.twoColFixRtHdr #container { 
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	background: #3F1C08; 
	padding-bottom: 10px;  /* 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. */
}
#workshopcontainer {
	width: 150px;
	height: 245px;
	bottom: 0px;
	margin: 0 0 0 15px;
	padding: 0;
	text-align: left;
	position: relative;
	display:inline;
	float:left;
	}
#workshop {
	position: absolute;
	bottom: 1px;
	left: 2px;
	}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background: #efd9b4; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px;
	font-family: 100% Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	background-image: url(images/sidebar_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#facebook {
	padding-left: 0;
}
.twoColFixRtHdr #featured {
	width: 510px;
	height: 245px;
	margin-bottom: 30px;
	padding: 0;
	background-image:url(images/featured_workshop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
.twoColFixRtHdr #workshops {
	width: 510px;
	height: 260px;
	margin-bottom: 30px;
	padding: 0;
	background-image: url(images/upcoming_workshops.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	}
.twoColFixRtHdr #featured #featuredcontent {
	margin: 0;
	padding: 52px 200px 0 20px;
	}
.twoColFixRtHdr #row2 {
	margin: 0 0 30px 0;
	padding: 0;
	width: 510px;
	}
.twoColFixRtHdr #alternate {
	margin: 0 0 30px 0;
	padding: 0;
	width: 510px;
	background-color: #ffffff;
	text-align: center;
	}
#leftbox {
	width: 245px;
	height: 245px;
	margin: 0 20px 0 0;
	padding: 0;
	position: relative;
	display:inline;
	float:left;
	}
#teacher {
	width: 245px;
	height: 245px;
	margin: 0 20px 0 0;
	padding: 0;
	position: relative;
	display:inline;
	float:left;
	}
#rightbox {
	width: 245px;
	height: 245px;
	margin: 0;
	padding: 0;
	position: relative;
	display:inline;
	}
.twoColFixRtHdr #mainContent { 
	margin: 0 260px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 30px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/top_left_curve.gif);
	background-repeat: no-repeat;
	background-position:inherit;
} 
.twoColFixRtHdr #footer { 
	padding: 0;
	background:#3F1C08;
	text-align: center;
} 
.twoColFixRtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
