Hi.
I made a few change to your page to get the desired effect. First of all I added these definitions to the CSS:
Code:
#adressSection {}
#adressSection #streetAddress {float: left; width: 200px;}
#adressSection #mailingAddress {}
#links {clear: left;}
Then I changed the following sections in the HTML:
Code:
<div id="adressSection">
<div id="streetAddress">
<span class="bold">Wahta Mohawks</span>
Administration
building
address:
2664 Muskoka Rd. 38
Bala,
Ontario, Canada.
E-Mail all general
inquiries to:
</div>
<div id="mailingAddress">
<span class="bold">Mailing Address:</span>
Wahta Mohawk Terrirory Box 260
Bala, ON
P0C 1A0
Phone 705-756-2354
Fax 705-756-2376
</div>
</div>
<div id="links">
or click the appropriate dept:
Blaine Commandant - Chief
Administration - Karen Commandant
Reception - Main office - Karen Sahanatien </p>
</p>
</div>
This should work. If it doesn't make sense, let me know :)
Note: be aware if you are copying and pasting, I omitted the email addresses from the above code.