html, body 
{
  height: 100%;
}

body
{
  margin: 0px;
  padding: 0px;
	font-family: arial;
	font-size: 12px;
  background-color: #4F3B25;
  background-image: url(/Images/bg.gif);
  text-align:center;
}

#container 
{
	position: relative;
	min-height: 100%;
}

#footer 
{
	position: absolute;
	bottom: 0;
	padding: 10px;
	background-color: #0066b2;
	width: 100%;
}

.PageFrame
{
  background-color: #FFFFFF;
  height: 100%;
  width: 1000px;
  padding: 0px;
  margin: auto;
  border-collapse: collapse;
}

.PageFrameA
{
  height: 120px;
}

.PageFrameB
{
  height: 30px;
}

.PageFrameC
{
  height: 50px;
}

.PageFrameD
{
  height: 70%;
  padding: 0px 20px 0px 20px; 
  text-align: justify;
  line-height: 1.8;
  vertical-align: top;
}

.PageFrameE
{
  height: 30px;
  background:#fff url(/Images/menu/three_0.gif);
}