﻿/* BEGIN DINNINGTON COLLIERY BAND CSS */

html,body { margin:0; padding:0; height:650px; background: #517089; font-family: Georgia, Sans-serif; font-size: 14px; color: #000000; }


/* ANCHOR STYLES */

A:link {color: #FFFFFF; text-decoration: underline; }
A:visited {color: #FFFFFF; text-decoration: underline; }
A:hover {color: #FFFFFF; text-decoration: none; }
A:active {color: #FFFFFF; text-decoration: none; }


/* PAGE STYLES */

div#container {
	margin: 0 auto; /* Center, not in IE5 */
	width: 700px;
	background: #98B8C9;
	background-repeat: no-repeat;
	height: auto !important; /* Real browsers */
	height: 100%; /* IE6: Treated as min-height */
	min-height: 100%; /* Real browsers */ }

img.borderleft {
	position: absolute;
	float: left;
	margin: 0 -13px;
	height: 650px;
	width: 13px; }
	
img.borderright {
	position: absolute;
	float: left;
	margin: 0 700px;
	height: 650px;
	width: 13px; }

div#content {
	width: 700px;
	height: 650px;
	align: center;
	margin: 80px 0px 0px 0px;
	background: #98B8C9;
	background-repeat: no-repeat;
	background-image:url('images/background.png');
	color: #333333; }
	
h1 {
	position: absolute;
	width: 700px;
	text-decoration: none;
	text-align: center;
	font: normal 15px/18px Georgia, Sans-Serif;
	color: #FFFFFF;
	letter-spacing: 0.2px; }

h2 {
	position: absolute;
	width: 700px;
	margin-top: 604px;
	text-decoration: none;
	text-align: center;
	font: normal 15px/16px Century Gothic, Sans-Serif;
	color: #FFFFFF;
	letter-spacing: 0.2px; }
	
div#footer {
	margin: 10px auto;
	width: 700px;
	height: 100px;
	bottom: 0; /* Stick to bottom */
	background: #517089; }

div#footer p {
	padding: 6px;
	margin: 0;
	vertical-align: middle; }
div#footer ul.info-container li.statements {
	float: left;
	margin: 10px 0px 10px 6px !important;
	padding: 0 12px; }
div#footer ul.info-container li.copyright {
	float: right;
	margin: 10px 10px 10px 6px !important; }
div#footer ul#info {
	list-style-type: none;
	margin: 0 0 0;
	padding: 0 0 0 0; }
