.CMSPreview{
	width: 670px;
	margin-left:20px;
	float:left;
}

.CMSEditBar{
	width:100%;
	padding:5px;
	float:left;
	
}


/* Must contain the same font etc as the main site style sheet */
.CMSContainer, .CMSContainer table, .CMSContainer tr, .CMSContainer td{
	float:left;
	font-size: 12px;
	color: #000000;
}

.CMSContainer img{border:5px solid #ffffff;}


.CMSColumnWrapper{
	float:left;
	width:100%;
}
.CMSColumn50{
	float:left;
	width:48%;
}
.CMSColumn30{
	float:left;
	width:32%;
}
.CMSColumnSpacer{
	float:left;
	width:2%;
}


/************************************/
/*----------- JUST TEXT ------------*/
/************************************/

.displayText{
	margin:0;
	float:left;
	width:100%;
	
}

/************************************/
/*----------- IMAGE LEFT -----------*/
/************************************/

.imageLeft {
	margin:0px;
	float:left;
	width:100%;
}

.imageLeft img{
	margin-right: 20px;
	margin-bottom:10px;
	float:left;
	vertical-align:top;
	/*border:1px solid  #d3d3d3; padding: 4px; background-color:#eeeeee;*/
}


/************************************/
/*----------- IMAGE RIGHT ----------*/
/************************************/

.imageRight {
	margin:0px;
	float:left;
	width:100%;
}

.imageRight img{
	padding-right: 0px;
	padding-bottom: 16px;
	padding-top: 5px;
	padding-left: 20px;
	float:right;
	vertical-align:top;
	border: 0px;
}


/************************************/
/*----------- IMAGE CENTRE ---------*/
/************************************/

.imageCentre {
	margin:0px;
	float:left;
	width:100%;

}


.imageCentre a:link {color: #303030; text-decoration: none;} 
.imageCentre a:visited {color: #303030; text-decoration: none;}
.imageCentre a:hover {	color: #008fd4; text-decoration: none;}
.imageCentre a:active {color: #303030; text-decoration: none;}

.imageCentre img {
	margin-top: 0px;
	padding-bottom: 0px;
	border: 0px;
	float:left;
}

.imageCMS{
  float: left;
  width: 48%;
  padding: 0.5em;
}

.imageCMS p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

.imageCMSThumbnail{
  float: left;
  width: 23%;
  padding: 0.5em;
}

.imageCMSThumbnail32{
  float: left;
  width: 213px;
  padding:5px;

}

.imageCMSThumbnail32 img{
	padding-bottom:10px;
}

.imageCMSThumbnail32 p{
	text-align:left;
	font-size:12px;
}

.imageCMSThumbnail p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

img.scaled {
  width: 100%;
  float:left;
}


/************************************/
/*----------- Rule -----------------*/
/************************************/

.CentreRule {
	/*
	background-image: url(Images/centre_rule.gif);
	background-repeat: no-repeat;
	*/
	width: 100%;
	float:left;
	height: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/************************************/
/*----------- Spacer ---------------*/
/************************************/

.lineSpacer {
	clear: both;
	height: 11px;
	margin: 0%;
}

.rulePadding {
	padding-top: 15px;
	padding-bottom: 18px;
}

