@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-image: url(../images/background.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	min-height: 600px;
}
#mainContent p {
	color: #FFFFFF;
	font-size: 100%;
	text-align: left;
	line-height: normal;
	margin: 0px;
	padding-top: 10px;
	word-spacing: normal;
	letter-spacing: normal;
	display: block;
}
#mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	white-space: normal;
	background-color: #262261;
	background-image: url(../images/h1.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-image: url(../images/footer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#footer a:visited {
	color: #F4F4F4;
	font-style:italic;
	}


#wrapper {
	background-image: url(../images/wrapper.gif);
	background-repeat: repeat-y;
}
#mainContent img {
	border: thick double #FFFFFF;
}
#mainContent h2 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #662d91;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-style:italic;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.photocredit {
	font-size: 45%;
	font-style: italic;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.achievements {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
}
#mainContent h3 {
	font-size: 150%;
	color: #662D91;
	font-weight: bold;
	text-decoration: underline;
}

.breeding {
	font-size: 12px;
	font-style: italic;
	color: #CCCCCC;
}
.breadcrumbs {
	font-size: 9px;
	color: #FFFFFF;
}
#breadcrumbs {
	font-size: 9px;
	color: #FFFFFF;
}
