#holder .column {
	float: left;
	width: 228px;
	margin: 0 8px 10px 0;
}
#holder .last {
	margin-right: 0px;
}
h2 {
	margin: 5px 0 20px 0;
}
/*Container*/
.containertop {
	width: 228px;
	height: 5px;
	line-height: 0;
	font-size: 0;
	background-image:url(../images/container_top.gif);
	background-repeat:no-repeat;
}
.containermiddle {
	width: 206px;
	background-image:url(../images/container_bg.gif);
	background-repeat:no-repeat;
	background-color: #F1F3F5;
	padding: 1px 10px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #C1C2C6;
	height: 290px;
	overflow:hidden;
}
* html .containermiddle {
	width: 228px;
	w\idth: 206px;
}
.small {
	height: 150px;
}
.smaller {
	height: 118px;
}
.containerbottom {
	width: 228px;
	height: 5px;
	line-height: 0;
	font-size: 0;
	background-image:url(../images/container_bottom.gif);
	background-repeat:no-repeat;
	margin: 0 0 10px 0;
}
.containermiddle p {
	line-height:normal;
}