body {
	background-color: #282D26;
	background-image: url(http://www.edbennett.co.uk/images/scorebackground.jpg);
	background-attachment: fixed;
}
a:link {
	color: #663333;
	text-decoration: none;
}
a:visited {
color: #663333;
	text-decoration: none;
}
a:hover {
	color: #663366;
	text-decoration: none;
}
a:active {
	color: #663333
	text-decoration: none;
}
.top {
	background-image: url(http://www.edbennett.co.uk/images/background_top.jpg);
	background-repeat: repeat-x;
	height: 56px;
	left: auto;
	right: auto;
}
.container {
	width: 900px;
	margin: auto;
	border: 2px solid #000000;
}
.mid {
	background-color: #76795c;
}
.bot {
	background-image: url(http://www.edbennett.co.uk/images/background_bot.jpg);
	background-repeat: repeat-x;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
.leftnav {
	width: 162px;
	position: relative;
}
.content {
	float: none;
	width: 700px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F3F3EB;
	text-align: justify;
}
.forms {
	background-color: #C7CFC4;
	border: 1px solid #E5E7E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.home {

	float: none;
	width: 400px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F3F3EB;
}
.imageLeft {
	margin: 5px;
	border: 1px solid #000000;
	float: left;
}
.imageRight {
	border: 1px solid #000000;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 150px;
	padding: 4px;
	margin: 10px;
	background-attachment: fixed;
	background-image: url(../images/EDPIC2.JPG);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-top-color: #878A68;
	border-right-color: #878A68;
	border-bottom-color: #878A68;
	border-left-color: #878A68;
}
.contentFront {
	float: none;
	width: 95%;
	padding: 5px;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F3F3EB;
	text-align: justify;
}
.floatRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.newsList {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
}


<!--lightbox scripts-->

#lightbox{
	background-color:#FFFFFF;
	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(../Scripts/lightbox/overlay.png); }

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