/* CSS Document */
body {
	background-color: #322F0A;
	background-image: url(_webimages/back.jpg);
	margin: 0px;
	text-align: center;
	width: 100%;
	}
	
.container {
	margin: 0px auto 0px auto;
	padding: 0px 2px;
	border-right: 12px solid #141205;
	border-left: 12px solid #141205;
	text-align: left;
	width: 676px;
	background: #ffffff;
}

.home a:link{
	display: block;
	height: 33px;
	width: 90px;
	overflow: hidden;
}
.home a:hover {
	display: block;
	text-indent: -90px;
}
.about a:link{
	display: block;
	height: 33px;
	width: 98px;
	overflow: hidden;
}
.about a:hover {
	display: block;
	text-indent: -98px;
}
.research a:link{
	display: block;
	height: 33px;
	width: 126px;
	overflow: hidden;
}
.research a:hover {
	display: block;
	text-indent: -126px;
}
.kestrelbiology a:link{
	display: block;
	height: 33px;
	width: 195px;
	overflow: hidden;
}
.kestrelbiology a:hover {
	display: block;
	text-indent: -195px;
}
.galnav a:link{
	display: block;
	height: 33px;
	width: 122px;
	overflow: hidden;
}
.galnav a:hover {
	display: block;
	text-indent: -122px;
}
.content {
	padding: 15px;
}


.breadcrumb{
	margin: 0px auto; 
	width: 676px;
	height: 50px;
}
.breadcrumb a:link {
	text-decoration: underline;
	color: #ffffff;
	font-weight: normal;
}
.breadcrumb a:visited {
	text-decoration: underline;
	color: #ffffff;
	font-weight: normal;
}
.breadcrumb a:active {
	text-decoration: underline;
	color: #DBD0C5;
	font-weight: normal;
}
.breadcrumb a:hover {
	text-decoration: underline;
	color: #DBD0C5;
	font-weight: normal;
}
.breadcrumb p {
	color: #ffffff;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9px;
}


p {
padding: 0px;
margin: 0px;
color: #444444;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 14px;
line-height: 24px;
}
h1 {
color: #444444;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 15px;
font-weight: bold;
}


.content a:link {
	text-decoration: none;
	color: #B59F78;
	position: relative;
}
.content a:visited {
	text-decoration: none;
	color: #B59F78;
	position: relative;
}
.content a:active {
	text-decoration: none;
	color: #988565;
}
.content a:hover {
	text-decoration: none;
	color: #988565;
}

.content a span {
	display: none;
}
.content a:hover span {
	display: block; 
	position: absolute;
	top: 22px;
	left: -24px;
	width: 300px;
	padding: 7px;
	white-space: normal;
	background: #B59F78;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	filter: alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
