/* The entire HTML body */
body {
	margin: 15px;
	color: #000000;
	background: #ffffff;
	background-image: none;
}

div, p {
	font-size: 11px;
}

/* =Page Container
-----------------------------------------------------------------------------*/
#page-container {
	text-align: left;
	width: 655px;
}

/* =Header Logo 
-----------------------------------------------------------------------------*/
#global-header-logo {
	background: #ffffff;
	text-align: left;
	height: auto;
	width: 100%;
}

#global-header-logo img {
	margin-left: 0;
}

/* =Content Container
-----------------------------------------------------------------------------*/
/* The full inner region within the global frame (from Main Header down to Main Footer) */
#content-container {
	background: #ffffff;
	padding-left: 0;
	padding-right: 0px;	
}

/* =Content Sections
-----------------------------------------------------------------------------*/
#content-center-well {
	
}



/* =Content Sections
-----------------------------------------------------------------------------*/
#latin-name {
	font-size: 13px;
	color:#999999;
	font-style:italic
}


/* =Content Sections
-----------------------------------------------------------------------------*/
.image-viewer img {
	border: 1px solid #000;
	width: 418px;
}

.fastfact {
	margin-top: 6px;
	margin-bottom: 6px;
}

.caption {
	margin-top: 5px;
	margin-bottom: 5px;
}

.site-url {
	padding-left: 5px;
}


/* =Footer
-----------------------------------------------------------------------------*/
#global-footer {
	color: #666;

	margin-top: 10px;
	margin-bottom: 10px;
}

