--- README.txt	2009-01-01 22:49:21.000000000 -0400
+++ README_new.txt	2009-04-14 00:52:56.000000000 -0400
@@ -93,6 +93,26 @@ To enable this module do the following:
 6. If you are using the job access and resume access modules, you have to-
    set the permissions correctly. Visit Administer -> Content Management ->
    Post settings and click on "Rebuild Permissions".
+   
+Theming and Customizing
+-----------------------
+
+You can override these functions in your theme template.php to customize the output
+generated by this module.
+Here are some functions you can override (the exact file to look for the original code is
+in brackets):
+theme_job_view() (job.module)
+theme_job_mail() (job.module)
+theme_job_search_item() (job.module)
+theme_resume_search_item() (resume.module)
+
+theme_job_mail() is probably the function you might want to override as this function determines
+what text is sent in the job application email to employers.
+You can insert these print_r statements to the top of that function so you can see what fields
+are available to you:
+print_r($resume_node);
+or 
+print_r($job_node);
 
 Extending the modules
 ---------------------
