body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(Images/bground.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#container {
  margin: 0 auto;
  width: 800px;
  text-align: center;
}
.HeaderDiv {
	background-color: #FFCC00;
	width: 800px;
	height: 42px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.MainBannerDiv {
	background-color: #CCCCCC;
	width: 800px;
	height: 160px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-bottom: 3px;
	background-image: url(Images/MainBanner.jpg);
}
.MainMenuDiv {
	background-color: #000000;
	width: 800px;
	height: 30px;
}
.ContentDiv {
	width: 780px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	font-size: 14px;
	vertical-align: middle;
	background-image: url(Images/ContentBground.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.ContentDivScroll {
	height: 170px;
	width: 780px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	font-size: 14px;
	vertical-align: middle;
	background-image: url(Images/ContentBground.jpg);
	background-repeat: no-repeat;
}
.ContentBannerDiv {
	width: 800px;
	height: 80px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 5px;
	background-image: url(Images/ContentBannerText.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
.FooterBannerDiv {
	background-color: #FFFFFF;
	width: 800px;
	height: 100px;
	margin-bottom: 5px;
}
.BottomRestDiv {
	width: 800px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	height: 200px;
	background-color: #FFCC00;
	background-image: url(Images/BottomRest.jpg);
	background-repeat: no-repeat;
}
.ContentTable {
	text-align: left;
	height: 170px;
	line-height: 13px;
	vertical-align: middle;
	font-weight: bold;
}
.links {
	text-align: left;
	font-weight: normal;
	line-height: 1.1em;
	}
a:link {
	color: #FFCC00;
	font-weight: bold;
}
a:visited {
	color: #FFCC00;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
.ContenText {
	text-align: center;
}
.flaDiv {
	vertical-align: middle;
}
