Amy,
Try using the following declarations in the stylesheet.css
I think it will take care of the problem.
#logoWrapper{
margin: 0 0 0 28px;
position:relative;
/*background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;*/
height:100px;
width:100%;
}
#taglineWrapper {
position:absolute;
/*clear: right;
margin: 0 0 0 200px;*/
top:33px;
right:10px;
text-align: center;
height: 90px;
width: 300px;
}
#navMainSearch {
top:3px;
right:10px;
/*margin: 5px 90px 0 0;*/
position:absolute;
}
Bookmarks