#container {
	position:relative;
	width:1024px;
	margin: 0 auto;
	z-index:1;
	background-color: #FFFFFF;
	overflow: visible;
	left: 0px;
	top: 0px;
}
#background {
	width:1024px;
	z-index:1;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
	height: auto;
}
body {
	background-color: #000000;
}
#Banner {
	position:absolute;
	width:1010px;
	height:125px;
	margin: 7px 7px 0px 7px;
	z-index:1;
	background-color: #2f2f2f;
}
#FlashAnimation {
	position:absolute;
	width:1010px;
	height:142px;
	margin: 135px 7px 0px 7px;
	z-index:2;
}
#Menu {
	position:absolute;
	width:980px;
	height:23px;
	margin: 281px 7px 0px 7px;
	padding: 18px 15px 18px 15px;
	z-index:3;
	background-color: #f0e30c;
	background-image: url(images/menubg.jpg);
}
#Content {
	width:578px;
	z-index:1;
	padding: 366px 15px 7px 15px;
	background-image: url(images/FadedBee.png);
	background-repeat:repeat-y;
	overflow: visible;
}
#RightSidePicture {
	position:absolute;
	padding: 360px 7px 7px 7px;
	width:396px;
	left: 614px;
	top: 0px;
	z-index:1;
	overflow: visible;
}
#footer {
	width:980px;
	height:23px;
	padding: 18px 15px 18px 15px;
	margin: 0px 7px 12px 7px;
	z-index:2;
	background-image: url(images/footerbg.jpg);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.PageTitles {
	font-size: 16px;
	font-weight: bold;
}
.Menu {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.NormalText {font-size: 13px; font-weight:normal}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
