/*Double colored box (solid colors, no gradients), with header*/
.box {
  background: #f1e4c2;
  width:100%;
}

.boxtop {
	background: url(../img/images/red_middle.gif) repeat-x top;
}
.boxtop div div{
  padding: 5px 10px 0px 10px;
  height: 23px;
  font-size:120%;
  color:#FFFFFF;
  background: url(../img/images/red_top_left.gif) no-repeat top left;
  border-bottom:.1em #000000 dotted;
}
.boxtop div {
	background: url(../img/images/red_top_right.gif) no-repeat top right;
}
.boxbottom {
  background: url(../img/images/beige_right.gif) no-repeat bottom right;
}
.boxbottom div {
  font-size: 0;
  height: 10px;
  background: url(../img/images/beige_left.gif) no-repeat bottom left;
}
.boxcontent {
  height:100%;
  line-height:140%;
  padding: 0px 10px 0px 10px;
}
.boxcontent li{
	list-style:none;
}
/*Double colored box, with header*/
.box1 {
  background: #f1e4c2;
  width:100%;
}

.boxtop1 {
	background: url(../img/images/red_middle.gif) repeat-x top;
}
.boxtop1 div div{
	padding: 5px 10px 0px 10px;
  height: 23px;
  font-size:120%;
  color:#FFFFFF;
  background: url(../img/images/red_top_left.gif) no-repeat top left;
  border-bottom:.1em #000000 dotted;
}
.boxtop1 div {
	background: url(../img/images/red_top_right.gif) no-repeat top right;
}
.boxbottom1 {
  background: url(../img/images/beige_right.gif) no-repeat bottom right;
}
.boxbottom1 div {
  font-size: 0;
  height: 10px;
  background: url(../img/images/beige_left.gif) no-repeat bottom left;
}
.boxcontent1 {
  height:100%;
  line-height:140%;
  padding: 0px 10px 0px 10px;
}
