* {}
body
{
	text-align: center;
	min-width: 780px;
	padding: 0; margin: 0;
	background-image: url(../images/DarkTop.png);
	background-repeat: repeat-x;
  background-attachment:fixed;
}
#page
{
  max-width:780px;
  margin: 20px auto 20px auto;
  /*padding: 2px 2px 2px 2px;
  border: solid 1px #c1c0bf;*/
  text-align: left;

}
#page #header
{
  height:129px;
  width:inherit;
  position:relative;
  top:0;
}
#page #intro
{
  height:20px;
  width:780px;
  position:relative;
  top:0;
  z-index:10;
}
#page #menuBar
{
  width:inherit;
  height:21px;
  position:relative;
  background-color: #CC3300;
  top:0;
}

#page #body
{
  width:inherit;
  position:relative;
  top:0;
  background-color:#FFFFFF;
  /*border:solid 1px green;*/
}

#page #footer
{
  height:129px;
  width:inherit;
}


#page #footer .footerLeftBox
{
  background-color: #c1c0bf;
  height:129px;
}
#page #footer .footerRightBox
{
  background-color: #e0e0e0;
  height:129px;
  text-align:right;
}
#page #footer .footerLeftBox .footerLeftContent
{
  /*position:static; */
  top:94px;
  padding: 8px 0px 0px 8px;
}
#page #footer .footerRightBox .footerRightContent
{
  /* position:relative;
  top:67px;   */
  padding: 8px 8px 0px 0px;
}
#page #body .SubSection
{
  border:solid 1px  #c1c0bf;
  margin: 0px 0px 15px 0px;
}





#indexPage
{
  height: inherit;
  width:780px;
  margin: 20px auto 20px auto;
  text-align: left;
  /*padding: 2px 2px 2px 2px;
  border: solid 1px #c1c0bf;*/
}
#indexPage #header
{
  height:130px;
  width:inherit;
  position:relative;
  top:0;
}
#indexPage #menuBar
{
  width:inherit;
  height:21px;
  position:relative;
  background-color: #CC3300;
  top:0;
}

#indexPage #body
{
  width:inherit;
  position:relative;
  top:0;
  height: 267px;
}

#indexPage #footer
{
  width:inherit;
  position:relative;
  top:0;
  height: 182px;
}
#indexPage #footer .footerLeftBox
{
  background-color: #c1c0bf;
  height:182px;
}
#indexPage #footer .footerRightBox
{
  background-color: #e0e0e0;
  height:182px;
  text-align:right;
  border-left-style:solid;
  border-left-color:white;
  border-left-width:2px;
}
#indexPage #footer .footerLeftBox .footerLeftContent
{
  position:relative;
  top:147px;
  padding: 8px 0px 0px 8px;
}
#indexPage #footer .footerRightBox .footerRightContent
{
  position:relative;
  top:120px;
  padding: 8px 8px 0px 0px;

}