#content {
	position: relative;
	height: 100%;
	top: 8px;
}

#content_div {
	position: relative;
	width: 805px;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
}

#content_header {
	position: relative;
	padding: 0px;
	padding-top: 35px;
	padding-bottom: 35px;
	margin: 0px;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
}

#content_body {
	position: relative;
	padding: 0px;
	margin: 0px;
}

#content_programs {
	position: relative;
	margin: 0px;
	padding: 0px;
}

#content_programs table {
	position: relative;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}

.content_program {
	position: relative;
	margin: 10px;
	padding: 35px;
	background: rgb( 220, 220, 220 );
/* 	border-radius: 2% 2% 2% 2%; */
	box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0.3);
}

.content_program_header {
	position: relative;
	font-size: 18px;
	font-weight: bold;
}

.content_program_td {
	position: relative;
	padding: 5px;
	margin: 10px;
	width: 40%;
}

#content_costs {
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
}

#content_staff {
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-bottom: 35px;
}

.media_iframe {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	padding-bottom: 35px;
	text-align: center;
}

#tsp_iframe {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	padding-bottom: 35px;
	text-align: center;
}