
body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image:url(../images/background.gif);
	background-position: top center;
}
body, td {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
#Head {
	margin: 0px;
	width: 100%;
	height: 110px;
	background-color: #000;
	background-image:url(../images/headerbackground.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#Page {
	width: 775px;
	margin: 15px auto 0 auto;
}
#LeftColumn {
	vertical-align: top;
}
#LeftTable {
	width:100%;
	margin-top:15px;
	border-top: 1px solid #9C91B9;
	vertical-align: top;
}
#Menu {
	text-align: left;
	padding-top:15px;
	padding-bottom: 15px;
	width:125px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}
#Menu a {
	color: #1C002D;
	font-weight: bold;
	text-decoration: none;
}
#Menu a:hover {
	color:#4F007D;
	font-weight: bold;
	text-decoration: none;
}
#Copy {
	text-align: justify;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #9C91B9;
	width:240px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#Copy a {
	color: #333;
}
#Copy a:hover {
	color: #666;
}
#Copy .hdr {
	font-size:11px;
	font-weight:bold;
	color: #1C002D;
}
#Gallery {
	text-align:left;
	width: 450px;
	vertical-align: top;
}
#Foot {
	width: 100%;
	bottom: 0px;
	height: 23px;
	position: absolute;
	left: 0;
	background-color: #000;
	background-image:url(../images/footerbackground.jpg);
	display:none;
}