/* ---------- Elements ---------- */

/* ------------- Ids ------------- */
#banner-bottom_left {
	background: url(images/banner/left.png) no-repeat;
	height: 77px;
	width: 550px;
}
* html #banner-bottom_left {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/banner/left.png', sizingMethod='image');
}
#banner-bottom_right {
	background: url(images/banner/right.png) no-repeat;
	height: 60px;
	width: 193px;
}
* html #banner-bottom_right {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/banner/right.png', sizingMethod='image');
}
#banner-top_centre {
	background: url(images/banner/centre.gif) repeat-x;
	width: 100%;
}
#banner-top_left {
	background: url(images/banner/left.gif) no-repeat;
	height: 5px;
	width: 79px;
}
#banner-top_right {
	background: url(images/banner/right.gif) no-repeat;
	width: 70px;
}
#edge-bottom_centre {
	background: url(images/edge/bottom-centre.gif) repeat-x;
	width: 100%;
}
#edge-bottom_left {
	background: url(images/edge/bottom-left.gif) no-repeat;
	height: 14px;
	width: 14px;
}
#edge-bottom_right {
	background: url(images/edge/bottom-right.gif) no-repeat;
	width: 14px;
}
#edge-middle_left {
	background: url(images/edge/middle-left.gif) repeat-y;
}
#edge-middle_right {
	background: url(images/edge/middle-right.gif) repeat-y;
}
#edge-top_left {
	background: url(images/edge/top-left.gif) no-repeat;
	height: 14px;
	width: 14px;
}
#edge-top_right {
	background: url(images/edge/top-right.gif) no-repeat;
	width: 14px;
}
/* ----------- Classs ----------- */
.cell {
	background-color: #fff !important;
}
.centre {
	text-align: center;
}
