body
{
	margin: auto;
	padding: 0;
	width: 960px;
	text-align: left;
}

nav
{
	height: 120px;
	width: 960px;
}

nav img
{
	margin: 0;
	padding: 0;
	float: left;
}

nav ul
{
	margin: auto;
	padding: 100px 0 0 0;
	list-style: none;
	float: right;
}

nav ul li
{
	padding: 0 0 0 24px;
	display: inline-block;
	list-style-type: none;
	float: left;
}

nav ul li a
{
	font-size: 20px;
	color: #666699;
	font-family: "Georgia";
	text-decoration: none;
}

nav ul li a:hover
{
	color: #CC0099;
}

hr
{
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
	height: 1px;
	background-color: #266ab6;
}

h1
{
	font-family: "Arial Black", sans-serif;
	font-size: 32px;
	color: #266ab6;
}

h2
{
	font-family: "Georgia";
	font-size: 20px;
	color: #CC3399;
}

p
{
	font-family: "Georgia";
	font-size: 16px;
	line-height: 24px;
}

ul
{
	list-style-image: url("./resources/check.png");
	list-style-image: url("./resources/check.png");
}

a
{
	font-family: "Arial-Black", sans-serif;
	font-size: 16px;
	font-weight: 900;
	color: #266ab6;
}

a:hover
{
	color: #666699;
}

table
{
	margin: 0;
	padding :0;
	width:960px;
}

table tr
{
	font-family: "Arial-Black", sans-serif;
	font-weight: 900;
	text-align: center;
	color: #266ab6;
}

table tr th
{
	font-size: 24px;
}

table tr td
{
	font-size: 16px;
}

#gallery
{
	margin: auto;
	width: 960px;
	height: 960px;
	overflow: scroll;
	display:block;
	text-align: center;
}

#gallery img
{
	box-shadow: 0px 0px 12px #888888;
}

#gallery a, #gallery img
{
	padding: 2px 2px;

}

.lightbox
{
	display: none;

	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img
{
	max-width: 90%;
	max-height: 80%;
	margin-top: 10%;
}

.lightbox:target
{
	outline: none;
	display: block;
}

footer
{
	font-family: "Georgia";
	margin: 8px;
	text-align: center;
	font-size: 14px;
	color: #666699;
}