body {
	background:			#E7F7DA url(../images/body.bg.jpg) center repeat-y;
	text-align:			center;
}
#container {
	width:				700px;
	padding:			0 40px;
	margin:				0 auto;
	text-align:			left
}
#contentLeft {
	width:				475px;
}
#contentRight {
	width:				220px;
}
#header {
	margin-bottom:		1em;
}
div.box {
	border:				1px solid #000;
	background-color:	#FFF;
	margin-bottom:		0.75em;
}
div.box_title {
	padding:			5px 10px;
	border-bottom:		1px solid #000;
	font-size:			130%;
}
#contentLeft div.box_title {
	background-color:	#CDCDCD;
	color:				#2A5E00;
}
#contentRight div.box_title {
	background-color:	#2A5E00;
	color:				#79B54F;
}
#contentRight div.box {
	background:			#FFF url(../images/yinyang.jpg) center bottom no-repeat;
	padding-bottom:		20px;
}
div.box_content {
	padding:			10px;
}
#contentRight li {
	font-size:			125%;
	list-style-type:	none;
	margin-bottom:		1em;
}

/*PHOTO GALLERY*/
table.photogallery td {
	padding:			0 4px;
	text-align:			center;
}

/*CLASS SCHEDULE*/
table.sched th,
table.sched td {
	text-align:			center;
	padding:			5px;
	background-color:	transparent;
}
table.sched,
table.sched th {
	border-bottom:		1px solid #CDCDCD;
}
table.sched strong {
	color:				#2A5E00;
}
