*{
	font-family:'Lucida Sans';
	font-size:12px;
	line-height:16px;
	margin:0;
	padding:0;
}
body{
	background-image:url('./img/grass.jpg');
	background-attachment:fixed;
	background-color:#5A7C1F;
}
#Page{
	position:absolute;
	top:5px;
	left:50%;
	margin-left:-274px;
	width:548px;
	padding-bottom:60px;
}
#Menu{
	font-size:22px;
	background:#086598;
	color:white;
	text-align:center;
	padding:0;
}
#Menu a{
	font-weight:bold;
	text-decoration:none;
	font-size:20px;
	color:white;
}
#Menu a:hover{
	color:black;
}
#Content{
	padding:10px 10px;
	background-image:url('./img/page.png');
	background-position:50% 50%;
	background-repeat:repeat-y;
}
#Items{
	border-collapse:separate;
}
img{
	margin:0;
	padding:0;
	border:none;
}
h1,h2,h3{
	font-size:150%;
	line-height:150%;
}
p{
	text-indent:1em;
}
a{
	color:blue;
	text-decoration:underline;
}
fieldset{
	text-align:right;
	width:auto;
	padding:5px 25% 10px 0;
}
legend{
	padding:3px;
	border:2px groove white;
	margin:0 10px;
}
.Item{
	text-align:center;
	padding:5px;
	margin:5px;
	border:2px groove white;
}
.Item img{
	width:150px;
	display:block;
}
.TractorTable{
	width:100%;
	border:5px solid green;
	border-top:none;
}
.TractorTable th{
	font-size:12px;
	font-weight:800;
	font-variant:small-caps;
	background-color:#62944A;
	color:white;
	padding:3px;
	height:1%;
}
.TractorTable td{
	font-size:10px;
	text-align:center;
	padding:5px;
}
.InvListing{
	border:5px blue solid;
	padding:5px;
	color:white;
	background-color: #0086F4;
}
.LogoLink td{
	text-align:center;
	width:125px;
	height:125px;
}