body {
	font: 80% verdana, arial, helvetica, sans-serif;
	text-align: center; /* for IE */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #424242;
	}
#B_bg {
	position: relative;
	margin: 0 auto;
	text-align: left;
	z-index: 2;
	height: 100%;
	width: 950px;
	background-image: url(../images/layout/b.gif);
	}
#title {
	position: relative;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 900px;
	top: 20px;
	z-index: 3;
	}
#body_text {
	position: relative;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 900px;
	top: 40px;
	z-index: 20;
	}
#menu {
	position: relative;
	margin: 0 auto;   /* align for good browsers */
	text-align: center; /* counter the body center */
	width: 100%;
	height:285px;
	background-color: #999999;
	background-image: url(../images/layout/flashbg.jpg);
	}
#submenu {
	position:absolute;
	width:222px;
	height:115px;
	z-index:4;
	top: 100px;
	left: 37px;
	}
#content {
	position: relative;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 950px;
	background-image: url(../images/layout/grey_gradient.jpg);
	top: 0px;
	}
#footer {
	margin: 0 auto;   /* align for good browsers */
	width: 1072px;
	height: 100px;
	top: 0px;
	position: relative;
	}
#footercontent {
	margin: 0 auto;   /* align for good browsers */
	width: 950px;
	background-image: url(../images/layout/grey_gradient2.jpg);
	top: 60px;
	position: relative;
	text-align: center;
	height: 100%;
	}
