﻿body 
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: White;
	background-color: #336699;
	font-family: arial, tahoma;
	font-size: 12pt;
	color: White;
	
}
#bg
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#top
{
	height: 50px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1;
}
#bottom
{
	
	background-repeat: repeat-x;
	height: 60px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 100;
	background-image: url(/images/bottom.jpg);
}
#content
{
	position: absolute;
	top: 200px;
	z-index: 2;
	margin: 50px;
}

#logo
{
	position: absolute;
	top: 50px;
	width: 100%;
	text-align: center;
}

h1
{
	font-family: 'Arial Narrow';
	font-weight: bold;
	font-size: 30pt;
}

h2
{
	font-family: 'Arial Narrow';
	font-weight: bold;
	font-size: 18pt;
}

.sections
{
	clear: both;
}

.photos
{
	float: left;
	margin: 20px;
}

A
{
	font-family: arial, tahoma;
	font-size: 12pt;
	color: White;
}
