The default Joomla search result page shows all the search options before it shows the results you have searched for. In order to change this, all you need to do is one simple CSS hack.
Go to the template and add a single line in the custom CSS field.
#searchForm {display:none;}
The search result page now is tidied up.