#container {
	position: relative;
	background-image: url(images/page_background.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 550px;
	padding-left: 224px;
}
#heading {
	position: relative;
}
#top_navigation {
	text-align: right;
	position: relative;
	height: 70px;
	margin-right: 5px;
}
#menu_bar {
	height: 70px;
	background-color: #FFFFCB;
	background-image: url(images/menu_bar_back.gif);

}
#menu_bar H1 {
	font-size: 100%;
	margin-top: 0px;
	padding-top: 2px;
}
#content {
	height: 300px;
	overflow: visible;
	clear: left;
	position: relative;
}
#lh_column {
	position: absolute;
	height: 244px;
	width: 156px;
	left: 34px;
	top: 176px;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	clear: both;
	margin-top: 10px;
}
#content h2 {
	font-family: Garamond, times, serif;
	font-size: 160%;
	font-weight: bold;
	border-bottom: solid #990000 3px;
	padding-bottom: 3px;
}
.workshops td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
}
.prog tr {
	padding-bottom:14px;
	}
