<!-- Begin
// $Id: about.js,v 1.5 2008/05/09 15:17:26 root Exp root $

// Put your test here. Remember to use a \ at the end of each line until the terminating line with the );
// In about.html, we want to have an image on the left side.
document.write('<center><span class="title"><u>About Benson\'s Driver Education</u></span></center><br><br><br>');

document.write('<table cellpadding="3" cellspacing="0" border="0" width="630" height="300">');
document.write('<tr>'); 
document.write('<td width="210" align="center" valign="middle"><img src="picts/collage1.jpg" width="100%" height="100%" alt="Collage #1"></td>');
document.write('<td width="20"></td>');
document.write('<td width="400" valign="top">');

document.write('<br><br><span class="text">'); 
document.write('Benson\'s Driver Education has been serving teens and motorcycle enthusiasts of central Maine for over ten years.<br><br> ');
document.write('Our focus is on smaller class sizes for more individualized training, and one-on-one behind-the-wheel road training. Often ');
document.write('new drivers can be intimidated by peers, and by doing the one-on-one training, we give the new driver an opportunity to do their best without');
document.write('the pressure from peers.<br><br>');
document.write('<fieldset style=" text-align:left; width:380px; padding: 2px;" class="smalltext">');
document.write('<legend><span class="subtitle2">About the instructor:</span></legend>');
document.write('<br>Jackson E. Benson, owner of Benson\'s Driver Education, has been a driving instructor for ten years, a class room teacher for fourteen years');
document.write(' and a licensed driver for over 39 years.<br> ');
document.write('<br></fieldset>');
document.write('</span></td></tr></table>');
// document.write('');

//  End -->
