* {
	font:small/150% Tahoma, Arial, Helvetica, sans-serif;
	}
HTML {
	background:url(images/sidebarbackground.gif) repeat-y;
	}
#page {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:url(images/menubar.gif) repeat-x 0 170px;
	}
#main {
	width:800px;
	}
A {
	text-decoration:underline;
	color:rgb(238,58,63);
	}
A:hover {
	text-decoration:none;
	color:rgb(134,134,134);
	}
A:visited {
	text-decoration:underline;
	color:rgb(238,58,63);
	}
A:visited:hover {
	text-decoration:none;
	color:rgb(134,134,134);
	}
INPUT {
	width:500px;
	}
TEXTAREA {
	width:500px;
	}
.formerror {
	display:block;
	padding:1em;
	color:rgb(255,0,0);
	background-color:rgb(240,240,255);
	}
.forminfo {
	padding:1em;
	color:rgb(180,0,0);
	background:rgb(240,240,255);
	}
.formprocessed {
	width:100%;
	}
#header {
	height:200px;
	background:url(images/yorkshirebridge.gif) no-repeat;
	}
#content {
	padding:50px 0 0 220px;
	}
#content IMG {
	margin:1em;
	}
#content IMG.floatright {
	margin:0 0 1em 1em;
	}
#content IMG.floatleft {
	margin:0 1em 1em 0;
	}
#content .caption IMG {
	margin:0;
	}
#content .sidebar {
	position:absolute;
	left:0;
	top:170px;
	width:190px;
	z-index:99;
	text-align:center;
	}
#content .sidebar IMG {
	margin:0 0 1em 0;
	}
#content .sidebar DIV {
	margin:0 1em 0 1em;
	background:white;
	border:thin solid rgb(238,58,63);
	padding:1em;
	font-style:italic;
	}
#content .sidebar DIV  P {
	font-style:normal;
	font-size:8pt;
	padding-top:0.5em;
	}
#content .bid {
	white-space:nowrap;
	}
#content .bid IMG {
	padding:0;
	margin:0;
	}
#menu {
	position:absolute;
	top:136px;
	padding-left:185px;
	width:650px;
	}
#menu H3 {
	display:none;
	}
#menu UL {
	list-style:none;
	margin-top:0;
	padding-top:10px;
	}
#menu UL A {
	text-decoration:none;
	}
#menu UL LI {
	display:inline;
	padding:10px 35px 10px 35px;
	margin-left:-25px;
	font-weight:bold;
	font-size:12pt;
	}
#menu UL LI A {
	font-weight:bold;
	font-size:12pt;
	}
#menu UL LI UL {
	position:absolute;
	top:25px;
	left:300px;
	font-weight:normal;
	font-size:10pt;
	}
#menu UL LI UL LI {
	padding:10px 20px 10px 35px;
	}
#menu UL LI UL LI.me {
	color:black;
	font-weight:normal;
	font-size:10pt;
	background:none;
	}
#menu UL LI UL LI A {
	font-weight:normal;
	font-size:10pt;
	}
#menu UL LI.me {
	background:url(images/me.gif) no-repeat 50% 0;
	}
#menu UL LI.kids {
	background:url(images/me.gif) no-repeat 50% 0;
	}
.copyright {
	display:none;
	}
