/* CSS Document */

body {
	width: 800px;
	font-family: Georgia, serif;
	color: #000000;
	font-size: 10pt;
	margin: auto;
	background-color: #FFFFFF;
	font-weight: 100;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-left-color: #990000;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 145px;
	padding-bottom: 5px;
	background-image: url(images/banner_new.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

img {
	padding: 2px;
	border: 1px solid ccc;
	position: align-centre;
}

h1 {
	color: #990000;
	font-size: 14pt;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	padding-top: 14px;
	text-transform: uppercase;
}

.links{
	text-align: center;
}

a:link {
	colour:color;
	color: #990000;
	text-decoration: none;
	text-align: center;
}

a:hover  {
	color: #990033;
	text-decoration: blink;
}

a:visited {
	color: #993333;
	text-decoration: none;
}

.thumbnails{
border: 1px dashed gray;
color: grey;
}

