@charset "UTF-8";
/* CSS Document */




#page {
	height: 660px;
	width: 961 px;
	position: absolute;
	
}


#slideshowContainer {
	height: 540px;
	width: 760px;
	position: absolute;
	left: 0px;
	top: 50px;
}


#studentName {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 961px;
}

.studentNameStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
}




#studentPhoto {
	height: 150px;
	width: 190px;
	background-image: url(images/studentPhoto.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #333333;
	position: absolute;
	left: 769px;
	top: 50px;
}


#textContainer {
	height: 400px;
	width: 190px;
	position: absolute;
	left: 769px;
	top: 209px;
}

.bioText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-align: justify;
	line-height: 11px;
}



.bioText a:link {text-decoration: none; color: #333333;}
.bioText a:visited {text-decoration: none; color: #333333;}
.bioText a:active {text-decoration: none; color: #333333;}
.bioText a:hover {text-decoration: underline; color: #333333;}


#galleryTextContainer a:link {text-decoration: none; color: #333333;}
#galleryTextContainer a:visited {text-decoration: none; color: #333333;}
#galleryTextContainer a:active {text-decoration: none; color: #333333;}
#galleryTextContainer a:hover {text-decoration: underline; color: #333333;}


#galleryTextContainer {
	position: absolute;
	height: 50px;
	width: 961px;
	top: 595px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	z-index: 100;
}


#shareButton {
	height: 12px;
	width: 100px;
	position: absolute;
	top: 1px;
	right: 0px;
	z-index: 100;
}

