body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: georgia;
	line-height: 1.5;
	font-size: 16px;
	color: #333333;
}

#header {
	height: 50px;
	position: relative;
}

#header .title {
	position: absolute;
	left: 50px;
	bottom: 0px;
	font-size: 18px;
	color: #333333;
}

#main {
	position: absolute;
	top: 50px;
	width: 100%;
	bottom: 0;
	overflow: hidden;
	padding-top: 30px;
}

#aboutOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}

#about {
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -325px;
	width: 650px;
	z-index: 11;
	text-align: left;
}

#about p {
	margin-top: 0;
}

.overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	z-index: 9;
	display: none;
}

.slide {
	position: absolute;
	left: 150%;

	width: 400px;
	margin-left: -200px;
}

.currentSlide {
	left: 50%;
}

#aboutLeftColumn {
	height: 480px;
	float: left;
	margin-right: 20px;
}

#closeAboutLink {
	background-image: url('../images/left.gif');
	background-repeat: no-repeat;
	height: 33px;
	width: 28px;
	margin-top: 5px;
}

.animal-name {
	height: 40px;
}

.animal-upper {
	height: 192px;
	position: relative;
	overflow: hidden;
}

.animal-middle {
	height: 216px;
	position: relative;
	overflow: hidden;
}

.animal-middle .slides {
	margin-top: -192px;	
}

.animal-lower {
	height: 192px;
	position: relative;
	overflow: hidden;
}

.animal-lower .slides {
	margin-top: -408px;
}

.left-arrow {
	left: 50px;
	background-image: url('../images/left.gif');
}

.right-arrow {
	right: 50px;
	background-image: url('../images/right.gif');
}

.nav-arrow  {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	z-index: 5;
	height: 33px;
	width: 28px;
}

.clickable {
	cursor: pointer;
}

#logo {
	position: absolute;
	left: 30px;
	bottom: 0;
}

#menu {
	position: absolute;
	right: 50px;
	bottom: 0;
	z-index: 10;
}

#menu a {
	text-decoration: none;
	color: #666666;
	margin-left: 15px;
}

.student {
	color: #999999;
	font-size: 12px;
	text-align: right;
	position: absolute;
	top: 90px;
	right: 440px;
	width: 200px;
}

#student-list {
	list-style: none outside none;
	display: none;
	position: absolute;
	top: 30px;
	left: 15px;
	font-size: 12px;
	margin: 0;
	padding: 5px 5px 15px 5px;
	background-color: #ffffff;
	box-shadow: 2px 4px 4px 2px #cccccc;
	z-index: 99;
}

.caption {
	color: #999999;
	font-size: 12px;
	text-align: left;
	position: absolute;
	top: 90px;
	left: 440px;
	width: 200px;
}

.animal-middle .caption,
.animal-middle .student {
	top: 290px;
}

.animal-lower .caption,
.animal-lower .student {
	top: 490px;
}

.loading-image {
	position: absolute;
	top: 84px;
	left: 50%;
	margin-left: -12px;
}
.animal-middle .loading-image {
	top: 292px;
}
.animal-lower .loading-image {
	top: 492px;
}

.vcenter {
	position: absolute;
	top: 50%;
	left: 0;
	height: 650px;
	width: 100%;
	margin-top: -300px;
}

.centerText {
	text-align: center;
}

a img {
	border: none;
}