body {
 background-color: #f24f00;
 color: #fff;
 font-family: georgia, arial;
 font-size: 18pt;
}

#content {
}

/* paragraph style options tested */
#content p-null {padding: 0 20px; text-align: left;}
#content p-null {padding: 0 20px; text-align: center;}
#content p-null {padding: 0 20px; text-align: right;}
#content p {padding: 0 20px; text-align: justify;}

/* begin sand-bag divs */
/* declare left float, clear */
#sml-01,#sml-02,#sml-03,#sml-04,
#sml-05 {
  float:left;
  clear:left;
  padding:0;
}

table.wrapper {
  position: relative;
  top: 40px;
  left: 20px;
}

/* left bank of the river! */
#sml-01 {
  width: 1px;
  height: 400px;
}

#sml-02 {
  width: 400px;
  height: 320px;
}

#sml-03 {
  width: 1px;
  height: 380px;
}

#sml-04 {
  width: 400px;
  height: 340px;
}

#sml-05 {
  width: 1px;
  height: 420px;
}

/* end left-bank sand-bag divs */

/* continue sand-bag divs */
/* declare right float, clear */
#smr-00,#smr-01,#smr-02,#smr-03,
#smr-04 {
  float:right;
  clear:right;
  padding:0;
}

/* right bank of the river! */
#smr-00 {
  width: 400px;
  height: 340px;
}

#smr-01 {
  width: 1px;
  height: 400px;
}

#smr-02 {
  width: 400px;
  height: 340px;
}

#smr-03 {
  width: 1px;
  height: 360px;
}

#smr-04 {
  width: 400px;
  height: 340px;
}


img {
  display: block;
}

/* end all sand-bag channel control */
/* let the river flow free! */
