
/* ----- classes */
.info_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #fff;
}
.info_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom:5px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.image_border {
	border: 1px solid #66c6e5;
}
/* ------------- sidebar */
#sidebar {
	position : relative;
	width: 200px;
	float:right;
}

/* ----- about the oasis */
#about_oasis {
	position : relative;
	margin: 0 auto;
	width : 185px;
	height: 400px;
	background: url(/static/img/siteimages/about_bkg.jpg) no-repeat;
}
#about_oasis_text {
	position:absolute;
	width : 145px;
	height : 335px;
	margin: 42px 0px 0px 18px;
	padding-right: 5px;
	overflow:auto;
}


/* ----- about gyc */
#about_gyc {
	width: 562px;
	margin: 15px 0 15px 15px;
}
.directors {
	clear: both;
	margin: 15px 0 35px 15px;
}
.director_thumbnail {
	position: relative;
	width: 127px;
	height: 127px;
	margin: 0 auto;
	margin-top:3px;
	padding-bottom:10px;
	float: left;
}
.director_bio {
	width: 411px;
	margin: 0 32px 24px 137px;
}