body {
  background: black url('css_images/drawers_black.jpg') no-repeat fixed 0 0;
  }

div.content {
  background: black url('css_images/drawers_glassy.jpg') no-repeat fixed 0 0;; margin-left:10%; margin-right:10%; margin-top:230px; margin-bottom:0
  }

div.content h1 {
  background: #006644 url('css_images/drawers_green.jpg') no-repeat fixed 0 0; 
  border: 1px solid #00CC99; 
  padding-left:1em; padding-right:1em; padding-top:0.5em; padding-bottom:0.25em
  }

div.content h2 {
  border-left:0px solid #00CC99; border-right:0px solid #00CC99; border-top:1px solid #00CC99; border-bottom:1px solid #00CC99; background:#333333 url('css_images/drawers_grey.jpg') no-repeat fixed 0 0; color: white; 
  padding: 0.5em; 
  margin-left:-12px; margin-right:-12px; margin-top:0; margin-bottom:0.5em
  }

div.punch2 {
  border-left:0px solid #00CC99; border-right:1px solid #00CC99; border-top:0px solid #00CC99; border-bottom:1px solid #00CC99; float: left; 
  width: 100px; 
  height: 70px; 
  text-align: center; 
  background: black; 
  color: white; 
  margin-left:-1px; margin-right:25px; margin-top:-1px; margin-bottom:10px; padding-left:0; padding-right:10px; padding-top:0; padding-bottom:5px
  }

div.punchleft {
  border-left:0px solid #00CC99; border-right:3px solid #00CC99; border-top:3px solid #00CC99; border-bottom:3px solid #00CC99; float: left; 
  width: 25%; 
  text-align: left; 
  font-size: 140%; 
  font-weight: bold; 
  font-style: italic; 
  padding: 1em; 
  text-indent: -0.5em; 
  background: black url('css_images/drawers_black.jpg') no-repeat fixed 0 0; 
  color: white; 
  margin-left:-13px; margin-right:0.5em; margin-top:0.2em; margin-bottom:0.2em
  }

div.punchright {
  border-left:3px solid #00CC99; border-right:0px solid #00CC99; border-top:3px solid #00CC99; border-bottom:3px solid #00CC99; float: right; 
  width: 25%; 
  text-align: left; 
  font-size: 140%; 
  font-weight: bold; 
  font-style: italic; 
  padding: 1em; 
  text-indent: -0.5em; 
  background: black url('css_images/drawers_black.jpg') no-repeat fixed 0 0; 
  color: white; 
  margin-left:0.5em; margin-right:-13px; margin-top:0.2em; margin-bottom:0.2em
  }
      
div.punchleftimage {
  background: black url('css_images/drawers_black.jpg') no-repeat fixed 0 0; 
  }

div.punchrightimage {
  background: black url('css_images/drawers_black.jpg') no-repeat fixed 0 0; 
  }