@charset "utf-8";

body {
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #aaf6ff;
	/*Main body left/right background colour shows fading out. Colour scheme used from April 2020.  background-color: #515d67;*/
	/* https://www.w3schools.com/colors/colors_picker.asp */
	height:100%;
	font-size: 11px;
	background-position: center top;	/*background-image: url(images/seamless_pattern_4.png);
	background-attachment: scroll;
	background-size: cover;
	*/
}

@font-face {
    font-family: 'Bernhard_Modern';
    src: url('fonts/bernhard_modern-webfont.eot');
    src: url('fonts/bernhard_modern-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bernhard_modern-webfont.woff2') format('woff2'),
         url('fonts/bernhard_modern-webfont.woff') format('woff'),
         url('fonts/bernhard_modern-webfont.ttf') format('truetype'),
         url('fonts/bernhard_modern-webfont.svg#bernhard_modern') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*
#container, #header, #navbar, #mainContentTop, #mainContent, #mainContentPage, #mainContentBottom, #footer {
	border:thin solid #F00;
}
/*	padding:0px;
	margin-bottom:0px;
}
*/

h3 { color: #C03; 
}

h4 {
	color: #333;
}

.gallery_title {
	font-size: 34px;
	color: #a6a6a6;
	font-weight: bold;
}

.referee {
	font-size: 22px;
	color: #803300;
	font-weight: bold;
}

.oneColFixCtrHdr #container {
	width: 1024px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 780px;
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	background-image: url(images/Container.png);
	background-repeat: repeat-y;
	background-position: center;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.oneColFixCtrHdr #mainContent {
	background:;
	background-color: #8ca29d;
	/* Background colour where text is displayed. Colour scheme used from April 2020.  background-color: #8ca29d;*/
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 10;
	padding-top: 170px;
	padding-right: 5px;
	padding-bottom: 50px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: auto;
	color: #000;
	overflow: hidden;
	font-family: Bernhard_Modern, Georgia, "Baskerville Old Face", "Trebuchet MS", "Times New Roman", Arial;
	font-size: 30px;
	/* background-image: url(images/Background_Overlay.png);*/
}

.oneColFixCtrHdr #header {
	background-color:;
	ackground-position:left center;
	text-align: center;
	height: 150px;
	position: absolute;
	z-index: 20;
	margin-right: auto;
	margin-left: auto;
	width: 920px;
	float: none;
	left: 52px;
	top: 30px;
}

.oneColFixCtrHdr #content {
	color: #000;
	font-family: Bernhard_Modern, Georgia, "Baskerville Old Face", "Trebuchet MS", "Times New Roman", Arial;
	font-size: 30px;
	padding: 10px;
	margin: 0px;
}

.oneColFixCtrHdr #thumbnails {
	background-color: #141f1f;
	margin-right: 40px;
	margin-left: 40px;
	text-align: center;
	border: 1px outset #CCC;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	color: #999;
}

.oneColFixCtrHdr #thumbnails a img{
	border: 1px solid #999;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	height: 60px;
	width: 80px;
	padding: 3px;
}

#nav_current {
	color:#030;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}

#colour1 { color: #00F; 
}

/*
.oneColFixCtrHdr #navbar {
	background-color:;
	height: 30px;
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 2;
	position: relative;
	top: 95px;
}
*/


.oneColFixCtrHdr #footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	text-align: center;
	color: #666;
	height: 80px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 800px;
	background-color: #000;
	position: relative;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 0px solid #999;
	bottom: 20px;
	float: none;
	top: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*
blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
*/

a:link {
	font-style: normal;
	color: #333300;
	text-decoration: none;
}
a:visited {
	color:#806000;
	text-decoration: none;
}

a:hover {
	color:#808000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

a:active {
	color:#666633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #666633;
}

/*
.constrainright {
	padding-right: 185px;
}

.constrainleft {
	padding-left: 185px;
}
*/
