﻿body 
{
	margin: 0;
	background: #F3F3F3;
	height: 100%;
	text-align: center;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}
a:link
{
	color: #3300ff;
	text-decoration: none;
}
a:visited
{
	color: #3300ff;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #9900ff;
}
#PhotosList
{
	border-left: solid thin #990000;
	border-right: solid thin #990000;
	border-top: solid thin #990000;
	border-bottom: solid thin #990000;	
}
#PageMain
{
	background-image: url("Images/Background.gif");
	text-align: center; 
	width: 960px;
	height: auto;
	
}
.Footer a:link
{
	color: #000000;
	text-decoration: none;
}
.Footer a:visited
{
	color: #000000;
	text-decoration: none;
}
.Footer a:hover
{
	text-decoration: underline;
	color: #000000;
}
.GrayForm
{
	border-right: #111111 thin solid;
	border-top: #111111 thin solid;
	border-left: #111111 thin solid;
	border-bottom: #111111 thin solid;
	background: #ECECEC;
}
.Heading
{
	color: #996600;
	font-weight: bold;
	font-size: 140%;
	text-align: left;
}