Magento template folders
1. /app/design/frontend/default/YOUR_TEMPLATE_NAME/layout
Contains the .xml files that define which modules should be called by the template files and loaded in defined areas on the site.
2. /app/design/frontend/default/YOUR_TEMPLATE_NAME/template
Contains files and subfolders that structure the final output for the users using the functions located in the layout/ folder
3. /skin/frontend/default/YOUR_TEMPLATE_NAME
Contains the CSS, images, JavaScript and Flash files related to the template