body {
	background-image: url('background.jpg');
	font-family: Arial, Verdana, "Times New Roman";
	margin-left: 2%;
	margin-right: 2%;
}

.links {
	background-color: white;
	text-align: center;
	font-weight: bold;
	text-shadow: 2px 2px 2px #CCCCCC;
	border-style:solid;
	border-color:#A8A8A8;
}

a:link {
	color: #686868;
	text-decoration: none;
}

a:visited {
	color: black;
}

a:active {
	color: white;
}

figcaption {
	color:white;
}

figure {
	float:center;
	margin:0px;
	padding:0px;
	display:inline-block;

}

a:hover{
	text-decoration: underline;
}

table {
	margin-left:auto;
	margin-right:auto;
	text-align:center; 
}

td {
	padding-left: 15px;
	padding-right: 15px;
}

h1 {
	color: white;
	font-size: 250%;
}

h2 {
	color: #A8A8A8;
}

img {
	vertical-align: middle;
	height:260px;
	border-style: solid;
/*	border-color: white;
	margin-bottom:8px;
	margin-top:8px;
	margin-left:8px;
	margin-right:8px;
*/
}

.SingleImageHeader{
	height:450px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:block;
}

.Thumbnail{
	height:250px;
	text-align:center;
	border-style:inset;
	border-color:404040;
	border-width:8px;
}

tr.SpaceUnder > td{
	padding-bottom:15px;
}

tr.Italics > td{
	color: white;
	font-family: Arial, Verdana, "Times New Roman";
	font-style:italic;
	padding-bottom:40px;
}

p {
	color: white;
	font-family: Arial, Verdana, "Times New Roman";
	letter-spacing:1px; 
}

.FlyImages {
	text-align: center;
}

.Center{
	text-align: center;
}

.Caption {
	font-size: 80%;
	text-align: center;
	padding-left: 50px;
	padding-right:50px;
	margin-left:25px;
	margin-right:25px;
	margin-top:15px;
}

.RightOverlap
{
	position: relative;
	right: 100px;
	top: 150px;
	height: 450px;
	margin-bottom: 150px;
}

.RightLessOverlap
{
	position: relative;
	right: 50px;
	top: 150px;
	height: 450px;
	margin-bottom: 150px;
}

.LowerLeftImage
{
	position: relative;
	top:70px;
	height:450px;
	margin-bottom:70px;
	left: 70px;
}

.HigherCenterImage
{
	height:450px;
}


.HigherRightImage
{
	height:450px;
}

.Disclaimer
{
	margin-top: 25px;
	margin-bottom: 25px;
}

.LargeImage
{
	height: 450px;
}

.SmallImage
{
	height:100px;
}

.TwoColumns
{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	text-align:center;
	margin-bottom:50;
	margin-top:50px;
	overflow:hidden;
}

.FarLeft
{
	float:left;
	height:450px;	
	margin-bottom:50px;
}

.FarRight
{
	float:right;
	height:450px;
	margin-bottom:50px;
}

.LargeCenteredImage
{
	height:450px;
	text-align:center;
}

.Container
{
	height:500px;
}