The navigation <div> can be moved to the left of the screen by applying "float: left" and a width using an ID selector. Padding is added to the top of the <div> to push it down from the banner <div>
div#navigation
{
float: left;
width: 150px;
padding-top: 2em;
}
Other Max Design articles and presentations