html {
	height:100%;  
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0; 
	background:rgb(209,205,193);
	font-size:80%; 
	font-family:georgia, palatino linotype, times new roman, serif;
	text-align:center;
	}

body {
	height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background:rgb(209,205,193);
	}

img {
	border: 0;
	}	

a {
	text-decoration: underline;
	}
		
#content {
	overflow:auto; 
	position:absolute; 
	top:150px; 
	bottom:52px; 
	width:750px; 
	margin-left:-401px; 
	left:50%; 
	border-left:1px solid #000;
	border-right:1px solid #000;
	background:#fff;
	text-align:center;
	}
	
#content a {
	color:#000
	}

* html #content {
	top:0; 
	bottom:0; 
	height:100%;
	width:752px;
	border-top:154px solid #fff; 
	border-bottom:50px solid #fff;
	}

#head {
	position:absolute; 
	margin-left:-401px; 
	left:50%; 
	top:0; 
	width:750.4px; 
	height:150px; 
	background:url(http://www.ludlowradiocarclub.co.uk/Images/top.jpg);
	z-index:1; 
	border:1px solid #000;
	}

* html #head {
	width:752.4px;
	}
	
/* Nav Bar */
#head ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#head li
{
	float: left;
	margin: 0;
	padding: 0;
}

#head li a
{
	background:transparent;
	margin-top:124px;
	font-family:verdana, arial, sans-serif;	
	font-weight:bold;
	color: #000;
	height: 2.5em;
	line-height: 25px;
	float: left;
	width: 105px;
	height:25px;
	display: block;
	border-top:1px solid #000;
	text-decoration: none;
	text-align: center;
}

#head a:hover {
background:#000; color:#fff; cursor:pointer; display:block; width:105px; height:25px; cursor:hand;
}

#head #currentSection a  {
	background-color: #000;
	color: #fff;
}

#foot {
	text-align:center;
	position:absolute; 
	margin-left:-401px; 
	left:50%; 
	bottom:0; 
	width:750px; 
	height:50px; 
	font-size:1em; 
	z-index:1; 
	border:1px solid #000;
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
	font-weight:bold;
	color:#000;
	}

* html #foot {
	bottom:2px; width:752px; height:48px;
	}

#content p {
	padding:5px 25px 5px 25px;
	}
	
.boldhead {
	font-size:1.5em; 
	font-weight:bold;
	text-align:center;
	}
.red {
	color: #990000;
	}

.left {float:left; margin-right:10px; border:1px solid #000;}
.right {float:right; margin-left:5px; border:1px solid #000;}

.YourCars {
	width:80%; 
	border: 0;
	text-align: center;
	}
	
.Links { 
	border:1px solid black;
	background-color:#FFFFFF;
	width:75%;
	}
	
/* Form styling */	
label {
	width: 6em;
	float: left;
	margin-right: 10em;
	display: block;
	}

input, textarea {
	color: #000;
	background: #CCC;
	border: 1px solid #990000;
	}
	
fieldset {
	border: 1px solid #000;
	width: 52em;
	margin-left:25px;
	margin-right:25px;
	padding-bottom: 5px;
	}

legend {
	color: #fff;
	background: #990000;
	border: 1px solid #000;
	padding: 2px 6px;
	}