@charset "utf-8";
/* CSS Document */

/* Torosaurus image */
.toro {
	margin-left: -65px;	
}

#museumname {
	font-weight: bold;
	text-decoration: none;	
}

/* The navigation items at the top right (the actual links) */
/***************************
.headernavigation {
	margin-top: 4px;
}
**************************************/
.headernavigation {
	margin-top: 0px;
}

/* Sets the navigation into a table style layout */
ul.navigation {	
    margin-left: 50px;
	margin-top: 5px;
	z-index: 100;
}

/*Sets the font and format styles of the links */
ul.navigation li h2 a {	
	font-family:Verdana,Geneva,sans-serif;
	color:#FFF;
	font-size:11px; 
	letter-spacing: 0px;
	margin-right:15px;
}

/* The copyright notice USED BY CUFON */
.copyright {
	font-size: 11px;
}

/* Display the thumbnails when no javascript is present */
.homepagethumbnails {
	display: block;	
}

.homepagethumbs img, .homepagethumbnails img {
	margin-right: 22px;
	cursor: pointer;
}