@charset "utf-8";
/* CSS Document */

/* 22 Cairns of Illumination Page Styles */
div.cairnsdiv {
	background-color:inherit;
	height:auto;
	/*width:600px;*/
	padding:10px;
	border: 1px solid #FFFFFF;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
}

div.cairninnerdiv {
	background-image: url('../images/transbar.png');
	background-repeat:repeat;
	text-align:justify;
	height:auto;
	/*width:600px;*/
	padding:10px;
/*	border: 1px solid #FFFFFF;*/
	/*margin-bottom:20px;*/
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

em {
	color:#a9d4e7;
}
span.cairnsheader {
	color:orange;
	font-size:48px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
div.cairnstitle {
	color:yellow;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	text-align:left;
	line-height:110%;
}
p.cairnstext {
	color:#FFFFFF;
/*	font-family:Georgia, "Times New Roman", Times, serif;*/
}

img.cairnsimage {
	height:220px;
	width:215px;
	text-align:right;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}