/* BROWSER FLAGS (emoryuniversity/homepage): default */
/* -------------------------------- default -------------------------------- */
.body {
	width: 872px;
	background-color: none;
	background-image: url(../data/i/emory.png);
	background-position: 1px top;

}
.unBody {
	background-image: url(../data/i/homeBg.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
	width: 990px;
	height: 800px;
	margin: 0px auto;

}
.bodyContent {
/*	background-image: url(../data/i/homeimage/randomfile);
	background-repeat: no-repeat;
	background-position: top left;	*/
	overflow: hidden;
	height:410px;
	position:relative;
 	
}
.bodyTextBg {
 	width: 200px;
	height:424px;
	color: #fff;
	background: #222;
	opacity: 0.6;
	filter:alpha(opacity=60);
	position:absolute;
	top: 0px;
	left: 0px;

}
.bodyText a, .bodyText {
 	color: #fff;
	text-decoration: none;
}
.bodyText {
	position:absolute;
	top: 0px;
	left: 0px;
 	width: 160px;

}
.bodyText strong {
 	font-weight: bold;
	font-size: 15px;
}
.bodyText ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;	
}
.bodyText li {
 	padding-left: 20px;
	display:block;
	margin: 0px;
	line-height: 15px;
	padding-bottom: 10px;
}


.bodyText {
 	padding-left: 20px;	padding-top:10px;
}
#gallerycontainer {
 	position:absolute;
	top: -10px;
}