/***********************************************/
/* galleries_layout.css                        */
/* Use this CSS for all galleries pages showing*/
/* the images etc.                             */
/***********************************************/
/************** feature styles *****************/
	
#content{
	margin:0px 0px 0px 0px;
	background-color: #ffffff;
}

.gallery{
	padding: 8px 12px 15px 12px;
	min-height: 200px;
	height: 200px;
	text-align: justify;
}

html>body .gallery {height: auto;}

.centre_images,.centre_images2{
	text-align: center; 
	margin: 15px;
}
.centre_images2 img{padding: 5px 5px 0px 5px;}

#left_image{
	float: left;
	margin-left: 1%;
	padding: 10px 0px 10px 0px;
}

#right_image{
	float: right;
	margin-right: 1%;
	padding: 10px 0px 10px 0px;
}

#title{
	float: none;
	padding: 10px 0px 10px 0px;
	font-size: 150%;
	font-weight:bold;
 	color: #334d55;
 	text-align: center;
}

.shortcut_text{
	text-align:center;
 	font-size: 95%;
 	color: #334d55;
	font-style:italic;
}
.centred_text{text-align:center;
			  padding-top: 10px;}
			  
/********************* end **********************/
