First of all, I very much dislike sites which disable the right-mouse click. It makes it a lot more tedious to examine the site. Second, whatever reason you have for disabling the right-mouse click (i.e., preventing people from stealing images), people can always find a work-around. Third, disabling the right-mouse click prevents your users from opening links in either a different tab or in a new window, i.e., you are limiting the choices for your users.
OK, so you can hide the menu and the footer from the contact page by adding this CSS to the end of your child theme’s style.css file:
.page-id-47 #masthead,
.page-id-47 #colophon {
display: none;
}