﻿body
{

}

#topHeader
{
	width: 75%;
	text-align: center;
}

#navLinks
{
	padding: 20px 0px 5px 0px;
	height: 40px;
	width: 75%;
	text-align: center;
	vertical-align: text-bottom;
	font-family: Century;
	font-weight: bold;
}

A
{
	text-decoration: none;
	font: Verdana;
}

A:link, A:visited
{
	color: #887;
	text-decoration: none;
	font: Verdana;
}

A:hover
{
	color: #000;
	text-decoration: underline;
	font: Verdana;
}

#coverImage
{
	width: 75%;
	text-align: center;
}

#layer1 {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 300px;
	left: 20px;
	top: 300px;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 10px;
}

#close {
	float: right;
}

