
#banner {				/*  Abbeyphoto.co.uk Banner  */
	position: relative;
	float:left;
	background-image: url('/images/abbeyback.png');
	background-repeat: no-repeat;
	height:120px;
	width: 8000px;
	text-align:right;
	left:0px;
	top: 0px;
}
#spacer {
	position: relative;
	top: 0px;
}	
#content {				/*  Main content page  */
	position: relative;
    float: left;
	min-height: 580px;	/*  3 lines for setting min height  */
    height:auto !important;
    height: 580px; 
	left: 184px;
	top: 8px;
	width: 800px;
	padding: 10px;
	border-top: 1px solid #466dcb;
	border-left: 1px solid #466dcb;
	border-right: 1px solid #466dcb;
	background-color: #000000;
	background-repeat: repeat-x;
}
#lrg_content {				/*  Slide show content  extra wide  */
	position: relative;
	min-height: 580px;	/*  3 lines for setting min height  */
    height:auto !important;
    height: 580px; 
	left: 4px;
	top: 9px;
	width: 980px;
	padding: 10px;
	border-top: 1px solid #466dcb;
	border-left: 1px solid #466dcb;
	border-right: 1px solid #466dcb;
	background-color: #000000;
	background-repeat: repeat-x;
}
#footer {
	position:relative;
	clear:both;
	top: 10px;
	left: 184px;
	width:820px;
	height:50px;
	text-align: center;
	border-top: 1px solid black;
}
#left {
	position: relative;
	float:left;
	width: 370px;
	height: 100px;
	padding: 10px;
}
#right {
	position: relative;
	float:right;
	width: 370px;
	padding: 10px;

}
#menu {
	position: absolute;
	left: 186px;
	top: 104px;
	height: 26px;
	width: 815px;
	border-bottom:1px solid #466dcb;
	padding-left:5px;
}
#acttab {
	position: absolute;
	top: 105px;
	width:80px; 
	height:20px;
	padding-top:5px;
	text-align: center;
	background-image: url('/images/pnlon.gif');
	font-color: white;
}
#pub {
	position: absolute;
	left: 0px;
	top: 123px;
	width: 180px;
}

#back {			
	position: absolute;
	top:105px;
	left:900px;
	width:80px;
	height:20px;
	padding-top:5px;
	text-align: center;	
	background-image: url('/images/pnlon.gif');
	font-color: white;
}
.thumbs {
	text-align: left;
	border: 1px solid white;
	border-collapse: separate;   /* For borders to work with FireFx */
/*	background-color: #b9b997; */
	margin: 2px;
	color: white;	
}

.tab {
	background-image: url('/images/pnlof.gif');
	width: 77px;
	height:26px;
	text-align: center;
	font-size: 10pt;
	font-color: white;
}
/*
.topmenu {
	position: relative;
	top: 6px;
	left: 0px;
	width: 77px;
	text-align: center;
	font-size: 10pt;
}*/
.topmenu:hover {
	text-decoration: underline;
    width: auto;
	color: grey;
	padding-left:23px;
}