#spacer {				/* general spacer for 'relative' layout */
	visibility: hidden;
	position: relative;
	display: block;
	height: 95px;
	width: 660px;
	scroll-x:hidden;
}
#menu {					/* Menu along red band of header */
	position: absolute;
	font-weight: bold;
	font-color: white;
	left: 220px;
	top: 67px;
	width: 700px;
}
#contenthead {			/* Head of main Content panel */
	position: relative;
	overflow: hidden;
	background-image: url('/images/conth.jpg');
	background-attachment: float;
	background-repeat: no-repeat;
	height:12px;
	left: 180px;
	padding-left: 10px;
}
#content {				/* Main content panel */
	position: relative;
 	min-height: 580px;	/*  3 lines for setting min height  */
    height:auto !important;
    height: 580px; 
	overflow-x: hidden;
	background-image: url('/images/cont.jpg');
	background-attachment: float;
	background-repeat: repeat-y;
	left: 180px;
	width: 650px;
	z-index: 1;
	padding-left: 20px;
	padding-right: 20px;
}
#contentfoot {			/* Bottom of content panel */
	position: relative;
	overflow: hidden;
	background-image: url('/images/contf.jpg');
	background-attachment: float;
	background-repeat: no-repeat;
	text-align: center;
	height:45px;
	left: 180px;
	width: 690px;
	padding-left: 10px;
	padding-top: 10px;
}
#content-bg {			/* Background image of the content panel */
 	min-height: 550px;	/*  3 lines for setting min height  */
    height:auto !important;
    height: 550px; 
	position:relative;
	overflow-y: auto;
	overflow-x: hidden;
	background-image: url('/images/carbg.gif');
	background-attachment: float;
	top:-2px;
	left:-8px;
	width: 660px;
	z-index:10;
	background-repeat: no-repeat;
	padding:8px;
}

#loginBox {
	position: absolute;
	top: 14px;
	left: 890px;
	width: 150px;
	height: 105px;
	border: 1px solid blue;
}
#footer {					/* End of page */
	position: relative;
	left: 180px;
	width: 650px;
	height: 20px;
	padding-left: 20px;
	padding-top:5px;
}
#latest {					/* Side panel for latest events */
	left: 6px;
	margin:10px 0px 10px;
	padding:10px 1px 10px 1px;
	width: 178px;
	font-size: 8pt;
	font-weight: normal;
	background-color:#CCC;
	color: #000000;
}
#newsletter {				/* Position of Newsletter Icon */
	position: absolute;
	left: 890px;
	top: 130px;
	width: 150px;
	z-index: 2;
}
#event {		/* Mailing list sign up */
	position: absolute;
	top: 200px;
	left: 6px;
	width: 178px;
	/*border: 1px solid black; */
	margin:0px;
	padding:0px;
	font-size: 8pt;
}
#largePic {
	margin: auto;
	text-align: center;
	padding: 10px;
}
#carinfo {
	position: absolute;
	left: 1px;
	top: 330px;
	width: 634px;
	border: 10px;
}
#owner {
	position: relative;
	float: right;
	border: 1px solid black;
	}
#aovc {					/* aovc logo */
	visibility:hidden;
	position: absolute;	
	left:16px;
	top: 3px;
	width: 70px;
	border: 0px;
}
#eaovc {				/* EAOVC logo */
	position: absolute;
	top: 3px;
	left: 10px;
	z-index: 1000;
}

/*  Adverts and Seasonal Decorations */

#ad1 {				/* Advert "Adrain Flux"  Main Page only */
	position: relative;
/*	left: 320px;
	top: 660px;
	z-index: 1;*/
}	
#ad2 {				/* Advert "Lancaster Car Insurance"  Events Page only */
	position: relative;
	float:left;
	width:408px;
	padding: 5px;
	text-align:center;
	z-index: 1;
}
#xmas1 {
	position: absolute;
	top: 0px;
	left: 30px;
}
#xmas2 {
	position: absolute;
	top: 0px;
	left: 730px;
}
