okay I added those code and it made the the navigation finally stay fixed but the header is now moved up and is cut off and it is not fixed. I also cannot get the about, contact, etc to move over to the left so the contact page is not overlapping the search tab this is the code I have for all of those. I tried using the tool on firefox to make edits but I am not super knowledge and I am just learning. Those are the only major changes I wanted to make to the template.
Thank you for your patience. This is the code I have attempted to fix all those problems
/***************header************************/
#navigation{position:fixed;z-index:1}
#navigation-frill{position:fixed;z-index:2;margin-top:25px}
/***************navbar************************/
#nav-menu {
display: block;
float: left;
position: fixed;
font-family: Arvo,Cambria,Georgia,Times,serif;
font-size: 14px;
margin: -4px 0px 4px -16px;
width: 600px;
}
#navigation{position:fixed;z-index:1}
#navigation-frill{position:fixed;z-index:2;margin-top:25px}
#wrapper {
text-align: left;
width: 750;