.webbox {
	background-image: url('../images/web_part.gif');
  height: 210px;
}
.webbox:hover {
	background-image: url('../images/web_part2.gif');
}

.box_large {
  margin: auto;
  background-image: url('../images/box_large_bg.gif');
  width: 778px;
}

.box_medium {
  margin: auto;
  float: left;
  background-image: url('../images/box_medium_bg.gif');
  width: 539px;
}

.box_small {
  margin: auto;
  float: right;
  background-image: url('../images/box_small_bg.gif');
  width: 229px;
}

.box_half {
  margin: auto;
  float: right;
  background-image: url('../images/box_half_bg.gif');
  width: 384px;
}

.box_title_normal {
  text-align: left;
  padding-top: 11px;
  padding-left: 28px;
  padding-bottom: 9px;
  font-weight: bold;
  font-size: 12px;
}

.box_title {
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  
  padding-left: 10px;
  padding-top: 11px;
  padding-bottom: 9px;
}

.box_text {
  text-align: justify;
  padding-left: 9px;
  padding-top: 3px;
  padding-right: 9px;
  padding-bottom: 3px;
  line-height: 1.5;
}

.box_break {
  background-image: url('../images/box_medium_break.gif');
  text-align: left;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 10px;
  font-weight: bold;
}

