QUOTE (KAB8609 @ Jan 19 2009, 08:08 PM)

-I can't figure out how to put that Search Bar Closer to my menu bar.
You have this line in your header HTML:
CODE
<div style="width: 803px; height: 200px;" id="headercontainer">
Get rid of the height:
CODE
<div style="width: 803px" id="headercontainer">