.left {
	float:left;
}
.right {
	float:right;
}
.full {
	width:100%;
}
.half {
	width:46%;
}
.third {
	width:30%;
}
.quarter {
	width:24%;
}
.two-thirds {
	width:64%;
}
.three-quarters {
	width:74%;
}
.panel {
	border:1px solid #ccc;
	padding:0px 15px 5px;
}
.panel h2 {
	text-align:center;
	color:#ff6600;
}
.imgCentre {
	width:100%;
	text-align:center;
}
p.price {
	font-size:2em;
	text-align:center;
	color:#CC0000;
}
.sep {
	width:100%;
	height:5px;
	clear:both;
}
.clear {
	clear:both !important;
}