
body {
	background-color: #BA0000;
}

/*** Full Page ***/

#FullPage {
  clear: both;
	width: 780px;
	vertical-align: top;
}



/*** Page Center ***/

#PageBody {
  clear: both;
	width: 780px;
	vertical-align: top;
	padding: 60px 0px 60px 0px;
}

#Info {
  width: 530px;
}

#BodyLeft {
  float: left;
  width: 100px;
  height: 230px;
	background: url(/Images/LeftBg.gif) transparent repeat;
}

#LeftText {
  text-align: left;
	padding: 50px 8px 0px 8px;
}

#BodyRight {
  float: right;
  width: 416px;
  height: 230px;
}


/*** Page Bottom Settings ***/

#PageBottom {
  clear: both;
  width: 780px;
}

#Copyright {
  clear: both;
	width: 780px;
	padding: 30px 0px 5px 0px;
}

