Installation
------------
Before installing this module you should already have the filemanager module
installed and configured.  All database tables are created by the install file.

Once Filemanager is installed and configured, copy the attachment.module into your drupal
installation's modules directory (likely docroot/sites/all/modules/).  You should then 
disable the upload module and enable the attachments module.  You will then give the 
appropraite user roles the 'add attachments' permission.  

Finally you will need to enable the attachment capability under the content types 
configuration pages.  To do this you must go to 
"Administer"->"Content management"->"Content types" 
and enable the Attachments setting under the Workflow section.

Themes
------
This modules introduces a new theme hook of _attachments.  This hook should
format a listing of the attachments for a give node.

CSS
---
{TODO Give description of the CSS classes here}