/* CSS Document */

BODY 
{
	background: black;
	color: white;
	padding-left: 10px;
	font-family: arial;
	padding-bottom: 20px;
}
A:link 
{
	COLOR: white; TEXT-DECORATION: none
}
A:visited 
{
	COLOR: white; TEXT-DECORATION: none
}
A:hover 
{
	FONT-WEIGHT: bold; COLOR: white; BACKGROUND-COLOR: black; TEXT-DECORATION: none
}
.footertext 
{
	left: 35%; BOTTOM: 10px; POSITION: absolute; TEXT-ALIGN: right; font-style: italic;
}
ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li
{
	margin-bottom: 20px;
}
.leftNav
{
	float: left; 
	width: 250px;
}
.menuLink
{
	font-size: 110%;
	padding-right: 40px;
}
.menuLink:Hover
{
	color: gray;
}
.mainBody
{
	width: 800px;
}
.footertext 
{
	left: 35%; BOTTOM: 10px; POSITION: absolute; TEXT-ALIGN: right; font-style: italic; font-size: 80%;
}
.photos
{
	border: 10px solid gray;
}
.photoCaption
{
	margin-top: 10px;
	margin-bottom: 40px;
	font-size: 16px;
	font-weight: bold;
	color: white;
}