body
{
	font-family:Arial;
	font-size:12px;
	background-color:#053c11;
	background-image: url(../images/backgroundimage.gif);
}

a
{
	color:	       #053c11;
}

#MainFrame
{
	width: 750px;
	min-height: 525px;
	height: auto !important;
	height: 525px;
	margin-left: auto;
	margin-right: auto;
	border:			0px solid #000000;
	background:		#ffffff;
}

#MainContent
{
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 8px;
	padding-right: 8px;
	min-height: 468px;
	height: auto !important;
	height: 468px;
}

#MenuTop ul 
{
    background:url(../Images/background.gif); 
    background-repeat:repeat-x;
	margin:0;
	padding: 0; /* No spacing between inside of margin and outer edge of text. */
	list-style-type: none; /* Hide the bullets. */
	text-align:center;
}

#MenuTop li 
{
	display: inline; /* Make the list horizontal. */
	padding: 0;
}

#MenuTop img
{
	border:0px;
}

#DiscoRow
{
	padding-left:50px;
	min-height: 225px;
	height: auto !important;
	height: 225px;		
	padding-top: 5px;
	padding-bottom: 5px;
}

#LeftDiscoColumn
{
	float: left;
	width: 450px;
}

#RightDiscoColumn
{
	float:right;
	bottom:0px;
}

.ClearEnd
{
	clear: both;
}

/*#LeftDiscoColumn, #RightDiscoColumn
{
	min-height: 225px;
	height: auto !important;
	height: 225px;		
}*/

#LeftColumn
{
	padding-top: 16px;
	padding-bottom: 16px;
	float: left;
	width: 150px;
	padding-right: 8px;
	min-height: 436px;
	height: auto !important;
	height: 436px;	
}

#LeftColumnContent
{
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 25px;
	padding-right: 50px;
	min-height: 436px;
	height: auto !important;
	height: 436px;		
}

#PeterBackground
{
	background-image:	url(../Images/peterbackground.gif);
	background-repeat:	no-repeat;
	float:right;
	
	width:	        207px;
	height:         325px;	
}

.FormLine {width: 432px;}
.FormLabel {float: left; width: 144px; line-height: 24px; padding-bottom: 8px; }
.FormField {float: left; width: 160px; padding-bottom: 8px; }
.FormValidator {float: left; width: 127px; line-height: 24px; }
.FormFieldNoValidator {float: left; width: 288px; padding-bottom: 8px; }