#libraryContent {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/admissions/images/background.jpg); //about
	background-position:right top;
	background-repeat:repeat-y;
	text-align:left;
}
.columnClear {
	clear:both;
	background-color:#FFFFFF;
	background-image:url(/admissions/images/background.jpg); //about
	background-position:right top;
	background-repeat:repeat-y;
	margin:0;
	padding:0;
}

	#pageContent {
		background-image:url(/about/images/background.jpg);
		background-position:right top;
		background-repeat:repeat-y;
		margin:0;
		padding:0;
		z-index:1;
		clear:both;
	}
	#footer {
		margin-top:0;
		background-color:#fff;
	}	
	#aboutMainImage {
		margin:0;
		padding:0;
		width:750px;
		height:150px;
	}




/* ------------------------------------------------------------------- */
/* LEFT START -------------------------------------------------------- */

	#aboutLeft {
		float:left;
		width:552px;
		border-right:1px solid #002c49;
		background-color:#fff; 
z-index:100;
		margin-bottom:10px;
height:100%;
	}
	#abLeft {
		padding-right:15px;
		padding-left:15px;
	}
	
/* LEFT END ---------------------------------------------------------- */
/* ------------------------------------------------------------------- */
/* RIGHT START ------------------------------------------------------- */

	#aboutRight {
		width:197px;
		float:left;
		font-family:helvetica, 'Neue Helvetica', 'Helvetica Neue', arial, sans-serif;	
		background-color:#9cb46c;
		margin-bottom:10px;
	}
	#aboutRight #aboutMenu {
		list-style:none;
		padding:0;
		margin:0;
	}
	#aboutRight #aboutMenu a {
		text-decoration:none;
		color:#000;
	}
	#aboutRight #aboutMenu a:hover{
	}
	#aboutRight #aboutMenu li {
		background-color:#5593C4; /*d8edaa*/
		border-bottom:1px solid #002c49; /*999*/
		padding-top:3px;
		padding-bottom:3px;
		padding-left:8px;
	
		font-weight:bold;
	}
	#aboutRight #aboutMenu li:hover {
		background-color:#8AC1E7; /*9cb46c*/
	}
	#aboutRight img {
		margin-top:10px;

		border:1px solid #333;
	}

/* RIGHT END --------------------------------------------------------- */
/* ------------------------------------------------------------------- */

