/*
    bio text
    
    to write to the web page the command is:
        document.write(' [what you want to write] ');
    
    singles quotes need to be typed as \'  so "Maria's art" would be "Maria\'s art"
    any paragraphy after the first should start with:<p style="text-indent:20px;">
    and end with:</p>
    
    all text must be on one line between the starting "document.write('" and ending "');"
    
*/


document.write('Maria Paz Scott was born in Santiago, Chile in 1971.  She moved to Toronto in 1985.In August of 2003, she moved to Calgary where she found her passion for art.');
document.write('<p style="text-indent:20px;"></p>');
document.write('<p style="text-indent:20px;">Maria soon fell in love with the texture, the looseness and the impressionistic feel of Pallet Knife oil paintings.</p>');
document.write('<p style="text-indent:20px;">She enjoys painting the beauty of Birch trees, the contrast of the knife texture versus the softness of flowers and the play of colors and composition of abstract paintings.</p>');
document.write('<p style="text-indent:20px;">Maria has been represented at Avenida Art Gallery and Harlequin Galleries in Calgary.  Maria is a member of the Federation of Canadian Artists and ArtPoint Gallery &amp; Studios Society.</p>');
document.write('<p style="text-indent:20px;"></p>');
document.write('<p style="text-indent:20px;"></p>');
document.write('<p style="text-indent:20px;">Check out the the Upcoming Events page to keep current with Maria\'s showings and happenings.</p>');


