body 
{ 
	font-family: Verdana, Arial, sans-serif; 
	font-size:80%;
	background-image:url(images/TopGradient.png);
	background-repeat:repeat-x;
}

#MainContent
{
	width:800px;
}

h1
{ 
	color: gray;
}

h2 
{ 
	color: gray;
	border-bottom: dotted silver 1px;
	font-weight:normal;
	font-size:160%;
	margin-top:0;
	padding-top:0;
	width:560;
}

h3 
{ 
	color: gray;
	margin-bottom:0.2em;
	margin-top:1em;
	font-weight:bold;
	font-size:100%;
}
p
{
	margin-top:0.2em;
	margin-bottom:0.8em;
}

TD
{
	font-size:80%;
}


.thePhotos
{
	width: 100%;
}
.thePhotos IMG
{
	border: solid 3px black;
	margin: 0.3em;
}

#NavLinks
{
	margin-left:3;
	margin-top:100;
	margin-bottom:10;
}

#Logo
{
	position:absolute;
	top:0;
	left:0;
}

#NavLinks A
{
	color:blue;
	text-decoration:none;
}

#NavLinks A:hover
{
	text-decoration:underline;
}
