body {
  background: #fff;
}

p {
  font: 10px Arial, sans serif;
  text-indent: 10px;
  color: #444;
  margin-bottom: 10px;
  margin-top: 10px;
}

div.menuItem {
  position: absolute;
  top: 145px;
  left: 50px;
  padding: 0px;
  }
  
div.menuItem a {
  height: 15px;
  text-decoration: none;
  color: #a00;
  background: #fff;
  text-align: center;
  border: #a00 solid 2px;
  padding-left: 10px; 
  padding-right: 10px; 
  padding-top: 2px; 
  padding-bottom: 5px; 
}

div.menuItem a:hover {
  background: #a00; 
  color: #fff;
}

a {
  font: 10px Arial;
  color: #555;
}  
  
div#up {
/*  position: absolute; */
  top: 0px;
  left: 20px;
  background: #eee url('backLogo.gif') top left no-repeat;
  width: 550px;
  height: 140px;
  text-align: right;
  font: 10px Arial, sans serif;
  color: #900;
  border: #a00 solid 2px;
  border-top: none;
	margin-left: auto;
	margin-right: auto;
} 

div#up h1 {
  font: 32px Arial Black;
  color: #a00;
  margin: 40px;
  margin-bottom: 0px;
}

div#up h2 {
  font: 14px Arial Black;
  color: #a00;
  margin: 0px;
  margin-right: 50px;
}

div#content {
/*  position: absolute;  */
	margin-left: auto;
	margin-right: auto;
  top: 165px;
  left: 20px;
  width: 550px;
  background: #ddd;
  border: #a00 solid 2px;
  border-bottom: none;
}  

div#textLay {
  float: left;
  width: 550px;
}  

div#text {
  text-align: left;
  text-indent: 15px;
  font: 10px Arial, sans serif;
  color: #555;
  margin: 40px;  
}  

div#text h1 {
  font: 24px Arial;
  color: #a00;
  margin-bottom: 10px;
  margin-top: 10px;
}

div#text h2 {
  font: 14px Arial;
  color: #a00;
  margin-bottom: 10px;
  margin-top: 10px;
}

div#rightBarLay {
  float: right;
  width: 150px;
  margin: 0px;
  padding: 0px;
}

div.rightBar {
  width: 150px;
  margin-top: 30px;
  background: #bbb;
  text-align: left;
  text-indent: 10px;
  font: 10px Arial, sans serif;
  color: #555;
}  

div.rightBar p {
  margin: 15px;
  color: #222; 
}
  
div.rightBar h3 {
  background: #222;
  font: 10px Arial Black;
  color: #bbb;
  text-align: left;
  margin-bottom: 10px;
  padding: 2px;
}

div#author {
  clear: both;
  color: #888;
  font: 10px Arial;
  margin: 50px;
  border-top: #888 solid 1px;
}
