#Banner {
	height: 100px;
	width: 1000px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#NewsFeed {
	background-image: url(../Images/Backgrounds/navbarBackground.png);
	width: 1000px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: groove;
	border-bottom-style: ridge;
	border-top-color: #FFF;
	height: 100px;
}
#NavArea {
	width: 1000px;
}
#PageHeading {
	height: 40px;
	width: 1000px;
	background-image: url(../Images/Backgrounds/SpacerPageHeader.png);
	background-repeat: repeat-x;
}
#TopAdvert {
	background-color: #000;
	height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #FFF;
}
#FlashAdvert {
	height: 100px;
	width: 1000px;
}

