body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}	

.mainHeader {
  width: 100%;
  background: url('../img/header.jpg');
  background-repeat: repeat-x;
  height: 266px;
}

.underHeader {
  width: 100%;
  background-color: #fe7f61;
  height: 40px;
}

.mainWrapper {
 position: absolute;
 width: 100%;
 top: 266px;	
}
	
.mainApp {
  width: 980px;
  height: 100%;
  margin: 0 auto;
}

.delimiter {
 height: 16px;
 line-height: 16px;
}

.headerDiv {
  width: 100%;
  position: relative;
  height: 40px;
  background-color: #ff613e;
  text-align: center;
}

.pageContent {
 width: 100%;
 background: url('../img/bg_content.png');
}

.menuButton {
 color: #3e3e3d;
 font-size: 14px;
 font-falimy: Time New Roman;
 text-decoration: none;
 font-weight: bold;
}

.menuButton:hover {
 color: white;
}

.menuItem {
 display: block;
 padding: 10px;
}

.menuDelimiter {
 width: 130px;
}

.menu {
 padding-left: 20px;
}

.footerDiv {
  color: white;
  background-color: black;
  font-size: 12px;
  font-falimy: Time New Roman;
  height: 24px;
  line-height: 20px;
  padding-left: 10px;
}

.pageText p {
  margin: 0px;
  padding: 0px;
}

.menuButtonCurrent {
  color: white;
  font-size: 14px;
  font-falimy: Time New Roman;
  text-decoration: none;
  font-weight: bold;
}

.menuImage {
 width: 800px;
 border: 1px solid #3e3e3d;
}

.homePage {
 width: 940px;
 padding: 10px;
 background: url('../img/backgraund.jpg');
 background-position: -240px -240px;
 height: 740px;
}