body {
	display: block;
	width:  960px;
	margin: 0 auto;
	background-color: #f2f2f2;
	text-align: center;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	font-family: sans-serif;
	color: #2d2d2d;
}
h2:first-letter {
	text-decoration: underline;
}
p {
	font-size: 14px;
	margin: 10px 50px;
}
img {
	image-orientation: from-image;
}

.expander {
	font-family: sans-serif;
	text-transform: uppercase;
	font-size:  11px;
	cursor: pointer;
	color: #990000;
}

.fullText {
	display: none;
}

.slideshow {
	height: 400px;
	display: inline-block;
}

.slides {
	height: inherit;
}

.slide {
	width: auto;
	height: 100%; 
}

#profileImage {
	width: 100px;
	height: auto;
}