/* Additional style sheet to allow different page layout
   This one can have any number of full-width boxes          */

/* Full width box                      
_____________________________________________________________*/
.box {
  clear: both;
  background: #fff url("images/bigframemid.gif") repeat-y;
  margin: 20px 0 0;
  width: 740px;
  margin-left: auto; margin-right: auto;
  color: #456;
  font-size: 97%;
  line-height: 1.5em;
  }
.box2 {
  background: url("images/bigframetop.gif") no-repeat left top;
  padding: 20px 0 0;
  width: 100%;
  }
.box3 {
  background: url("images/bigframebot.gif") no-repeat left bottom;
  padding: 0 0 15px;
  width: 100%;
  }
.boxtext {
  margin: 0 20px 5px;
  background: #fff;
  }
.picleft {
  float: left; 
  margin: 0.8em 0.8em 0.5em;
  width: 40%;
  }
.picright {
  float: right; 
  margin: 0.8em 0.8em 0.5em 0.8em;
  width: 40%;
  }

