body {
	background-color: #000000;
}
#Banner {
	width:900px;
	height:150px;
	z-index:1;
	margin-bottom: 5px;
}
#ButtonsLeft {
	position:absolute;
	width:300px;
	height:204px;
	z-index:2;
	top: 70px;
	background-color: #990000;
	left: 67px;
}
#ButtonsRight {
	position:absolute;
	width:117px;
	height:2247px;
	z-index:3;
	left: 792px;
	top: 169px;
	background-color: #990000;
}
#Body {
	width:892px;
	z-index:4;
}
.MainHeading {
	color: #FFFFFF;
	font-family: "Century Schoolbook";
	font-size: 36px;
}
.SubHeading {color: #FFFFFF; font-family: "Century Schoolbook"; font-size: 24px; }
.PhotoTitle {
	font-size: 10px;
	font-family: "Century Schoolbook";
	color: #FFFFFF;
}
.ParaHeading {
	font-size: 24px;
	font-family: "Century Schoolbook";
	color: #FFFF00;
}
.ParaText {
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Century Schoolbook";
	font-weight:normal;
}
.NewsHeading {
	font-family: "Century Schoolbook";
	font-size: 14px;
	color: #FFFF00;
}
.PointText {
	color:#FFFFFF;
	font-size:14px;
	font-family:"Century Schoolbook";
	font-weight:bold;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
