@charset "UTF-8";
/* CSS Document */

/* Footer styles */

.footer{
	text-align: center;
	font-size: 12px;
	color: #999999;
	margin: 0px;
	padding: 0px;
	}
	
.footerRelative{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}
	
.footerSitemap{
	position: relative;
	margin-top: 20px;
	padding-top: 30px;
	width: 1024px;
	clear: both;
	}
	
.footerGallery{
	position: relative;
	clear: both;
	margin: 0px;
	padding-top: 50px;
	width: 100%;
	}
	
.footerRelativeFollies{
	position: relative;
	margin: 0px;
	padding-top: 20px;
	width: 100%;
	clear: both;
	}
	
.footerExtended{
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	width: 100%;
	}
	
.footerCal{
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	width: 100%;
	clear: both;
	}
	
.footerCurling{
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	width: 100%;
	clear: both;
	}
	
/* Login link colour */

a.greyLink{
	color: #999999;
	text-decoration: none;
	}

a.greyLink:link{
	color: #999999;
	}
	
a.greyLink:hover{
	color: #84C225;
	text-decoration: underline;
	}
	
a.greyLink:visited{
	text-decoration: none;
	}
