@charset "UTF-8";

body {
	/*background-image: url(siteimages/background.png);
	background-repeat: repeat; */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-style:none;
}

td
{
vertical-align:top;
}

.headertable-centre {
	background-image: url(siteimages/headersliced/header_02.png);
	background-repeat: repeat-x;
}.headertable-right {
	background-image: url(siteimages/headersliced/header_04.png);
	background-repeat: no-repeat;
}
.headertable-left {
	background-image: url(siteimages/headersliced/header_01.png);
	background-repeat: no-repeat;
}
.headertable-midleft {
	background-color: #FFFFFF;
	background-image: url(siteimages/headersliced/header_05.png);
	background-repeat: repeat-Y;
}
.headertable-midcentre {
	background-color: #FFFFFF;
	background-image: url(siteimages/headersliced/header_06.png);
	background-repeat: repeat;
}
.headertable-midright {
	background-image: url(siteimages/headersliced/header_08.png);
	background-repeat: repeat-y;
}
.headertable-botleft {
	background-image: url(siteimages/headersliced/header_12.png);
	background-repeat: no-repeat;
}
.headertable-botcentre {
	background-image: url(siteimages/headersliced/header_13.png);
	background-repeat: repeat-x;
}
.headertable-botright {
	background-image: url(siteimages/headersliced/header_14.png);
	background-repeat: no-repeat;
}

.shout-midtop {
	background-image: url(siteimages/shoutsliced/images/shout_02.png);
}
.shout-midleft {
	background-image: url(siteimages/shoutsliced/images/shout_01.png);
}
.shout-midright {
	background-image: url(siteimages/shoutsliced/images/shout_04.png);
	background-repeat: no-repeat;
}
.shout-middleleft {
	background-image: url(siteimages/shoutsliced/images/shout_05.png);
}
.shoutmiddle-middle {
	background-image: url(siteimages/shoutsliced/images/shout_06.png);
}
.shout-middleright {
	background-image: url(siteimages/shoutsliced/images/shout_07.png);
}
.shout-bottomleft {
	background-image: url(siteimages/shoutsliced/images/shout_08.png);
background-repeat: no-repeat;
}
.shout-bottommid {
	background-image: url(siteimages/shoutsliced/images/shout_09.png);
}
.shout-bottomright {
	background-image: url(siteimages/shoutsliced/images/shout_10.png);
background-repeat: no-repeat;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}