#top {
  margin: 20px; 
  padding: 10px;
  background: #FFFFFF;
  height: 100px;
}
#left {
	position: absolute;
	left: 0px;
	width: 15%;
	background: #6C000E;
	height: 100%;
	top: 0px;
	color: #FFFFFF;
}
#right {
  position: absolute; 
  left: 16%;
  width: 50%; 
  background: #FFFFFF;
  top: 0px;
}
#pdbody {
  position: absolute; 
  left: 4%;
  width: 85%;
  background: #FFFFFF;
}
