﻿@import url("layout.css");@import url("common.css");body {	font-family: Arial;	background-color: white;}#container {	border: 2px solid black;	background-color: #fff;}/* Masthead */#masthead {	text-align: right;	background-color: #FF9;	background-repeat: repeat;}#masthead h1 {	color: #000;	margin-bottom: 0;	margin-right: 20px;}#masthead h3 {	color: #F00;	margin-right: 20px;}/* Navigation */#navigation {	border-top: 5px solid #808080;	border-bottom: 5px solid #808080;	background-color: #cdc;}#navigation .divider {	clear: both;	height:1px;	width:100%;	color: black;	border-color:black;	margin: 0px;	padding: 0px;	}#navigation ul {	list-style-type: none;	/* (for cross-browser compatibility add two lines) */	padding: 0px;  margin: 0px;}#navigation li {	float: left;	padding: 3px 8px 3px 8px;}#navigation a {	font-weight: normal;	font-size: large;	text-decoration: none;	color: #000;}/* mouse over link */#navigation a:hover {	font-weight: normal;	text-decoration: none;	color: #fff;	background-color: #FF0000;}#content {	width: 960px;	background-color: #fff;	height: auto;	padding: 10px;	font-size: x-large;}#content li {	font-size: x-large;	padding: 10px 0px;}/* Footer */#footer {		padding-bottom: 10px;	font-size: medium;}#footer p {	text-align: center;	font-size: medium;}/* Site typography */h1 {	font-size: xx-large;	color: #c77;	display: inline;}h2 {	font-size: x-large;	color: #800000;	display: inline;}h3 {	font-size: large;	color: #800000;	display: block;	margin: 10px 0px 10px 0px;}ul {	font-size: small;	color: #000;}.caption {	font-family: Arial;	font-size: small;	text-align: center;	margin: 15px;}/* Links */a {	color: #c55;	text-decoration: underline;}a:hover {	color: #9c9;	text-decoration: none;}.photosFullSize {	width:900px;}.photos {	border-width: 0px;	display: block;	margin-left: auto;	margin-right: auto;	height: 225px;	width: 300px;}.thumbnail img {	border: 1px solid red;	margin: 0 5px 5px 0;}.thumbnail:hover {	background-color: transparent;}.thumbnail:hover img {	border: 1px solid blue;}.thumbnail span { /*CSS for enlarged image*/	position: absolute;	background-color:  yellow;	padding: 5px;	left: -1000px;	border: 1px solid gray;	visibility: hidden;	color: black;	text-decoration: none;}.thumbnail span img { /*CSS for enlarged image*/	border-width: 0;	padding: 2px;}.thumbnail:hover span { /*CSS for enlarged image*/	visibility: visible;	top: 200px;	left: 700px; /*position where enlarged image should offset horizontally */	z-index: 50;}.Poison {	color: #F00;}