CSS image not floating next to nav

for some reason I can’t get the images to float next to the nav box in wordpress. If you visit http://bit.ly/Tz6lMs your know what I mean. Any ideas?

Related posts

Leave a Reply

2 comments

  1. It could be the fact that your Nav is 21.3% width and your content is 88% width…

    you should have this instead of 88%

    #primary {
        width: 78%;
    }