To remove that logo, try adding the following to the bottom of your stylesheet:
Code:
#logo {display: none;}
To change that grey bar, find the following in your stylesheet:
Code:
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
margin: 0em;
background-color: #abbbd3;
background-image: url(../images/tile_back.gif);
padding: 0.5em 0.2em;
font-weight: bold;
color: #ffffff;
height: 1%;
}
Change the text in red to whatever you prefer.
#000000 for black.
I'm not sure about the links. I'll have a look into it.