body{
 text-align:center;
}
#container {
 width:940px;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
}
#wrapper {
 width:880px;
 float:left;
 /*margin-right:10px;*/
}
/* Side2 */
#boxD {
 width:60px;
 float:left;
 /* background-color: #FFFFCC;*/
}
/* Bottom */
#boxE {
 width:100%;
 clear:left;
}
/* Main */
#boxB {
 width:820px;
 float:right;
 /*background-color: Chartreuse;*/
 /*background-color: #FFFFCC;*/
 /*margin-left:10px;*/
}
/* Side1 */
#boxC {
 width:60px;
 float:right;
/* background-color: #FFFFCC;*/
}

h1{
  font-size:10mm;
  font-style:ridge;
  color:#FF4500;
  background-color:#CCFF00;
  font-weight : 600;
  text-align:center;
  }
h2{
  font-size:13pt;
  color:white;
  background-color:blue;
  width:560px;
  border-width : 0px 0px 1px 5px;
  border-style : solid ;
  border-color : blue;
  padding-left : 5px;
  }
h3{
  font-size : 13pt;
  background-color : #00FF00;
  color : white;
  width:450px;
  border-width : 0px 0px 1px 5px;
  border-style : solid ;
  border-color : #00FF00;
  padding-left : 5px;
  }
h4{
  text-align:center;
  background-color:purple;
  color:white;
}
