<!--
body { margin: 0 auto 0 auto; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 1em; background: #000000; }
#wrapper { margin: 0 auto 0 auto; text-align: left; background: #FFFFFF; }
#header { 
	margin: 0;
	padding: 0;
	width: 770px;
	height: 80px;
	background-image:url(images/vending_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
#header h1 { margin: 0; padding: 0; color: #FFFFFF; font-size: 1.5em; text-transform: capitalize; text-align: center; line-height: 80px; }
#header h1 a:link, #header h1 a:visited { color: #FFFFFF; text-decoration: none; }
#header h1 a:hover { color: #FFFFCC; }
#bodycontent h2 { font-size: 1em; text-align: center; margin: 0; padding: 0; }
#bodycontent p { margin: 5px 10px 5px 10px; padding: 0; }
#bodycontent form { font-size: .8em; }
div#vendform { margin: 0 auto 0 auto; padding: 0; width: 400px; height: auto; border: 1px solid #000000; }
.required { color: #FF0000; font-size: 9px; }
.floatleft { margin: 10px; float: left; }
.floatright { margin: 10px; float: right; }
div#vendform table th { padding: 5px; text-align: center; text-transform: uppercase; background: #ffcc00; border-bottom: 1px solid #000000; }
#footer { 
	margin: 0;
	padding: 0;
	width: 770px;
	height: 85px;
	background-image:url(images/vending_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
#footer h4 { margin: 0; padding: 0; color: #FFFFFF; text-align: center; }
#footer p { margin: 0; padding: 0; color: #FFFFFF; text-align: center; }

-->