﻿body {
	background-color: #EBEBEC;
	background-position:center;
	background-image: url('img/central-light.png');
	background-repeat: repeat-y;
	margin: 0;
	height: 100%;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}


a {
	color: #536DA3;
	outline: none;			/* Stops the focus-selection-rectangle appearing on clicking links */
}

a:visited {
	color: #8497AC;
}

a:hover {
	color: #435987;
}


a img {
	border: 4px transparent solid;
}

a:hover img {
	border: 4px #C9DEE6 solid;
}







#birds {
	position: absolute;
	top: 30px;
	height: 56px;
	width: 100%;
	background-image: url('img/birds.png');
	background-repeat: repeat-x;
	z-index: 2;
}

#topswoops {
	position: absolute;
	top: 0;
	right: 0;
	width: 777px;
	height: 289px;
	background-image: url('img/top-swoops.png');
	z-index: 0;
}


#bottomswoops {
	width: 409px;
	height: 104px;
	position: fixed;
	bottom: 0;
	z-index: 0;
	background-image:url('img/bottom-swoops.png');
}


#sidebar {
	position: absolute;				/* soley to force it on top of bottom swoops - and allow clicking the links */
	width: 190px;
	padding-left: 40px;
	margin-top: 130px;
	font-size: 14pt;
	z-index: 4;
}


#content-area {
	padding-left: 260px;
	padding-right: 45px;
	padding-bottom: 60px;
	position: absolute;
	top: 130px;
}



ol.ts-and-cs li {
	
	padding-bottom: 18px;
}





h1 {
	color: #71715D;
	font-size: 22pt;
	font-weight: normal;
}




