#spacer {				/* general spacer for 'relative' layout */
	visibility: hidden;
	position: relative;
	display: block;
	height: 122px
	width: 660px;
	scroll-x:hidden;
}
#menu {					/* Menu along red band of header */
	position: absolute;
	font-weight: bold;
	font-color: white;
	left: 130px;
	top: 67px;
	width: 700px;
}
#contenthead {			/* Head of main Content panel */
	position: relative;
	overflow: hidden;
	background-image: url('/images/conth1.jpg');
	background-attachment: float;
	background-repeat: no-repeat;
	height:12px;
	left: 104px;
	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/cont1.jpg');
	background-attachment: float;
	background-repeat: repeat-y;
	left: 106px;
	width: 650px;
	z-index: 1;
	padding-left: 20px;
	padding-right: 20px;
}
#contentfoot {			/* Bottom of content panel */
	position: relative;
	overflow: hidden;
	background-image: url('/images/contf1.jpg');
	background-attachment: float;
	background-repeat: no-repeat;
	text-align: center;
	height:45px;
	left: 104px;
	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;
}
#latest {					/* Side panel for latest events */
	position: absolute;
	left: 820px;
	top: 190px;
	width: 168px;
	height: 400px;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}
#newsletter {				/* Position of Newsletter Icon */
	position: absolute;
	left: 4px;
	top: 130px;
	width: 100px;
	z-index: 2;
}
#maillist {		/* Mailing list sign up */
	position: absolute;
	top: 610px;
	left: 895px;
	width: 90px;
}
#largePic {
	margin: auto;
	text-align: center;
	padding: 10px;
}
#carinfo {
	position: absolute;
	left: 1px;
	top: 315px;
	width: 634px;
	border: 0px;
}
#owner {
	position: relative;
	float: right;
	border: 1px solid black;
}
#aovc {					/* aovc logo */
	position: absolute;	
	left:16px;
	top: 3px;
	width: 70px;
	border: 0px;
}
#eaovc {				/* EAOVC logo */
	position: absolute;
	top: 3px;
	left: 812px;
	z-index: 1000;
	
}

/*  Adverts and Seasonal Decorations */

#ad1 {				/* Advert "Adrain Flux"  Main Page only */
	position: absolute;
	left: 320px;
	top: 600px;
	z-index: 1;
}
#xmas1 {
	position: absolute;
	top: 0px;
	left: 30px;
}
#xmas2 {
	position: absolute;
	top: 0px;
	left: 730px;
}
