/*Style Sheet Copyright © 2008 The Early Ford V-8 Club of Cape Cod . All rights reserved.*/
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-position: top left;
	background-repeat: repeat-x;
	background-image: url(art/background.jpg);
	background-color: #FFFFFF;
}
#Menu {
	display: block;
	padding: 2px 0px 2px 6px;
	clear: left;
	margin: 0px;
	border-top: 1px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px solid #000000;
}
#Footer {
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 2px 6px;
	float: left;
	position: relative;
	clear: both;
	display: block;
}
#content {
	margin: 10px;
	padding: 6px;
	width: 640px;
	clear: left;
	float: left;
	height: 100%;
	display: block;
}
