.introduction {
  padding:10px;
}

body.homepage .introduction {
  width:535px;
}

.introduction .content { 
  float:left;
  color:#434343;
}

.introduction .content p.bold {
  font-size:110%;
  color:#033777;
  margin-bottom:10px;
}

.introduction .image {
  float:right;
  border:5px solid #F6F6F6;
  width:250px;
  margin-left:20px;
}

.columned_list .list_item {
  float:left;
  width:410px;
  padding:0;
  border:0;
}

.columned_list .list_item_even {
  margin-left:10px;
}

.columned_list .list_item h3 {
  border-bottom:none;
  background:#d6d6d6 url(../images/frontend/content/columned_list/list_item_title_corners.gif) top no-repeat;
  margin-bottom:10px;
  z-index:0;
}

.columned_list .list_item h3 a {
  display:block;
  float:left;
  width:390px;
  padding:10px;
  z-index:9999;
  background:url(../images/frontend/content/columned_list/list_item_title_bg.gif) bottom no-repeat;
}

.columned_list .list_item .image {
  float:left;
}

.columned_list .list_item .content {
  float:right;
  padding:0 10px;
  width:250px;
  font-size:95%;
  color:#434343;
}

.columned_list .list_item .content p {
  margin-bottom:5px;
}

.columned_list .list_row_clear {
  clear:both;
  height:10px;
}