[snip]
Can you also send us the CSS for the "nav" div?
[/snip]
#leftContent {
background-color: #EFB22D;
float: left;
width:192px;
padding: 10px 0px 100px 5px;
}
#rightContent{
margin: 0px 50px 0px 225px;
}
Thes div's I am trying to float as I illustrated would be within the
#rightContent element.