body {
  margin: 0px;
  font-family: verdana, tahoma, arial, sans-serif;
	background: #AF366D;
  background-image: url('../images/bg_lyellow.gif');
  background-repeat: repeat-x;
  font-size: 70%;
}

table, input, textarea {
  font-size: 100%;
}

#banner {
  position: absolute;
  left: 186px;
  top: 15px;
  width: 600px;
  text-align: center;

}

#bookTitle {
  position: absolute;
  width: 150px;
  height: 245px;
  left: 15px;
  top: 15px;
}

#topMenu {
  position: absolute;
  left: 175px;
  top: 125px;
  width: 600px;
}

#leftMenu {
  position: absolute;
  left: 15px;
  top: 275px;
  width: 150px;
}
#lmLinks span {
  display: block;
  margin-left: 8px;
}
#lmLinks a {
  color: white;
  font-weight: bold;
}
#lmLinks a:hover {
  color: #faf16e;
  font-weight: bold;
}

#copyright {
  font-size: 80%;
  position: absolute;
  left: 15px;
  top: 510px;
}
#copyright span {
  color: white;
  display: block;
  margin-left: 8px;
}
#copyright a {
  color: #cd739c;
}
#copyright a:hover {
  color: #faf16e;
}




#blockContent {
  position: absolute;
  left: 186px;
  top: 200px;
  width: 600px;
  color: white;
}

.blockArticles {
  margin-bottom: 25px;
}
.blockArticles .baImage {
  width: 110px;
}
.blockArticles .baHeader {
  margin-bottom: 5px;
}
.blockArticles .baBody {
  color: white;
}
.blockArticles .baDate, .blockArticles .baTitle, .blockArticles a {
  font-weight: bold;
  color: #faf16e;
}
.blockArticles a:hover {
  color: #000000;
}
.blockArticles .baDate {
  margin-right: 10px;
}
.blockArticles .baTitle {}