body {
	margin: 0;
	padding: 0;
  background-color: White;
  text-align: center;
}

#bodyFrame {
  position: relative;
  width: 780px;
  margin: 0px auto 0px auto;
  text-align: left;
  background-color: White;
  background-image: URL('/_images/frame.background.png');
  background-repeat: repeat-y;
}

#bodyHeader {
  height: 110px;
  background-color: White;
  background-position: 0px 101px;
  background-image: URL('/_images/header.background.png');
  background-repeat: repeat-y;
}

#menuLeft {
  position: relative;
  float: left;
  left: 60px;
  width: 150px;
  height: 350px;
  }

#bodyMain {
  position: relative;
  float: left;
  left: 75px;
  top: 10px;
  width: 490px;
  margin-bottom: 20px;
  min-height: 350px;
  background-image: URL('/_images/lion.background.png');
  background-repeat: no-repeat;
  }

#bodyFooter {
  width: 780px;
  height: 10px;
  font-size: 1px;
  background-color: #231646;
  background-image: URL('/_images/header.background.png');
  background-repeat: repeat-y;
  color: White;
  clear: both;
}

