You can see what my concern is by looking at:
http://www.members.westnet.com.au/jelliott/
To start building a new page I first defined three divisions:
headercontainer;
navbar;
content.
To assist viewing I have temporarily given each a border, as well as giving 'body' a border, and I have inserted an empty paragraph between each container.
As you can see at http://www.members.westnet.com.au/jelliott/ , the content container, div id="content", is wider than the body, and the navbar, and the headercontainer. One would presume the body would automatically take up 100% of the width of available screen, and the other two containers have been defined with '{width: 100%;}'
I would be very much obliged if any of you could tell me where I am going wrong.
Many thanks,
James
