/*
================================
===== CONTENT PAGE STYLING =====
================================
*/
#content {
	background: url(../_img/paper_bg.jpg) repeat-y;
	padding: 0 0 20px 0;
}
#paper_top {
	background: url(../_img/paper_top.jpg) no-repeat;
	height: 50px;
	width: 700px;
}
#paper_bottom {
	background: url(../_img/paper_bottom.jpg) no-repeat;
	height: 11px;
	width: 700px;
}
#pageContent {
	margin: auto;
	width: 600px;
	font-size: 0.9em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#left_column {
	float: left;
	width: 60%;
}
#right_column {
	float: right;
	width: 35%;
}

#map {
	width: 100%;
	height: 400px;
	border: 5px #b7a591 solid;
	margin: 0 0 20px 0;
}
#theTeachers p {
	float: left;
	width: 196px;
}
#theTeachers span {
	font-weight: normal;
	font-size: 0.7em;
}
#thePics, #theTeachers { margin: 0; }
#thePics li, #theTeachers li { display: inline; }
#theTeachers li {	margin: 5px; }
#thePics img {
	display: inline;
	border: 5px #b7a591 solid;
}