Can you tell me how to removed the Home link and Log In link from the upper right corner in the header?

I would rather use EZ Pages link, because they are more prominent.....
You can go to this file:

includes/templates/a_pink_boutique/css/stylesheet.css

and find:

/*bof navigation*/
#navMainWrapper {
margin: 0em;
background-image: url(../images/stripe.jpg);
font-weight: bold;
height: 1%;
width: 100%;
}

and change it to:

/*bof navigation*/
#navMainWrapper {
display:none;
/*margin: 0em;
background-image: url(../images/stripe.jpg);
font-weight: bold;
height: 1%;
width: 100%;*/
}