[
  {
    "path": ".gitignore",
    "content": ".DS_Store"
  },
  {
    "path": "README.md",
    "content": "Email Blueprints\n================\n\n[Brought to you by MailChimp](http://www.mailchimp.com/), these email blueprints are licensed under a [Creative Commons Attribution-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0/).\n\nEmail Blueprints is a collection of HTML email templates that can serve as a solid foundation and starting point for the design of emails. They include template language elements that make them customizable when imported into a MailChimp account, as well as merge tags that will generate dynamic content when sent through MailChimp. Not a MailChimp user? You can [sign up free](http://www.mailchimp.com/signup) or simply strip out merge tags and use these templates to send through any system.\n\nFor clarification on the coding practices shown in these emails, or for general HTML email knowledge, visit MailChimp's [HTML Email Reference](http://templates.mailchimp.com).\n\nContents\n--------\n\n**/modular-template-patterns** contains a single template built out of modular blocks of common design patterns.\n\n**/responsive-templates** contains a collection of responsive / mobile-friendly email templates with various layouts.\n\n**/templates** contains a collection of fixed-width email templates with various layouts.\n\nResponsive Templates & CSS Inlining\n-----------------------------------\n\nWhen inlining the CSS in the responsive templates, be sure **not** to include the styles within the media query; they should remain in the head element of the email. The MailChimp app and [external CSS inliner](http://beaker.mailchimp.com/inline-css) both inline the CSS correctly, but many services may not.\n\n![Bitdeli](https://d2weczhvl823v0.cloudfront.net/mailchimp/Email-Blueprints/trend.png)\n"
  },
  {
    "path": "modular-template-patterns/modular-template-patterns.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        <meta name=\"viewport\" content=\"width=device-width\"/>\n        <title>Modular Template Patterns</title>\n\n        <!--\n        \tThis email is an experimental proof-of-concept based on the\n            idea that the most common design patterns seen in email can\n            be placed in modular blocks and moved around to create\n            different designs.\n\n\t\t\tThe same principle is used to build the email templates in\n            MailChimp's Drag-and-Drop email editor.\n\n\t\t\tThis email is optimized for mobile email clients, and even\n            works relatively well in the Android Gmail App, which does\n            not support Media Queries, but does have limited mobile-\n            friendly functionality.\n\n\t\t\tWhile this coding method is very flexible, it can be more\n            brittle than traditionally-coded emails, particularly in\n            Microsoft Outlook 2007-2010. Outlook-specific conditional\n            CSS is included to counteract the inconsistencies that\n            crop up.\n            \n            For more information on HTML email design and development,\n            visit http://templates.mailchimp.com\n        -->\n\n        <style type=\"text/css\">\n\t\t\t/*////// RESET STYLES //////*/\n\t\t\tbody, #bodyTable, #bodyCell{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\ttable{border-collapse:collapse;}\n\t\t\timg, a img{border:0; outline:none; text-decoration:none;}\n\t\t\th1, h2, h3, h4, h5, h6{margin:0; padding:0;}\n\t\t\tp{margin: 1em 0;}\n\n\t\t\t/*////// CLIENT-SPECIFIC STYLES //////*/\n\t\t\t.ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail/Outlook.com to display emails at full width. */\n\t\t\t.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div{line-height:100%;} /* Force Hotmail/Outlook.com to display line heights normally. */\n\t\t\ttable, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up. */\n\t\t\t#outlook a{padding:0;} /* Force Outlook 2007 and up to provide a \"view in browser\" message. */\n\t\t\timg{-ms-interpolation-mode: bicubic;} /* Force IE to smoothly render resized images. */\n\t\t\tbody, table, td, p, a, li, blockquote{-ms-text-size-adjust:100%; -webkit-text-size-adjust:100%;} /* Prevent Windows- and Webkit-based mobile platforms from changing declared text sizes. */\n\n\t\t\t/*////// FRAMEWORK STYLES //////*/\n\t\t\t.flexibleContainerCell{padding-top:20px; padding-Right:20px; padding-Left:20px;}\n\t\t\t.flexibleImage{height:auto;}\n\t\t\t.bottomShim{padding-bottom:20px;}\n\t\t\t.imageContent, .imageContentLast{padding-bottom:20px;}\n\t\t\t.nestedContainerCell{padding-top:20px; padding-Right:20px; padding-Left:20px;}\n\n\t\t\t/*////// GENERAL STYLES //////*/\n\t\t\tbody, #bodyTable{background-color:#F5F5F5;}\n\t\t\t#bodyCell{padding-top:40px; padding-bottom:40px;}\n\t\t\t#emailBody{background-color:#FFFFFF; border:1px solid #DDDDDD; border-collapse:separate; border-radius:4px;}\n\t\t\th1, h2, h3, h4, h5, h6{color:#202020; font-family:Helvetica; font-size:20px; line-height:125%; text-align:Left;}\n\t\t\t.textContent, .textContentLast{color:#404040; font-family:Helvetica; font-size:16px; line-height:125%; text-align:Left; padding-bottom:20px;}\n\t\t\t.textContent a, .textContentLast a{color:#2C9AB7; text-decoration:underline;}\n\t\t\t.nestedContainer{background-color:#E5E5E5; border:1px solid #CCCCCC;}\n\t\t\t.emailButton{background-color:#2C9AB7; border-collapse:separate; border-radius:4px;}\n\t\t\t.buttonContent{color:#FFFFFF; font-family:Helvetica; font-size:18px; font-weight:bold; line-height:100%; padding:15px; text-align:center;}\n\t\t\t.buttonContent a{color:#FFFFFF; display:block; text-decoration:none;}\n\t\t\t.emailCalendar{background-color:#FFFFFF; border:1px solid #CCCCCC;}\n\t\t\t.emailCalendarMonth{background-color:#2C9AB7; color:#FFFFFF; font-family:Helvetica, Arial, sans-serif; font-size:16px; font-weight:bold; padding-top:10px; padding-bottom:10px; text-align:center;}\n\t\t\t.emailCalendarDay{color:#2C9AB7; font-family:Helvetica, Arial, sans-serif; font-size:60px; font-weight:bold; line-height:100%; padding-top:20px; padding-bottom:20px; text-align:center;}\n\n\t\t\t/*////// MOBILE STYLES //////*/\n\t\t\t@media only screen and (max-width: 480px){\t\t\t\n\t\t\t\t/*////// CLIENT-SPECIFIC STYLES //////*/\n\t\t\t\tbody{width:100% !important; min-width:100% !important;} /* Force iOS Mail to render the email at full width. */\n\n\t\t\t\t/*////// FRAMEWORK STYLES //////*/\n\t\t\t\t/*\n\t\t\t\t\tCSS selectors are written in attribute\n\t\t\t\t\tselector format to prevent Yahoo Mail\n\t\t\t\t\tfrom rendering media query styles on\n\t\t\t\t\tdesktop.\n\t\t\t\t*/\n\t\t\t\ttable[id=\"emailBody\"], table[class=\"flexibleContainer\"]{width:100% !important;}\n\n\t\t\t\t/*\n\t\t\t\t\tThe following style rule makes any\n\t\t\t\t\timage classed with 'flexibleImage'\n\t\t\t\t\tfluid when the query activates.\n\t\t\t\t\tMake sure you add an inline max-width\n\t\t\t\t\tto those images to prevent them\n\t\t\t\t\tfrom blowing out. \n\t\t\t\t*/\n\t\t\t\timg[class=\"flexibleImage\"]{height:auto !important; width:100% !important;}\n\n\t\t\t\t/*\n\t\t\t\t\tMake buttons in the email span the\n\t\t\t\t\tfull width of their container, allowing\n\t\t\t\t\tfor left- or right-handed ease of use.\n\t\t\t\t*/\n\t\t\t\ttable[class=\"emailButton\"]{width:100% !important;}\n\t\t\t\ttd[class=\"buttonContent\"]{padding:0 !important;}\n\t\t\t\ttd[class=\"buttonContent\"] a{padding:15px !important;}\n\n\t\t\t\ttd[class=\"textContentLast\"], td[class=\"imageContentLast\"]{padding-top:20px !important;}\n\n\t\t\t\t/*////// GENERAL STYLES //////*/\n\t\t\t\ttd[id=\"bodyCell\"]{padding-top:10px !important; padding-Right:10px !important; padding-Left:10px !important;}\n\t\t\t}\n\t\t</style>\n        <!--\n        \tOutlook Conditional CSS\n\n            These two style blocks target Outlook 2007 & 2010 specifically, forcing\n            columns into a single vertical stack as on mobile clients. This is\n            primarily done to avoid the 'page break bug' and is optional.\n\n            More information here:\n\t\t\thttp://templates.mailchimp.com/development/css/outlook-conditional-css\n        -->\n        <!--[if mso 12]>\n            <style type=\"text/css\">\n            \t.flexibleContainer{display:block !important; width:100% !important;}\n            </style>\n        <![endif]-->\n        <!--[if mso 14]>\n            <style type=\"text/css\">\n            \t.flexibleContainer{display:block !important; width:100% !important;}\n            </style>\n        <![endif]-->\n    </head>\n    <body>\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"bodyTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\" id=\"bodyCell\">\n                    \t<!-- EMAIL CONTAINER // -->\n                        <!--\n                        \tThe table \"emailBody\" is the email's container.\n                            Its width can be set to 100% for a color band\n                            that spans the width of the page.\n                        -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"emailBody\">\n\n\n\t\t\t\t\t\t\t<!-- MODULE ROW // -->\n                            <!--\n                            \tTo move or duplicate any of the design patterns\n                                in this email, simply move or copy the entire\n                                MODULE ROW section for each content block.\n                            -->\n\t\t\t\t\t\t\t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- CENTERING TABLE // -->\n                                    <!--\n                                    \tThe centering table keeps the content\n                                        tables centered in the emailBody table,\n                                        in case its width is set to 100%.\n                                    -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td align=\"center\" valign=\"top\">\n                                            \t<!-- FLEXIBLE CONTAINER // -->\n                                                <!--\n                                                \tThe flexible container has a set width\n                                                    that gets overridden by the media query.\n                                                    Most content tables within can then be\n                                                    given 100% widths.\n                                                -->\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" class=\"flexibleContainer\">\n                                                \t<tr>\n                                                    \t<td align=\"center\" valign=\"top\" width=\"600\" class=\"flexibleContainerCell\">\n\n\n                                                            <!-- CONTENT TABLE // -->\n                                                            <!--\n                                                            \tThe content table is the first element\n                                                                that's entirely separate from the structural\n                                                                framework of the email.\n                                                            -->\n                                                            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr>\n                                                                    <td valign=\"top\" class=\"textContent\">\n                                                                        <h3>Title</h3>\n                                                                        <br />\n                                                                        A kitten or kitty is a juvenile domesticated cat. A feline litter usually consists of two to five kittens. To survive, kittens need the care of their mother for the first several weeks of their life. Kittens are highly social animals and spend most of their waking hours playing and interacting with available companions.\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // CONTENT TABLE -->\n\n\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // FLEXIBLE CONTAINER -->\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // CENTERING TABLE -->\n                                </td>\n                            </tr>\n                            <!-- // MODULE ROW -->\n\n\n\t\t\t\t\t\t\t<!-- MODULE ROW // -->\n\t\t\t\t\t\t\t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- CENTERING TABLE // -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td align=\"center\" valign=\"top\">\n                                            \t<!-- FLEXIBLE CONTAINER // -->\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" class=\"flexibleContainer\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\" width=\"600\" class=\"flexibleContainerCell\">\n\n\n                                                            <!-- CONTENT TABLE // -->\n                                                            <!--\n                                                            \tIn multi-column content blocks, the\n                                                                content tables are given set widths\n                                                                and the flexibleContainer class.\n                                                            -->\n                                                            <table align=\"Left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"260\" class=\"flexibleContainer\">\n                                                                <tr>\n                                                                    <td valign=\"top\" class=\"textContent\">\n                                                                        <h3>Left Column</h3>\n                                                                        <br />\n                                                                        A kitten or kitty is a juvenile domesticated cat. A feline litter usually consists of two to five kittens. To survive, kittens need the care of their mother for the first several weeks of their life. Kittens are highly social animals and spend most of their waking hours playing and interacting with available companions.\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // CONTENT TABLE -->\n\n\n                                                            <!-- CONTENT TABLE // -->\n                                                            <table align=\"Right\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"260\" class=\"flexibleContainer\">\n                                                                <tr>\n                                                                    <td valign=\"top\" class=\"textContentLast\">\n                                                                        <h3>Right Column</h3>\n                                                                        <br />\n                                                                        A kitten or kitty is a juvenile domesticated cat. A feline litter usually consists of two to five kittens. To survive, kittens need the care of their mother for the first several weeks of their life. Kittens are highly social animals and spend most of their waking hours playing and interacting with available companions.\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // CONTENT TABLE -->\n\n\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // FLEXIBLE CONTAINER -->\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // CENTERING TABLE -->\n                                </td>\n                            </tr>\n                            <!-- // MODULE ROW -->\n\n\n\t\t\t\t\t\t\t<!-- MODULE ROW // -->\n\t\t\t\t\t\t\t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- CENTERING TABLE // -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td align=\"center\" valign=\"top\">\n                                            \t<!-- FLEXIBLE CONTAINER // -->\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" class=\"flexibleContainer\">\n                                                \t<tr>\n                                                    \t<td align=\"center\" valign=\"top\" width=\"600\" class=\"flexibleContainerCell bottomShim\">\n\n\n                                                            <!-- CONTENT TABLE // -->\n                                                            <!--\n                                                            \tThe emailButton table's width can be changed\n                                                                to affect the look of the button. To make the\n                                                                button width dependent on the text inside, leave\n                                                                the width blank. When a button is placed in a column,\n                                                                it's helpful to set the width to 100%.\n                                                            -->\n                                                            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"260\" class=\"emailButton\">\n                                                                <tr>\n                                                                    <td align=\"center\" valign=\"middle\" class=\"buttonContent\">\n                                                                        <a href=\"#\" target=\"_blank\">Purchase Now</a>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // CONTENT TABLE -->\n\n\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // FLEXIBLE CONTAINER -->\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // CENTERING TABLE -->\n                                </td>\n                            </tr>\n                            <!-- // MODULE ROW -->\n\n\n\t\t\t\t\t\t\t<!-- MODULE ROW // -->\n\t\t\t\t\t\t\t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- CENTERING TABLE // -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td align=\"center\" valign=\"top\">\n                                            \t<!-- FLEXIBLE CONTAINER // -->\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" class=\"flexibleContainer\">\n                                                \t<tr>\n                                                    \t<td align=\"center\" valign=\"top\" width=\"600\" class=\"flexibleContainerCell bottomShim\">\n                                                        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"nestedContainer\">\n                                                            \t<tr>\n                                                                \t<td align=\"center\" valign=\"top\" class=\"nestedContainerCell\">\n\n\n                                                                        <!-- CONTENT TABLE // -->\n                                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                                                            <tr>\n                                                                                <td valign=\"top\" class=\"textContent\">\n                                                                                    <h3>Title</h3>\n                                                                                    <br />\n                                                                                    A kitten or kitty is a juvenile domesticated cat. A feline litter usually consists of two to five kittens. To survive, kittens need the care of their mother for the first several weeks of their life. Kittens are highly social animals and spend most of their waking hours playing and interacting with available companions.\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // CONTENT TABLE -->\n\n\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // FLEXIBLE CONTAINER -->\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // CENTERING TABLE -->\n                                </td>\n                            </tr>\n                            <!-- // MODULE ROW -->\n\n\n\t\t\t\t\t\t\t<!-- MODULE ROW // -->\n\t\t\t\t\t\t\t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- CENTERING TABLE // -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td align=\"center\" valign=\"top\">\n                                            \t<!-- FLEXIBLE CONTAINER // -->\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" class=\"flexibleContainer\">\n                                                \t<tr>\n                                                    \t<td align=\"center\" valign=\"top\" width=\"600\" class=\"flexibleContainerCell bottomShim\">\n                                                        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"nestedContainer\">\n                                                            \t<tr>\n                                                                \t<td valign=\"top\" class=\"nestedContainerCell\">\n\n\n                                                                        <!-- CONTENT TABLE // -->\n                                                                        <table align=\"Left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"240\" class=\"flexibleContainer\">\n                                                                            <tr>\n                                                                                <td valign=\"top\" class=\"textContent\">\n                                                                                    <h3>Left Column</h3>\n                                                                                    <br />\n                                                                                    A kitten or kitty is a juvenile domesticated cat. A feline litter usually consists of two to five kittens. To survive, kittens need the care of their mother for the first several weeks of their life. Kittens are highly social animals and spend most of their waking hours playing and interacting with available companions.\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // CONTENT TABLE -->\n            \n            \n                                                                        <!-- CONTENT TABLE // -->\n                                                                        <table align=\"Right\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"240\" class=\"flexibleContainer\">\n                                                                            <tr>\n                                                                                <td valign=\"top\" class=\"textContentLast\">\n                                                                                    <h3>Right Column</h3>\n                                                                                    <br />\n                                                                                    A kitten or kitty is a juvenile domesticated cat. A feline litter usually consists of two to five kittens. To survive, kittens need the care of their mother for the first several weeks of their life. Kittens are highly social animals and spend most of their waking hours playing and interacting with available companions.\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // CONTENT TABLE -->\n\n\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // FLEXIBLE CONTAINER -->\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // CENTERING TABLE -->\n                                </td>\n                            </tr>\n                            <!-- // MODULE ROW -->\n\n\n\t\t\t\t\t\t\t<!-- MODULE ROW // -->\n\t\t\t\t\t\t\t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- CENTERING TABLE // -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td align=\"center\" valign=\"top\">\n                                            \t<!-- FLEXIBLE CONTAINER // -->\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" class=\"flexibleContainer\">\n                                                \t<tr>\n                                                    \t<td align=\"center\" valign=\"top\" width=\"600\" class=\"flexibleContainerCell bottomShim\">\n                                                        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"nestedContainer\">\n                                                            \t<tr>\n                                                                \t<td align=\"center\" valign=\"top\" class=\"nestedContainerCell\">\n\n\n                                                                        <!-- CONTENT TABLE // -->\n                                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                                                            <tr>\n                                                                                <td valign=\"top\" class=\"textContent\">\n                                                                                    <h3>Callout</h3>\n                                                                                    <br />\n                                                                                    A kitten or kitty is a juvenile domesticated cat. A feline litter usually consists of two to five kittens. To survive, kittens need the care of their mother for the first several weeks of their life. Kittens are highly social animals and spend most of their waking hours playing and interacting with available companions.\n                                                                                </td>\n                                                                            </tr>\n                                                                            <tr>\n                                                                            \t<td align=\"center\" valign=\"top\" class=\"bottomShim\">\n                                                                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"260\" class=\"emailButton\">\n                                                                                    \t<tr>\n                                                                                        \t<td align=\"center\" valign=\"middle\" class=\"buttonContent\">\n                                                                                            \t<a href=\"#\" target=\"_blank\">Purchase Now</a>\n                                                                                            </td>\n                                                                                        </tr>\n                                                                                    </table>\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // CONTENT TABLE -->\n\n\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // FLEXIBLE CONTAINER -->\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // CENTERING TABLE -->\n                                </td>\n                            </tr>\n                            <!-- // MODULE ROW -->\n\n\n\t\t\t\t\t\t\t<!-- MODULE ROW // -->\n\t\t\t\t\t\t\t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- CENTERING TABLE // -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td align=\"center\" valign=\"top\">\n                                            \t<!-- FLEXIBLE CONTAINER // -->\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" class=\"flexibleContainer\">\n                                                \t<tr>\n                                                    \t<td align=\"center\" valign=\"top\" width=\"600\" class=\"flexibleContainerCell\">\n\n\n                                                            <!-- CONTENT TABLE // -->\n                                                            <!--\n                                                            \tThe table cell imageContent has padding\n                                                                applied to the bottom as part of the framework,\n                                                                ensuring images space correctly in Android Gmail.\n                                                            -->\n                                                            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr>\n                                                                    <td valign=\"top\" class=\"imageContent\">\n                                                                        <img src=\"http://placekitten.com/g/1120/800\" width=\"560\" class=\"flexibleImage\" style=\"max-width:560px;\" />\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // CONTENT TABLE -->\n\n\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // FLEXIBLE CONTAINER -->\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // CENTERING TABLE -->\n                                </td>\n                            </tr>\n                            <!-- // MODULE ROW -->\n\n\n\t\t\t\t\t\t\t<!-- MODULE ROW // -->\n\t\t\t\t\t\t\t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- CENTERING TABLE // -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td align=\"center\" valign=\"top\">\n                                            \t<!-- FLEXIBLE CONTAINER // -->\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" class=\"flexibleContainer\">\n                                                \t<tr>\n                                                    \t<td align=\"center\" valign=\"top\" width=\"600\" class=\"flexibleContainerCell\">\n\n\n                                                            <!-- CONTENT TABLE // -->\n                                                            <table align=\"Left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"260\" class=\"flexibleContainer\">\n                                                                <tr>\n                                                                    <td align=\"Left\" valign=\"top\" class=\"imageContent\">\n                                                                        <img src=\"http://placekitten.com/g/520/520\" width=\"260\" class=\"flexibleImage\" style=\"max-width:260px;\" />\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // CONTENT TABLE -->\n\n\n                                                            <!-- CONTENT TABLE // -->\n                                                            <table align=\"Right\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"260\" class=\"flexibleContainer\">\n                                                                <tr>\n                                                                    <td align=\"Left\" valign=\"top\" class=\"imageContentLast\">\n                                                                        <img src=\"http://placekitten.com/g/520/520\" width=\"260\" class=\"flexibleImage\" style=\"max-width:260px;\" />\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // CONTENT TABLE -->\n\n\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // FLEXIBLE CONTAINER -->\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // CENTERING TABLE -->\n                                </td>\n                            </tr>\n                            <!-- // MODULE ROW -->\n\n\n\t\t\t\t\t\t\t<!-- MODULE ROW // -->\n\t\t\t\t\t\t\t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- CENTERING TABLE // -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td align=\"center\" valign=\"top\">\n                                            \t<!-- FLEXIBLE CONTAINER // -->\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" class=\"flexibleContainer\">\n                                                \t<tr>\n                                                    \t<td align=\"center\" valign=\"top\" width=\"600\" class=\"flexibleContainerCell\">\n\n\n                                                            <!-- CONTENT TABLE // -->\n                                                            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr>\n                                                                    <td valign=\"top\" class=\"imageContentLast\">\n                                                                        <img src=\"http://placekitten.com/g/1120/800\" width=\"560\" class=\"flexibleImage\" style=\"max-width:560px;\" />\n                                                                    </td>\n                                                                </tr>\n                                                                <tr>\n                                                                    <td valign=\"top\" class=\"textContent\">\n                                                                        <h3>Title</h3>\n                                                                        <br />\n                                                                        A kitten or kitty is a juvenile domesticated cat. A feline litter usually consists of two to five kittens. To survive, kittens need the care of their mother for the first several weeks of their life. Kittens are highly social animals and spend most of their waking hours playing and interacting with available companions.\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // CONTENT TABLE -->\n\n\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // FLEXIBLE CONTAINER -->\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // CENTERING TABLE -->\n                                </td>\n                            </tr>\n                            <!-- // MODULE ROW -->\n\n\n\t\t\t\t\t\t\t<!-- MODULE ROW // -->\n\t\t\t\t\t\t\t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- CENTERING TABLE // -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td align=\"center\" valign=\"top\">\n                                            \t<!-- FLEXIBLE CONTAINER // -->\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" class=\"flexibleContainer\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\" width=\"600\" class=\"flexibleContainerCell\">\n\n\n                                                            <!-- CONTENT TABLE // -->\n                                                            <table align=\"Left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"260\" class=\"flexibleContainer\">\n                                                                <tr>\n                                                                    <td valign=\"top\" class=\"imageContent\">\n                                                                        <img src=\"http://placekitten.com/g/520/520\" width=\"260\" class=\"flexibleImage\" style=\"max-width:260px;\" />\n                                                                    </td>\n                                                                </tr>\n                                                                <tr>\n                                                                    <td valign=\"top\" class=\"textContent\">\n                                                                        <h3>Left Column</h3>\n                                                                        <br />\n                                                                        A kitten or kitty is a juvenile domesticated cat. A feline litter usually consists of two to five kittens. To survive, kittens need the care of their mother for the first several weeks of their life. Kittens are highly social animals and spend most of their waking hours playing and interacting with available companions.\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // CONTENT TABLE -->\n\n\n                                                            <!-- CONTENT TABLE // -->\n                                                            <table align=\"Right\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"260\" class=\"flexibleContainer\">\n                                                                <tr>\n                                                                    <td valign=\"top\" class=\"imageContentLast\">\n                                                                        <img src=\"http://placekitten.com/g/520/520\" width=\"260\" class=\"flexibleImage\" style=\"max-width:260px;\" />\n                                                                    </td>\n                                                                </tr>\n                                                                <tr>\n                                                                    <td valign=\"top\" class=\"textContent\">\n                                                                        <h3>Right Column</h3>\n                                                                        <br />\n                                                                        A kitten or kitty is a juvenile domesticated cat. A feline litter usually consists of two to five kittens. To survive, kittens need the care of their mother for the first several weeks of their life. Kittens are highly social animals and spend most of their waking hours playing and interacting with available companions.\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // CONTENT TABLE -->\n\n\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // FLEXIBLE CONTAINER -->\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // CENTERING TABLE -->\n                                </td>\n                            </tr>\n                            <!-- // MODULE ROW -->\n\n\n\t\t\t\t\t\t\t<!-- MODULE ROW // -->\n\t\t\t\t\t\t\t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- CENTERING TABLE // -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td align=\"center\" valign=\"top\">\n                                            \t<!-- FLEXIBLE CONTAINER // -->\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" class=\"flexibleContainer\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\" width=\"600\" class=\"flexibleContainerCell\">\n\n\n                                                            <!-- CONTENT TABLE // -->\n                                                            <table align=\"Left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"200\" class=\"flexibleContainer\">\n                                                                <tr>\n                                                                    <td align=\"Left\" valign=\"top\" class=\"imageContent\">\n                                                                        <img src=\"http://placekitten.com/g/400/400\" width=\"200\" class=\"flexibleImage\" style=\"max-width:200px;\" />\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // CONTENT TABLE -->\n\n\n                                                            <!-- CONTENT TABLE // -->\n                                                            <table align=\"Right\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"340\" class=\"flexibleContainer\">\n                                                                <tr>\n                                                                    <td valign=\"top\" class=\"textContent\">\n                                                                        <h3>Right Column</h3>\n                                                                        <br />\n                                                                        A kitten or kitty is a juvenile domesticated cat. Kittens are highly social animals and spend most of their waking hours playing and interacting with available companions.\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // CONTENT TABLE -->\n\n\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // FLEXIBLE CONTAINER -->\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // CENTERING TABLE -->\n                                </td>\n                            </tr>\n                            <!-- // MODULE ROW -->\n\n\n\t\t\t\t\t\t\t<!-- MODULE ROW // -->\n\t\t\t\t\t\t\t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- CENTERING TABLE // -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td align=\"center\" valign=\"top\">\n                                            \t<!-- FLEXIBLE CONTAINER // -->\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" class=\"flexibleContainer\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\" width=\"600\" class=\"flexibleContainerCell\">\n\n\n                                                            <!-- CONTENT TABLE // -->\n                                                            <!--\n                                                            \tKeeping the table markup in its original\n                                                                order and swapping the align attribute values\n                                                                allows the tables to wrap in the correct order\n                                                                on small displays.\n                                                            -->\n                                                            <table align=\"Right\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"200\" class=\"flexibleContainer\">\n                                                                <tr>\n                                                                    <td align=\"Left\" valign=\"top\" class=\"imageContent\">\n                                                                        <img src=\"http://placekitten.com/g/400/400\" width=\"200\" class=\"flexibleImage\" style=\"max-width:200px;\" />\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // CONTENT TABLE -->\n\n\n                                                            <!-- CONTENT TABLE // -->\n                                                            <table align=\"Left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"340\" class=\"flexibleContainer\">\n                                                                <tr>\n                                                                    <td valign=\"top\" class=\"textContent\">\n                                                                        <h3>Left Column</h3>\n                                                                        <br />\n                                                                        A kitten or kitty is a juvenile domesticated cat. Kittens are highly social animals and spend most of their waking hours playing and interacting with available companions.\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // CONTENT TABLE -->\n\n\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // FLEXIBLE CONTAINER -->\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // CENTERING TABLE -->\n                                </td>\n                            </tr>\n                            <!-- // MODULE ROW -->\n\n\n\t\t\t\t\t\t\t<!-- MODULE ROW // -->\n\t\t\t\t\t\t\t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- CENTERING TABLE // -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td align=\"center\" valign=\"top\">\n                                            \t<!-- FLEXIBLE CONTAINER // -->\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" class=\"flexibleContainer\">\n                                                \t<tr>\n                                                    \t<td align=\"center\" valign=\"top\" width=\"600\" class=\"flexibleContainerCell bottomShim\">\n                                                        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"nestedContainer\">\n                                                            \t<tr>\n                                                                \t<td align=\"center\" valign=\"top\" class=\"nestedContainerCell\">\n\n\n                                                                        <!-- CONTENT TABLE // -->\n                                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                                                            <tr>\n                                                                                <td valign=\"top\" class=\"imageContent\">\n                                                                                    <img src=\"http://placekitten.com/g/1040/800\" width=\"520\" class=\"flexibleImage\" style=\"max-width:520px;\" />\n                                                                                </td>\n                                                                            </tr>\n                                                                            <tr>\n                                                                                <td valign=\"top\" class=\"textContent\">\n                                                                                    <h3>Title</h3>\n                                                                                    <br />\n                                                                                    A kitten or kitty is a juvenile domesticated cat. A feline litter usually consists of two to five kittens. To survive, kittens need the care of their mother for the first several weeks of their life. Kittens are highly social animals and spend most of their waking hours playing and interacting with available companions.\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // CONTENT TABLE -->\n\n\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // FLEXIBLE CONTAINER -->\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // CENTERING TABLE -->\n                                </td>\n                            </tr>\n                            <!-- // MODULE ROW -->\n\n\n\t\t\t\t\t\t\t<!-- MODULE ROW // -->\n\t\t\t\t\t\t\t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- CENTERING TABLE // -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td align=\"center\" valign=\"top\">\n                                            \t<!-- FLEXIBLE CONTAINER // -->\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" class=\"flexibleContainer\">\n                                                \t<tr>\n                                                    \t<td align=\"center\" valign=\"top\" width=\"600\" class=\"flexibleContainerCell bottomShim\">\n                                                        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"nestedContainer\">\n                                                            \t<tr>\n                                                                \t<td valign=\"top\" class=\"nestedContainerCell\">\n\n\n                                                                        <!-- CONTENT TABLE // -->\n                                                                        <table align=\"Left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"240\" class=\"flexibleContainer\">\n                                                                            <tr>\n                                                                                <td valign=\"top\" class=\"imageContent\">\n                                                                                    <img src=\"http://placekitten.com/g/480/480\" width=\"240\" class=\"flexibleImage\" style=\"max-width:240px;\" />\n                                                                                </td>\n                                                                            </tr>\n                                                                            <tr>\n                                                                                <td valign=\"top\" class=\"textContent\">\n                                                                                    <h3>Left Column</h3>\n                                                                                    <br />\n                                                                                    A kitten or kitty is a juvenile domesticated cat. A feline litter usually consists of two to five kittens. To survive, kittens need the care of their mother for the first several weeks of their life. Kittens are highly social animals and spend most of their waking hours playing and interacting with available companions.\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // CONTENT TABLE -->\n            \n            \n                                                                        <!-- CONTENT TABLE // -->\n                                                                        <table align=\"Right\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"240\" class=\"flexibleContainer\">\n                                                                            <tr>\n                                                                                <td valign=\"top\" class=\"imageContentLast\">\n                                                                                    <img src=\"http://placekitten.com/g/480/480\" width=\"240\" class=\"flexibleImage\" style=\"max-width:240px;\" />\n                                                                                </td>\n                                                                            </tr>\n                                                                            <tr>\n                                                                                <td valign=\"top\" class=\"textContent\">\n                                                                                    <h3>Right Column</h3>\n                                                                                    <br />\n                                                                                    A kitten or kitty is a juvenile domesticated cat. A feline litter usually consists of two to five kittens. To survive, kittens need the care of their mother for the first several weeks of their life. Kittens are highly social animals and spend most of their waking hours playing and interacting with available companions.\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // CONTENT TABLE -->\n\n\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // FLEXIBLE CONTAINER -->\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // CENTERING TABLE -->\n                                </td>\n                            </tr>\n                            <!-- // MODULE ROW -->\n\n\n\t\t\t\t\t\t\t<!-- MODULE ROW // -->\n\t\t\t\t\t\t\t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- CENTERING TABLE // -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td align=\"center\" valign=\"top\">\n                                            \t<!-- FLEXIBLE CONTAINER // -->\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" class=\"flexibleContainer\">\n                                                \t<tr>\n                                                    \t<td align=\"center\" valign=\"top\" width=\"600\" class=\"flexibleContainerCell bottomShim\">\n                                                        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"nestedContainer\">\n                                                            \t<tr>\n                                                                \t<td valign=\"top\" class=\"nestedContainerCell\">\n\n\n                                                                        <!-- CONTENT TABLE // -->\n                                                                        <table align=\"Left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"200\" class=\"flexibleContainer\">\n                                                                            <tr>\n                                                                                <td align=\"Left\" valign=\"top\" class=\"imageContent\">\n                                                                                    <img src=\"http://placekitten.com/g/400/400\" width=\"200\" class=\"flexibleImage\" style=\"max-width:200px;\" />\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // CONTENT TABLE -->\n            \n            \n                                                                        <!-- CONTENT TABLE // -->\n                                                                        <table align=\"Right\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"280\" class=\"flexibleContainer\">\n                                                                            <tr>\n                                                                                <td valign=\"top\" class=\"textContent\">\n                                                                                    <h3>Right Column</h3>\n                                                                                    <br />\n                                                                                    A kitten or kitty is a juvenile domesticated cat. Kittens are highly social animals and spend most of their waking hours playing and interacting with available companions.\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // CONTENT TABLE -->\n\n\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // FLEXIBLE CONTAINER -->\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // CENTERING TABLE -->\n                                </td>\n                            </tr>\n                            <!-- // MODULE ROW -->\n\n\n\t\t\t\t\t\t\t<!-- MODULE ROW // -->\n\t\t\t\t\t\t\t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- CENTERING TABLE // -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td align=\"center\" valign=\"top\">\n                                            \t<!-- FLEXIBLE CONTAINER // -->\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" class=\"flexibleContainer\">\n                                                \t<tr>\n                                                    \t<td align=\"center\" valign=\"top\" width=\"600\" class=\"flexibleContainerCell bottomShim\">\n                                                        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"nestedContainer\">\n                                                            \t<tr>\n                                                                \t<td valign=\"top\" class=\"nestedContainerCell\">\n\n\n                                                                        <!-- CONTENT TABLE // -->\n                                                                        <table align=\"Right\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"200\" class=\"flexibleContainer\">\n                                                                            <tr>\n                                                                                <td align=\"Left\" valign=\"top\" class=\"imageContent\">\n                                                                                    <img src=\"http://placekitten.com/g/400/400\" width=\"200\" class=\"flexibleImage\" style=\"max-width:200px;\" />\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // CONTENT TABLE -->\n            \n            \n                                                                        <!-- CONTENT TABLE // -->\n                                                                        <table align=\"Left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"280\" class=\"flexibleContainer\">\n                                                                            <tr>\n                                                                                <td valign=\"top\" class=\"textContent\">\n                                                                                    <h3>Left Column</h3>\n                                                                                    <br />\n                                                                                    A kitten or kitty is a juvenile domesticated cat. Kittens are highly social animals and spend most of their waking hours playing and interacting with available companions.\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // CONTENT TABLE -->\n\n\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // FLEXIBLE CONTAINER -->\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // CENTERING TABLE -->\n                                </td>\n                            </tr>\n                            <!-- // MODULE ROW -->\n\n\n\t\t\t\t\t\t\t<!-- MODULE ROW // -->\n\t\t\t\t\t\t\t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- CENTERING TABLE // -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td align=\"center\" valign=\"top\">\n                                            \t<!-- FLEXIBLE CONTAINER // -->\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" class=\"flexibleContainer\">\n                                                \t<tr>\n                                                    \t<td align=\"center\" valign=\"top\" width=\"600\" class=\"flexibleContainerCell bottomShim\">\n                                                        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"nestedContainer\">\n                                                            \t<tr>\n                                                                \t<td valign=\"top\" class=\"nestedContainerCell\">\n\n\n                                                                        <!-- CONTENT TABLE // -->\n                                                                        <table align=\"Left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"160\" class=\"flexibleContainer\">\n                                                                            <tr>\n                                                                                <td align=\"center\" valign=\"top\" class=\"bottomShim\">\n                                                                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"160\" class=\"emailCalendar\">\n                                                                                        <tr>\n                                                                                            <td align=\"center\" valign=\"top\" style=\"padding:5px;\">\n                                                                                                <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                                                                                    <tr>\n                                                                                                        <td align=\"center\" valign=\"top\" class=\"emailCalendarMonth\">\n                                                                                                            September\n                                                                                                        </td>\n                                                                                                    </tr>\n                                                                                                    <tr>\n                                                                                                        <td align=\"center\" valign=\"top\" class=\"emailCalendarDay\">\n                                                                                                            16\n                                                                                                        </td>\n                                                                                                    </tr>\n                                                                                                </table>\n                                                                                            </td>\n                                                                                        </tr>\n                                                                                    </table>\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // CONTENT TABLE -->\n            \n            \n                                                                        <!-- CONTENT TABLE // -->\n                                                                        <table align=\"Right\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"320\" class=\"flexibleContainer\">\n                                                                            <tr>\n                                                                                <td valign=\"top\" class=\"textContent\">\n                                                                                    <h3>Right Column</h3>\n                                                                                    <br />\n                                                                                    A kitten or kitty is a juvenile domesticated cat. Kittens are highly social animals and spend most of their waking hours playing and interacting with available companions.\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // CONTENT TABLE -->\n\n\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // FLEXIBLE CONTAINER -->\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // CENTERING TABLE -->\n                                </td>\n                            </tr>\n                            <!-- // MODULE ROW -->\n\n\n\t\t\t\t\t\t\t<!-- MODULE ROW // -->\n\t\t\t\t\t\t\t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- CENTERING TABLE // -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td align=\"center\" valign=\"top\">\n                                            \t<!-- FLEXIBLE CONTAINER // -->\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" class=\"flexibleContainer\">\n                                                \t<tr>\n                                                    \t<td align=\"center\" valign=\"top\" width=\"600\" class=\"flexibleContainerCell bottomShim\">\n                                                        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"nestedContainer\">\n                                                            \t<tr>\n                                                                \t<td valign=\"top\" class=\"nestedContainerCell\">\n\n\n                                                                        <!-- CONTENT TABLE // -->\n                                                                        <table align=\"Right\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"160\" class=\"flexibleContainer\">\n                                                                            <tr>\n                                                                                <td align=\"center\" valign=\"top\" class=\"bottomShim\">\n                                                                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"160\" class=\"emailCalendar\">\n                                                                                        <tr>\n                                                                                            <td align=\"center\" valign=\"top\" style=\"padding:5px;\">\n                                                                                                <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                                                                                    <tr>\n                                                                                                        <td align=\"center\" valign=\"top\" class=\"emailCalendarMonth\">\n                                                                                                            September\n                                                                                                        </td>\n                                                                                                    </tr>\n                                                                                                    <tr>\n                                                                                                        <td align=\"center\" valign=\"top\" class=\"emailCalendarDay\">\n                                                                                                            16\n                                                                                                        </td>\n                                                                                                    </tr>\n                                                                                                </table>\n                                                                                            </td>\n                                                                                        </tr>\n                                                                                    </table>\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // CONTENT TABLE -->\n            \n            \n                                                                        <!-- CONTENT TABLE // -->\n                                                                        <table align=\"Left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"320\" class=\"flexibleContainer\">\n                                                                            <tr>\n                                                                                <td valign=\"top\" class=\"textContent\">\n                                                                                    <h3>Left Column</h3>\n                                                                                    <br />\n                                                                                    A kitten or kitty is a juvenile domesticated cat. Kittens are highly social animals and spend most of their waking hours playing and interacting with available companions.\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // CONTENT TABLE -->\n\n\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // FLEXIBLE CONTAINER -->\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // CENTERING TABLE -->\n                                </td>\n                            </tr>\n                            <!-- // MODULE ROW -->\n\n\n                        </table>\n                    \t<!-- // EMAIL CONTAINER -->\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "responsive-templates/base_boxed_2column_query.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        <title>*|MC:SUBJECT|*</title>\n        <style type=\"text/css\">\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/ CLIENT-SPECIFIC STYLES /\\/\\/\\/\\/\\/\\/\\/\\/ */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" message */\n\t\t\t.ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\t.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing */\n\t\t\tbody, table, td, p, a, li, blockquote{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} /* Prevent WebKit and Windows mobile changing default text sizes */\n\t\t\ttable, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up */\n\t\t\timg{-ms-interpolation-mode:bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/ RESET STYLES /\\/\\/\\/\\/\\/\\/\\/\\/ */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable{border-collapse:collapse !important;}\n\t\t\tbody, #bodyTable, #bodyCell{height:100% !important; margin:0; padding:0; width:100% !important;}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/ TEMPLATE STYLES /\\/\\/\\/\\/\\/\\/\\/\\/ */\n\n\t\t\t/* ========== Page Styles ========== */\n\n\t\t\t#bodyCell{padding:20px;}\n\t\t\t#templateContainer{width:600px;}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background style\n\t\t\t* @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #bodyTable{\n\t\t\t\t/*@editable*/ background-color:#DEE0E2;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background style\n\t\t\t* @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#bodyCell{\n\t\t\t\t/*@editable*/ border-top:4px solid #BBBBBB;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border:1px solid #BBBBBB;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1{\n\t\t\t\t/*@editable*/ color:#202020 !important;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-style:normal;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ letter-spacing:normal;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2{\n\t\t\t\t/*@editable*/ color:#404040 !important;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:20px;\n\t\t\t\t/*@editable*/ font-style:normal;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ letter-spacing:normal;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3{\n\t\t\t\t/*@editable*/ color:#606060 !important;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:16px;\n\t\t\t\t/*@editable*/ font-style:italic;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ letter-spacing:normal;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4{\n\t\t\t\t/*@editable*/ color:#808080 !important;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ font-style:italic;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ letter-spacing:normal;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/* ========== Header Styles ========== */\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color and bottom border for your email's preheader area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-bottom:1px solid #CCCCCC;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent{\n\t\t\t\t/*@editable*/ color:#808080;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent a:link, .preheaderContent a:visited, /* Yahoo! Mail Override */ .preheaderContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#606060;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and borders for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-top:1px solid #FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:1px solid #CCCCCC;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:20px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding-top:0;\n\t\t\t\t/*@editable*/ padding-right:0;\n\t\t\t\t/*@editable*/ padding-bottom:0;\n\t\t\t\t/*@editable*/ padding-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#EB4102;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\n\t\t\t/* ========== Body Styles ========== */\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color and borders for your email's body area.\n\t\t\t*/\n\t\t\t#templateBody{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-top:1px solid #FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:1px solid #CCCCCC;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:16px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\tpadding-top:20px;\n\t\t\t\tpadding-right:20px;\n\t\t\t\tpadding-bottom:20px;\n\t\t\t\tpadding-left:20px;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent a:link, .bodyContent a:visited, /* Yahoo! Mail Override */ .bodyContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#EB4102;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:560px;\n\t\t\t}\n\n\t\t\t/* ========== Column Styles ========== */\n\n\t\t\t.templateColumnContainer{width:260px;}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column style\n\t\t\t* @tip Set the background color and borders for your email's column area.\n\t\t\t*/\n\t\t\t#templateColumns{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-top:1px solid #FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:1px solid #CCCCCC;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column content text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\tpadding-top:0;\n\t\t\t\tpadding-right:20px;\n\t\t\t\tpadding-bottom:20px;\n\t\t\t\tpadding-left:20px;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftColumnContent a:link, .leftColumnContent a:visited, /* Yahoo! Mail Override */ .leftColumnContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#EB4102;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column content text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\tpadding-top:0;\n\t\t\t\tpadding-right:20px;\n\t\t\t\tpadding-bottom:20px;\n\t\t\t\tpadding-left:20px;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightColumnContent a:link, .rightColumnContent a:visited, /* Yahoo! Mail Override */ .rightColumnContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#EB4102;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.leftColumnContent img, .rightColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:260px;\n\t\t\t}\n\n\t\t\t/* ========== Footer Styles ========== */\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and borders for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-top:1px solid #FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent{\n\t\t\t\t/*@editable*/ color:#808080;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\tpadding-top:20px;\n\t\t\t\tpadding-right:20px;\n\t\t\t\tpadding-bottom:20px;\n\t\t\t\tpadding-left:20px;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent a:link, .footerContent a:visited, /* Yahoo! Mail Override */ .footerContent a .yshortcuts, .footerContent a span /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#606060;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/ MOBILE STYLES /\\/\\/\\/\\/\\/\\/\\/\\/ */\n\n            @media only screen and (max-width: 480px){\n\t\t\t\t/* /\\/\\/\\/\\/\\/\\/ CLIENT-SPECIFIC MOBILE STYLES /\\/\\/\\/\\/\\/\\/ */\n\t\t\t\tbody, table, td, p, a, li, blockquote{-webkit-text-size-adjust:none !important;} /* Prevent Webkit platforms from changing default text sizes */\n                body{width:100% !important; min-width:100% !important;} /* Prevent iOS Mail from adding padding to the body */\n\n\t\t\t\t/* /\\/\\/\\/\\/\\/\\/ MOBILE RESET STYLES /\\/\\/\\/\\/\\/\\/ */\n\t\t\t\t#bodyCell{padding:10px !important;}\n\n\t\t\t\t/* /\\/\\/\\/\\/\\/\\/ MOBILE TEMPLATE STYLES /\\/\\/\\/\\/\\/\\/ */\n\n\t\t\t\t/* ======== Page Styles ======== */\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section template width\n\t\t\t\t* @tip Make the template fluid for portrait or landscape view adaptability. If a fluid layout doesn't work for you, set the width to 300px instead.\n\t\t\t\t*/\n\t\t\t\t#templateContainer{\n\t\t\t\t\tmax-width:600px !important;\n\t\t\t\t\t/*@editable*/ width:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section heading 1\n\t\t\t\t* @tip Make the first-level headings larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\th1{\n\t\t\t\t\t/*@editable*/ font-size:24px !important;\n\t\t\t\t\t/*@editable*/ line-height:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section heading 2\n\t\t\t\t* @tip Make the second-level headings larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\th2{\n\t\t\t\t\t/*@editable*/ font-size:20px !important;\n\t\t\t\t\t/*@editable*/ line-height:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section heading 3\n\t\t\t\t* @tip Make the third-level headings larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\th3{\n\t\t\t\t\t/*@editable*/ font-size:18px !important;\n\t\t\t\t\t/*@editable*/ line-height:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section heading 4\n\t\t\t\t* @tip Make the fourth-level headings larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\th4{\n\t\t\t\t\t/*@editable*/ font-size:16px !important;\n\t\t\t\t\t/*@editable*/ line-height:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/* ======== Header Styles ======== */\n\n\t\t\t\t#templatePreheader{display:none !important;} /* Hide the template preheader to save space */\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section header image\n\t\t\t\t* @tip Make the main header image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.\n\t\t\t\t*/\n\t\t\t\t#headerImage{\n\t\t\t\t\theight:auto !important;\n\t\t\t\t\t/*@editable*/ max-width:600px !important;\n\t\t\t\t\t/*@editable*/ width:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section header text\n\t\t\t\t* @tip Make the header content text larger in size for better readability on small screens. We recommend a font size of at least 16px.\n\t\t\t\t*/\n\t\t\t\t.headerContent{\n\t\t\t\t\t/*@editable*/ font-size:20px !important;\n\t\t\t\t\t/*@editable*/ line-height:125% !important;\n\t\t\t\t}\n\n\t\t\t\t/* ======== Body Styles ======== */\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section body text\n\t\t\t\t* @tip Make the body content text larger in size for better readability on small screens. We recommend a font size of at least 16px.\n\t\t\t\t*/\n\t\t\t\t.bodyContent{\n\t\t\t\t\t/*@editable*/ font-size:18px !important;\n\t\t\t\t\t/*@editable*/ line-height:125% !important;\n\t\t\t\t}\n\n\t\t\t\t/* ======== Column Styles ======== */\n\n\t\t\t\t.templateColumnContainer{display:block !important; width:100% !important;}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section column image\n\t\t\t\t* @tip Make the column image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.\n\t\t\t\t*/\n\t\t\t\t.columnImage{\n\t\t\t\t\theight:auto !important;\n\t\t\t\t\t/*@editable*/ max-width:480px !important;\n\t\t\t\t\t/*@editable*/ width:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section left column text\n\t\t\t\t* @tip Make the left column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.\n\t\t\t\t*/\n\t\t\t\t.leftColumnContent{\n\t\t\t\t\t/*@editable*/ font-size:16px !important;\n\t\t\t\t\t/*@editable*/ line-height:125% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section right column text\n\t\t\t\t* @tip Make the right column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.\n\t\t\t\t*/\n\t\t\t\t.rightColumnContent{\n\t\t\t\t\t/*@editable*/ font-size:16px !important;\n\t\t\t\t\t/*@editable*/ line-height:125% !important;\n\t\t\t\t}\n\n\t\t\t\t/* ======== Footer Styles ======== */\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section footer text\n\t\t\t\t* @tip Make the body content text larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\t.footerContent{\n\t\t\t\t\t/*@editable*/ font-size:14px !important;\n\t\t\t\t\t/*@editable*/ line-height:115% !important;\n\t\t\t\t}\n\n\t\t\t\t.footerContent a{display:block !important;} /* Place footer social and utility links on their own lines, for easier access */\n\t\t\t}\n\t\t</style>\n    </head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"bodyTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\" id=\"bodyCell\">\n                    \t<!-- BEGIN TEMPLATE // -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN PREHEADER // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templatePreheader\">\n                                        <tr>\n                                            <td valign=\"top\" class=\"preheaderContent\" style=\"padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:20px;\" mc:edit=\"preheader_content00\">\n                                                Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n                                            <td valign=\"top\" width=\"180\" class=\"preheaderContent\" style=\"padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:0;\" mc:edit=\"preheader_content01\">\n                                                Email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                            </td>\n                                            <!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                    <!-- // END PREHEADER -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN HEADER // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templateHeader\">\n                                        <tr>\n                                            <td valign=\"top\" class=\"headerContent\">\n                                            \t<img src=\"http://gallery.mailchimp.com/2425ea8ad3/images/header_placeholder_600px.png\" style=\"max-width:600px;\" id=\"headerImage\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // END HEADER -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN BODY // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templateBody\">\n                                        <tr>\n                                            <td valign=\"top\" class=\"bodyContent\" mc:edit=\"body_content\">\n                                                <h1>Designing Your Template</h1>\n                                                <h3>Creating a good-looking email is simple</h3>\n                                                Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content.\n                                                <br />\n                                                <br />\n                                                <h2>Styling Your Content</h2>\n                                                <h4>Make your email easy to read</h4>\n                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"<em>styles</em>\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"<em>remove formatting</em>\" button to strip the text of any formatting and reset your style. \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // END BODY -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN COLUMNS // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templateColumns\">\n                                    \t<tr mc:repeatable>\n                                        \t<td align=\"center\" valign=\"top\" class=\"templateColumnContainer\" style=\"padding-top:20px;\">\n                                            \t<table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                \t<tr>\n                                                    \t<td class=\"leftColumnContent\">\n                                                        \t<img src=\"http://gallery.mailchimp.com/27aac8a65e64c994c4416d6b8/images/header_placeholder_260px.png\" style=\"max-width:260px;\" class=\"columnImage\" mc:label=\"left_column_image\" mc:edit=\"left_column_image\" />\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                    \t<td valign=\"top\" class=\"leftColumnContent\" mc:edit=\"left_column_content\">\n                                                            <h3>Repeatable Content</h3>\n                                                            <a href=\"http://kb.mailchimp.com/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">Repeatable sections</a> are noted with plus and minus signs so that you can add and subtract content blocks.\n                                                            <br />\n                                                            <br />\n                                                            You can also get a little fancy; repeat blocks and remove all text to make image galleries, or do the opposite and remove images for text-only blocks.\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                        \t<td align=\"center\" valign=\"top\" class=\"templateColumnContainer\" style=\"padding-top:20px;\">\n                                            \t<table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                \t<tr>\n                                                    \t<td class=\"rightColumnContent\">\n                                                        \t<img src=\"http://gallery.mailchimp.com/27aac8a65e64c994c4416d6b8/images/header_placeholder_260px.png\" style=\"max-width:260px;\" class=\"columnImage\" mc:label=\"right_column_image\" mc:edit=\"right_column_image\" />\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                    \t<td valign=\"top\" class=\"rightColumnContent\" mc:edit=\"right_column_content\">\n                                                            <h3>Repeatable Content</h3>\n                                                            <a href=\"http://kb.mailchimp.com/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">Repeatable sections</a> are noted with plus and minus signs so that you can add and subtract content blocks.\n                                                            <br />\n                                                            <br />\n                                                            You can also get a little fancy; repeat blocks and remove all text to make image galleries, or do the opposite and remove images for text-only blocks.\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // END COLUMNS -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN FOOTER // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templateFooter\">\n                                        <tr>\n                                            <td valign=\"top\" class=\"footerContent\" mc:edit=\"footer_content00\">\n                                                <a href=\"*|TWITTER:PROFILEURL|*\">Follow on Twitter</a>&nbsp;&nbsp;&nbsp;<a href=\"*|FACEBOOK:PROFILEURL|*\">Friend on Facebook</a>&nbsp;&nbsp;&nbsp;<a href=\"*|FORWARD|*\">Forward to Friend</a>&nbsp;\n                                            </td>\n                                        </tr>\n                                        <tr>\n                                            <td valign=\"top\" class=\"footerContent\" style=\"padding-top:0;\" mc:edit=\"footer_content01\">\n                                                <em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n                                                <br />\n                                                *|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n                                                <br />\n                                                <br />\n                                                <strong>Our mailing address is:</strong>\n                                                <br />\n                                                *|HTML:LIST_ADDRESS_HTML|* *|END:IF|* \n                                            </td>\n                                        </tr>\n                                        <tr>\n                                            <td valign=\"top\" class=\"footerContent\" style=\"padding-top:0;\" mc:edit=\"footer_content02\">\n                                            \t<a href=\"*|UNSUB|*\">unsubscribe from this list</a>&nbsp;&nbsp;&nbsp;<a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // END FOOTER -->\n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // END TEMPLATE -->\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "responsive-templates/base_boxed_3column_query.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        <title>*|MC:SUBJECT|*</title>\n        <style type=\"text/css\">\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/ CLIENT-SPECIFIC STYLES /\\/\\/\\/\\/\\/\\/\\/\\/ */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" message */\n\t\t\t.ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\t.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing */\n\t\t\tbody, table, td, p, a, li, blockquote{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} /* Prevent WebKit and Windows mobile changing default text sizes */\n\t\t\ttable, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up */\n\t\t\timg{-ms-interpolation-mode:bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/ RESET STYLES /\\/\\/\\/\\/\\/\\/\\/\\/ */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable{border-collapse:collapse !important;}\n\t\t\tbody, #bodyTable, #bodyCell{height:100% !important; margin:0; padding:0; width:100% !important;}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/ TEMPLATE STYLES /\\/\\/\\/\\/\\/\\/\\/\\/ */\n\n\t\t\t/* ========== Page Styles ========== */\n\n\t\t\t#bodyCell{padding:20px;}\n\t\t\t#templateContainer{width:600px;}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background style\n\t\t\t* @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #bodyTable{\n\t\t\t\t/*@editable*/ background-color:#DEE0E2;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background style\n\t\t\t* @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#bodyCell{\n\t\t\t\t/*@editable*/ border-top:4px solid #BBBBBB;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border:1px solid #BBBBBB;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1{\n\t\t\t\t/*@editable*/ color:#202020 !important;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-style:normal;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ letter-spacing:normal;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2{\n\t\t\t\t/*@editable*/ color:#404040 !important;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:20px;\n\t\t\t\t/*@editable*/ font-style:normal;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ letter-spacing:normal;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3{\n\t\t\t\t/*@editable*/ color:#606060 !important;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:16px;\n\t\t\t\t/*@editable*/ font-style:italic;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ letter-spacing:normal;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4{\n\t\t\t\t/*@editable*/ color:#808080 !important;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ font-style:italic;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ letter-spacing:normal;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/* ========== Header Styles ========== */\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color and bottom border for your email's preheader area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-bottom:1px solid #CCCCCC;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent{\n\t\t\t\t/*@editable*/ color:#808080;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent a:link, .preheaderContent a:visited, /* Yahoo! Mail Override */ .preheaderContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#606060;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and borders for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-top:1px solid #FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:1px solid #CCCCCC;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:20px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding-top:0;\n\t\t\t\t/*@editable*/ padding-right:0;\n\t\t\t\t/*@editable*/ padding-bottom:0;\n\t\t\t\t/*@editable*/ padding-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#EB4102;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\n\t\t\t/* ========== Body Styles ========== */\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color and borders for your email's body area.\n\t\t\t*/\n\t\t\t#templateBody{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-top:1px solid #FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:1px solid #CCCCCC;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:16px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\tpadding-top:20px;\n\t\t\t\tpadding-right:20px;\n\t\t\t\tpadding-bottom:20px;\n\t\t\t\tpadding-left:20px;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent a:link, .bodyContent a:visited, /* Yahoo! Mail Override */ .bodyContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#EB4102;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:560px;\n\t\t\t}\n\n\t\t\t/* ========== Column Styles ========== */\n\n\t\t\t.templateColumnContainer{width:200px;}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column style\n\t\t\t* @tip Set the background color and borders for your email's column area.\n\t\t\t*/\n\t\t\t#templateColumns{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-top:1px solid #FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:1px solid #CCCCCC;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column content text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\tpadding-top:0;\n\t\t\t\tpadding-right:20px;\n\t\t\t\tpadding-bottom:20px;\n\t\t\t\tpadding-left:20px;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftColumnContent a:link, .leftColumnContent a:visited, /* Yahoo! Mail Override */ .leftColumnContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#EB4102;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column content text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerColumnContent{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\tpadding-top:0;\n\t\t\t\tpadding-right:20px;\n\t\t\t\tpadding-bottom:20px;\n\t\t\t\tpadding-left:20px;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column link\n\t\t\t* @tip Set the styling for your email's center column content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.centerColumnContent a:link, .centerColumnContent a:visited, /* Yahoo! Mail Override */ .centerColumnContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#EB4102;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column content text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\tpadding-top:0;\n\t\t\t\tpadding-right:20px;\n\t\t\t\tpadding-bottom:20px;\n\t\t\t\tpadding-left:20px;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightColumnContent a:link, .rightColumnContent a:visited, /* Yahoo! Mail Override */ .rightColumnContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#EB4102;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.leftColumnContent img, .rightColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:260px;\n\t\t\t}\n\n\t\t\t/* ========== Footer Styles ========== */\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and borders for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-top:1px solid #FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent{\n\t\t\t\t/*@editable*/ color:#808080;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\tpadding-top:20px;\n\t\t\t\tpadding-right:20px;\n\t\t\t\tpadding-bottom:20px;\n\t\t\t\tpadding-left:20px;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent a:link, .footerContent a:visited, /* Yahoo! Mail Override */ .footerContent a .yshortcuts, .footerContent a span /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#606060;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/ MOBILE STYLES /\\/\\/\\/\\/\\/\\/\\/\\/ */\n\n            @media only screen and (max-width: 480px){\n\t\t\t\t/* /\\/\\/\\/\\/\\/\\/ CLIENT-SPECIFIC MOBILE STYLES /\\/\\/\\/\\/\\/\\/ */\n\t\t\t\tbody, table, td, p, a, li, blockquote{-webkit-text-size-adjust:none !important;} /* Prevent Webkit platforms from changing default text sizes */\n                body{width:100% !important; min-width:100% !important;} /* Prevent iOS Mail from adding padding to the body */\n\n\t\t\t\t/* /\\/\\/\\/\\/\\/\\/ MOBILE RESET STYLES /\\/\\/\\/\\/\\/\\/ */\n\t\t\t\t#bodyCell{padding:10px !important;}\n\n\t\t\t\t/* /\\/\\/\\/\\/\\/\\/ MOBILE TEMPLATE STYLES /\\/\\/\\/\\/\\/\\/ */\n\n\t\t\t\t/* ======== Page Styles ======== */\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section template width\n\t\t\t\t* @tip Make the template fluid for portrait or landscape view adaptability. If a fluid layout doesn't work for you, set the width to 300px instead.\n\t\t\t\t*/\n\t\t\t\t#templateContainer{\n\t\t\t\t\tmax-width:600px !important;\n\t\t\t\t\t/*@editable*/ width:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section heading 1\n\t\t\t\t* @tip Make the first-level headings larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\th1{\n\t\t\t\t\t/*@editable*/ font-size:24px !important;\n\t\t\t\t\t/*@editable*/ line-height:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section heading 2\n\t\t\t\t* @tip Make the second-level headings larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\th2{\n\t\t\t\t\t/*@editable*/ font-size:20px !important;\n\t\t\t\t\t/*@editable*/ line-height:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section heading 3\n\t\t\t\t* @tip Make the third-level headings larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\th3{\n\t\t\t\t\t/*@editable*/ font-size:18px !important;\n\t\t\t\t\t/*@editable*/ line-height:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section heading 4\n\t\t\t\t* @tip Make the fourth-level headings larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\th4{\n\t\t\t\t\t/*@editable*/ font-size:16px !important;\n\t\t\t\t\t/*@editable*/ line-height:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/* ======== Header Styles ======== */\n\n\t\t\t\t#templatePreheader{display:none !important;} /* Hide the template preheader to save space */\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section header image\n\t\t\t\t* @tip Make the main header image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.\n\t\t\t\t*/\n\t\t\t\t#headerImage{\n\t\t\t\t\theight:auto !important;\n\t\t\t\t\t/*@editable*/ max-width:600px !important;\n\t\t\t\t\t/*@editable*/ width:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section header text\n\t\t\t\t* @tip Make the header content text larger in size for better readability on small screens. We recommend a font size of at least 16px.\n\t\t\t\t*/\n\t\t\t\t.headerContent{\n\t\t\t\t\t/*@editable*/ font-size:20px !important;\n\t\t\t\t\t/*@editable*/ line-height:125% !important;\n\t\t\t\t}\n\n\t\t\t\t/* ======== Body Styles ======== */\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section body text\n\t\t\t\t* @tip Make the body content text larger in size for better readability on small screens. We recommend a font size of at least 16px.\n\t\t\t\t*/\n\t\t\t\t.bodyContent{\n\t\t\t\t\t/*@editable*/ font-size:18px !important;\n\t\t\t\t\t/*@editable*/ line-height:125% !important;\n\t\t\t\t}\n\n\t\t\t\t/* ======== Column Styles ======== */\n\n\t\t\t\t.templateColumnContainer{display:block !important; width:100% !important;}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section column image\n\t\t\t\t* @tip Make the column image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.\n\t\t\t\t*/\n\t\t\t\t.columnImage{\n\t\t\t\t\theight:auto !important;\n\t\t\t\t\t/*@editable*/ max-width:480px !important;\n\t\t\t\t\t/*@editable*/ width:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section left column text\n\t\t\t\t* @tip Make the left column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.\n\t\t\t\t*/\n\t\t\t\t.leftColumnContent{\n\t\t\t\t\t/*@editable*/ font-size:16px !important;\n\t\t\t\t\t/*@editable*/ line-height:125% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section center column text\n\t\t\t\t* @tip Make the center column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.\n\t\t\t\t*/\n\t\t\t\t.centerColumnContent{\n\t\t\t\t\t/*@editable*/ font-size:16px !important;\n\t\t\t\t\t/*@editable*/ line-height:125% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section right column text\n\t\t\t\t* @tip Make the right column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.\n\t\t\t\t*/\n\t\t\t\t.rightColumnContent{\n\t\t\t\t\t/*@editable*/ font-size:16px !important;\n\t\t\t\t\t/*@editable*/ line-height:125% !important;\n\t\t\t\t}\n\n\t\t\t\t/* ======== Footer Styles ======== */\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section footer text\n\t\t\t\t* @tip Make the body content text larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\t.footerContent{\n\t\t\t\t\t/*@editable*/ font-size:14px !important;\n\t\t\t\t\t/*@editable*/ line-height:115% !important;\n\t\t\t\t}\n\n\t\t\t\t.footerContent a{display:block !important;} /* Place footer social and utility links on their own lines, for easier access */\n\t\t\t}\n\t\t</style>\n    </head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"bodyTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\" id=\"bodyCell\">\n                    \t<!-- BEGIN TEMPLATE // -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN PREHEADER // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templatePreheader\">\n                                        <tr>\n                                            <td valign=\"top\" class=\"preheaderContent\" style=\"padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:20px;\" mc:edit=\"preheader_content00\">\n                                                Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n                                            <td valign=\"top\" width=\"180\" class=\"preheaderContent\" style=\"padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:0;\" mc:edit=\"preheader_content01\">\n                                                Email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                            </td>\n                                            <!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                    <!-- // END PREHEADER -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN HEADER // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templateHeader\">\n                                        <tr>\n                                            <td valign=\"top\" class=\"headerContent\">\n                                            \t<img src=\"http://gallery.mailchimp.com/2425ea8ad3/images/header_placeholder_600px.png\" style=\"max-width:600px;\" id=\"headerImage\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // END HEADER -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN BODY // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templateBody\">\n                                        <tr>\n                                            <td valign=\"top\" class=\"bodyContent\" mc:edit=\"body_content\">\n                                                <h1>Designing Your Template</h1>\n                                                <h3>Creating a good-looking email is simple</h3>\n                                                Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content.\n                                                <br />\n                                                <br />\n                                                <h2>Styling Your Content</h2>\n                                                <h4>Make your email easy to read</h4>\n                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"<em>styles</em>\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"<em>remove formatting</em>\" button to strip the text of any formatting and reset your style. \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // END BODY -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN COLUMNS // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templateColumns\">\n                                    \t<tr mc:repeatable>\n                                        \t<td align=\"center\" valign=\"top\" class=\"templateColumnContainer\" style=\"padding-top:20px;\">\n                                            \t<table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                \t<tr>\n                                                    \t<td class=\"leftColumnContent\">\n                                                        \t<img src=\"http://gallery.mailchimp.com/569c0869e0552eb4cd827f095/images/image_placeholder_160px.png\" style=\"max-width:160px;\" class=\"columnImage\" mc:label=\"left_column_image\" mc:edit=\"left_column_image\" />\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                    \t<td valign=\"top\" class=\"leftColumnContent\" mc:edit=\"left_column_content\">\n                                                            <h3>Repeatable Content</h3>\n                                                            <a href=\"http://kb.mailchimp.com/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">Repeatable sections</a> are noted with plus and minus signs so that you can add and subtract content blocks.\n                                                            <br />\n                                                            <br />\n                                                            You can also get a little fancy; repeat blocks and remove all text to make image galleries, or do the opposite and remove images for text-only blocks.\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                        \t<td align=\"center\" valign=\"top\" class=\"templateColumnContainer\" style=\"padding-top:20px;\">\n                                            \t<table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                \t<tr>\n                                                    \t<td class=\"centerColumnContent\">\n                                                        \t<img src=\"http://gallery.mailchimp.com/569c0869e0552eb4cd827f095/images/image_placeholder_160px.png\" style=\"max-width:160px;\" class=\"columnImage\" mc:label=\"center_column_image\" mc:edit=\"center_column_image\" />\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                    \t<td valign=\"top\" class=\"centerColumnContent\" mc:edit=\"center_column_content\">\n                                                            <h3>Repeatable Content</h3>\n                                                            <a href=\"http://kb.mailchimp.com/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">Repeatable sections</a> are noted with plus and minus signs so that you can add and subtract content blocks.\n                                                            <br />\n                                                            <br />\n                                                            You can also get a little fancy; repeat blocks and remove all text to make image galleries, or do the opposite and remove images for text-only blocks.\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                        \t<td align=\"center\" valign=\"top\" class=\"templateColumnContainer\" style=\"padding-top:20px;\">\n                                            \t<table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                \t<tr>\n                                                    \t<td class=\"rightColumnContent\">\n                                                        \t<img src=\"http://gallery.mailchimp.com/569c0869e0552eb4cd827f095/images/image_placeholder_160px.png\" style=\"max-width:160px;\" class=\"columnImage\" mc:label=\"right_column_image\" mc:edit=\"right_column_image\" />\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                    \t<td valign=\"top\" class=\"rightColumnContent\" mc:edit=\"right_column_content\">\n                                                            <h3>Repeatable Content</h3>\n                                                            <a href=\"http://kb.mailchimp.com/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">Repeatable sections</a> are noted with plus and minus signs so that you can add and subtract content blocks.\n                                                            <br />\n                                                            <br />\n                                                            You can also get a little fancy; repeat blocks and remove all text to make image galleries, or do the opposite and remove images for text-only blocks.\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // END COLUMNS -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN FOOTER // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templateFooter\">\n                                        <tr>\n                                            <td valign=\"top\" class=\"footerContent\" mc:edit=\"footer_content00\">\n                                                <a href=\"*|TWITTER:PROFILEURL|*\">Follow on Twitter</a>&nbsp;&nbsp;&nbsp;<a href=\"*|FACEBOOK:PROFILEURL|*\">Friend on Facebook</a>&nbsp;&nbsp;&nbsp;<a href=\"*|FORWARD|*\">Forward to Friend</a>&nbsp;\n                                            </td>\n                                        </tr>\n                                        <tr>\n                                            <td valign=\"top\" class=\"footerContent\" style=\"padding-top:0;\" mc:edit=\"footer_content01\">\n                                                <em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n                                                <br />\n                                                *|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n                                                <br />\n                                                <br />\n                                                <strong>Our mailing address is:</strong>\n                                                <br />\n                                                *|HTML:LIST_ADDRESS_HTML|* *|END:IF|* \n                                            </td>\n                                        </tr>\n                                        <tr>\n                                            <td valign=\"top\" class=\"footerContent\" style=\"padding-top:0;\" mc:edit=\"footer_content02\">\n                                            \t<a href=\"*|UNSUB|*\">unsubscribe from this list</a>&nbsp;&nbsp;&nbsp;<a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // END FOOTER -->\n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // END TEMPLATE -->\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "responsive-templates/base_boxed_basic_2column_query.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        <title>*|MC:SUBJECT|*</title>\n        <style type=\"text/css\">\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/ CLIENT-SPECIFIC STYLES /\\/\\/\\/\\/\\/\\/\\/\\/ */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" message */\n\t\t\t.ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\t.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing */\n\t\t\tbody, table, td, p, a, li, blockquote{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} /* Prevent WebKit and Windows mobile changing default text sizes */\n\t\t\ttable, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up */\n\t\t\timg{-ms-interpolation-mode:bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/ RESET STYLES /\\/\\/\\/\\/\\/\\/\\/\\/ */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable{border-collapse:collapse !important;}\n\t\t\tbody, #bodyTable, #bodyCell{height:100% !important; margin:0; padding:0; width:100% !important;}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/ TEMPLATE STYLES /\\/\\/\\/\\/\\/\\/\\/\\/ */\n\n\t\t\t/* ========== Page Styles ========== */\n\n\t\t\t#bodyCell{padding:20px;}\n\t\t\t#templateContainer{width:600px;}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background style\n\t\t\t* @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #bodyTable{\n\t\t\t\t/*@editable*/ background-color:#DEE0E2;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background style\n\t\t\t* @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#bodyCell{\n\t\t\t\t/*@editable*/ border-top:4px solid #BBBBBB;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border:1px solid #BBBBBB;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1{\n\t\t\t\t/*@editable*/ color:#202020 !important;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-style:normal;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ letter-spacing:normal;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2{\n\t\t\t\t/*@editable*/ color:#404040 !important;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:20px;\n\t\t\t\t/*@editable*/ font-style:normal;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ letter-spacing:normal;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3{\n\t\t\t\t/*@editable*/ color:#606060 !important;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:16px;\n\t\t\t\t/*@editable*/ font-style:italic;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ letter-spacing:normal;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4{\n\t\t\t\t/*@editable*/ color:#808080 !important;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ font-style:italic;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ letter-spacing:normal;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/* ========== Header Styles ========== */\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color and bottom border for your email's preheader area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-bottom:1px solid #CCCCCC;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent{\n\t\t\t\t/*@editable*/ color:#808080;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent a:link, .preheaderContent a:visited, /* Yahoo! Mail Override */ .preheaderContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#606060;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and borders for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-top:1px solid #FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:1px solid #CCCCCC;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:20px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding-top:0;\n\t\t\t\t/*@editable*/ padding-right:0;\n\t\t\t\t/*@editable*/ padding-bottom:0;\n\t\t\t\t/*@editable*/ padding-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#EB4102;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\n\t\t\t/* ========== Column Styles ========== */\n\n\t\t\t.templateColumnContainer{width:260px;}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column style\n\t\t\t* @tip Set the background color and borders for your email's column area.\n\t\t\t*/\n\t\t\t#templateColumns{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-top:1px solid #FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:1px solid #CCCCCC;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column content text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\tpadding-top:0;\n\t\t\t\tpadding-right:20px;\n\t\t\t\tpadding-bottom:20px;\n\t\t\t\tpadding-left:20px;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftColumnContent a:link, .leftColumnContent a:visited, /* Yahoo! Mail Override */ .leftColumnContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#EB4102;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column content text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\tpadding-top:0;\n\t\t\t\tpadding-right:20px;\n\t\t\t\tpadding-bottom:20px;\n\t\t\t\tpadding-left:20px;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightColumnContent a:link, .rightColumnContent a:visited, /* Yahoo! Mail Override */ .rightColumnContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#EB4102;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.leftColumnContent img, .rightColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:260px;\n\t\t\t}\n\n\t\t\t/* ========== Footer Styles ========== */\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and borders for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-top:1px solid #FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent{\n\t\t\t\t/*@editable*/ color:#808080;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\tpadding-top:20px;\n\t\t\t\tpadding-right:20px;\n\t\t\t\tpadding-bottom:20px;\n\t\t\t\tpadding-left:20px;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent a:link, .footerContent a:visited, /* Yahoo! Mail Override */ .footerContent a .yshortcuts, .footerContent a span /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#606060;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/ MOBILE STYLES /\\/\\/\\/\\/\\/\\/\\/\\/ */\n\n            @media only screen and (max-width: 480px){\n\t\t\t\t/* /\\/\\/\\/\\/\\/\\/ CLIENT-SPECIFIC MOBILE STYLES /\\/\\/\\/\\/\\/\\/ */\n\t\t\t\tbody, table, td, p, a, li, blockquote{-webkit-text-size-adjust:none !important;} /* Prevent Webkit platforms from changing default text sizes */\n                body{width:100% !important; min-width:100% !important;} /* Prevent iOS Mail from adding padding to the body */\n\n\t\t\t\t/* /\\/\\/\\/\\/\\/\\/ MOBILE RESET STYLES /\\/\\/\\/\\/\\/\\/ */\n\t\t\t\t#bodyCell{padding:10px !important;}\n\n\t\t\t\t/* /\\/\\/\\/\\/\\/\\/ MOBILE TEMPLATE STYLES /\\/\\/\\/\\/\\/\\/ */\n\n\t\t\t\t/* ======== Page Styles ======== */\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section template width\n\t\t\t\t* @tip Make the template fluid for portrait or landscape view adaptability. If a fluid layout doesn't work for you, set the width to 300px instead.\n\t\t\t\t*/\n\t\t\t\t#templateContainer{\n\t\t\t\t\tmax-width:600px !important;\n\t\t\t\t\t/*@editable*/ width:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section heading 1\n\t\t\t\t* @tip Make the first-level headings larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\th1{\n\t\t\t\t\t/*@editable*/ font-size:24px !important;\n\t\t\t\t\t/*@editable*/ line-height:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section heading 2\n\t\t\t\t* @tip Make the second-level headings larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\th2{\n\t\t\t\t\t/*@editable*/ font-size:20px !important;\n\t\t\t\t\t/*@editable*/ line-height:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section heading 3\n\t\t\t\t* @tip Make the third-level headings larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\th3{\n\t\t\t\t\t/*@editable*/ font-size:18px !important;\n\t\t\t\t\t/*@editable*/ line-height:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section heading 4\n\t\t\t\t* @tip Make the fourth-level headings larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\th4{\n\t\t\t\t\t/*@editable*/ font-size:16px !important;\n\t\t\t\t\t/*@editable*/ line-height:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/* ======== Header Styles ======== */\n\n\t\t\t\t#templatePreheader{display:none !important;} /* Hide the template preheader to save space */\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section header image\n\t\t\t\t* @tip Make the main header image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.\n\t\t\t\t*/\n\t\t\t\t#headerImage{\n\t\t\t\t\theight:auto !important;\n\t\t\t\t\t/*@editable*/ max-width:600px !important;\n\t\t\t\t\t/*@editable*/ width:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section header text\n\t\t\t\t* @tip Make the header content text larger in size for better readability on small screens. We recommend a font size of at least 16px.\n\t\t\t\t*/\n\t\t\t\t.headerContent{\n\t\t\t\t\t/*@editable*/ font-size:20px !important;\n\t\t\t\t\t/*@editable*/ line-height:125% !important;\n\t\t\t\t}\n\n\t\t\t\t/* ======== Column Styles ======== */\n\n\t\t\t\t.templateColumnContainer{display:block !important; width:100% !important;}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section column image\n\t\t\t\t* @tip Make the column image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.\n\t\t\t\t*/\n\t\t\t\t.columnImage{\n\t\t\t\t\theight:auto !important;\n\t\t\t\t\t/*@editable*/ max-width:260px !important;\n\t\t\t\t\t/*@editable*/ width:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section left column text\n\t\t\t\t* @tip Make the left column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.\n\t\t\t\t*/\n\t\t\t\t.leftColumnContent{\n\t\t\t\t\t/*@editable*/ font-size:16px !important;\n\t\t\t\t\t/*@editable*/ line-height:125% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section right column text\n\t\t\t\t* @tip Make the right column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.\n\t\t\t\t*/\n\t\t\t\t.rightColumnContent{\n\t\t\t\t\t/*@editable*/ font-size:16px !important;\n\t\t\t\t\t/*@editable*/ line-height:125% !important;\n\t\t\t\t}\n\n\t\t\t\t/* ======== Footer Styles ======== */\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section footer text\n\t\t\t\t* @tip Make the body content text larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\t.footerContent{\n\t\t\t\t\t/*@editable*/ font-size:14px !important;\n\t\t\t\t\t/*@editable*/ line-height:115% !important;\n\t\t\t\t}\n\n\t\t\t\t.footerContent a{display:block !important;} /* Place footer social and utility links on their own lines, for easier access */\n\t\t\t}\n\t\t</style>\n    </head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"bodyTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\" id=\"bodyCell\">\n                    \t<!-- BEGIN TEMPLATE // -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN PREHEADER // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templatePreheader\">\n                                        <tr>\n                                            <td valign=\"top\" class=\"preheaderContent\" style=\"padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:20px;\" mc:edit=\"preheader_content00\">\n                                                Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n                                            <td valign=\"top\" width=\"180\" class=\"preheaderContent\" style=\"padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:0;\" mc:edit=\"preheader_content01\">\n                                                Email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                            </td>\n                                            <!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                    <!-- // END PREHEADER -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN HEADER // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templateHeader\">\n                                        <tr>\n                                            <td valign=\"top\" class=\"headerContent\">\n                                            \t<img src=\"http://gallery.mailchimp.com/2425ea8ad3/images/header_placeholder_600px.png\" style=\"max-width:600px;\" id=\"headerImage\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // END HEADER -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN COLUMNS // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templateColumns\">\n                                    \t<tr mc:repeatable>\n                                        \t<td align=\"center\" valign=\"top\" class=\"templateColumnContainer\" style=\"padding-top:20px;\">\n                                            \t<table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                \t<tr>\n                                                    \t<td class=\"leftColumnContent\">\n                                                        \t<img src=\"http://gallery.mailchimp.com/27aac8a65e64c994c4416d6b8/images/header_placeholder_260px.png\" style=\"max-width:260px;\" class=\"columnImage\" mc:label=\"left_column_image\" mc:edit=\"left_column_image\" />\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                    \t<td valign=\"top\" class=\"leftColumnContent\" mc:edit=\"left_column_content\">\n                                                            <h3>Repeatable Content</h3>\n                                                            <a href=\"http://kb.mailchimp.com/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">Repeatable sections</a> are noted with plus and minus signs so that you can add and subtract content blocks.\n                                                            <br />\n                                                            <br />\n                                                            You can also get a little fancy; repeat blocks and remove all text to make image galleries, or do the opposite and remove images for text-only blocks.\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                        \t<td align=\"center\" valign=\"top\" class=\"templateColumnContainer\" style=\"padding-top:20px;\">\n                                            \t<table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                \t<tr>\n                                                    \t<td class=\"rightColumnContent\">\n                                                        \t<img src=\"http://gallery.mailchimp.com/27aac8a65e64c994c4416d6b8/images/header_placeholder_260px.png\" style=\"max-width:260px;\" class=\"columnImage\" mc:label=\"right_column_image\" mc:edit=\"right_column_image\" />\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                    \t<td valign=\"top\" class=\"rightColumnContent\" mc:edit=\"right_column_content\">\n                                                            <h3>Repeatable Content</h3>\n                                                            <a href=\"http://kb.mailchimp.com/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">Repeatable sections</a> are noted with plus and minus signs so that you can add and subtract content blocks.\n                                                            <br />\n                                                            <br />\n                                                            You can also get a little fancy; repeat blocks and remove all text to make image galleries, or do the opposite and remove images for text-only blocks.\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // END COLUMNS -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN FOOTER // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templateFooter\">\n                                        <tr>\n                                            <td valign=\"top\" class=\"footerContent\" mc:edit=\"footer_content00\">\n                                                <a href=\"*|TWITTER:PROFILEURL|*\">Follow on Twitter</a>&nbsp;&nbsp;&nbsp;<a href=\"*|FACEBOOK:PROFILEURL|*\">Friend on Facebook</a>&nbsp;&nbsp;&nbsp;<a href=\"*|FORWARD|*\">Forward to Friend</a>&nbsp;\n                                            </td>\n                                        </tr>\n                                        <tr>\n                                            <td valign=\"top\" class=\"footerContent\" style=\"padding-top:0;\" mc:edit=\"footer_content01\">\n                                                <em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n                                                <br />\n                                                *|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n                                                <br />\n                                                <br />\n                                                <strong>Our mailing address is:</strong>\n                                                <br />\n                                                *|HTML:LIST_ADDRESS_HTML|* *|END:IF|* \n                                            </td>\n                                        </tr>\n                                        <tr>\n                                            <td valign=\"top\" class=\"footerContent\" style=\"padding-top:0;\" mc:edit=\"footer_content02\">\n                                            \t<a href=\"*|UNSUB|*\">unsubscribe from this list</a>&nbsp;&nbsp;&nbsp;<a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // END FOOTER -->\n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // END TEMPLATE -->\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "responsive-templates/base_boxed_basic_body_image_query.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        <title>*|MC:SUBJECT|*</title>\n        <style type=\"text/css\">\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/ CLIENT-SPECIFIC STYLES /\\/\\/\\/\\/\\/\\/\\/\\/ */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" message */\n\t\t\t.ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\t.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing */\n\t\t\tbody, table, td, p, a, li, blockquote{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} /* Prevent WebKit and Windows mobile changing default text sizes */\n\t\t\ttable, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up */\n\t\t\timg{-ms-interpolation-mode:bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/ RESET STYLES /\\/\\/\\/\\/\\/\\/\\/\\/ */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable{border-collapse:collapse !important;}\n\t\t\tbody, #bodyTable, #bodyCell{height:100% !important; margin:0; padding:0; width:100% !important;}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/ TEMPLATE STYLES /\\/\\/\\/\\/\\/\\/\\/\\/ */\n\n\t\t\t#bodyCell{padding:20px;}\n\t\t\t#templateContainer{width:600px;}\n\n\t\t\t/* ========== Page Styles ========== */\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background style\n\t\t\t* @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #bodyTable{\n\t\t\t\t/*@editable*/ background-color:#DEE0E2;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background style\n\t\t\t* @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#bodyCell{\n\t\t\t\t/*@editable*/ border-top:4px solid #BBBBBB;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border:1px solid #BBBBBB;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1{\n\t\t\t\t/*@editable*/ color:#202020 !important;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-style:normal;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ letter-spacing:normal;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2{\n\t\t\t\t/*@editable*/ color:#404040 !important;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:20px;\n\t\t\t\t/*@editable*/ font-style:normal;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ letter-spacing:normal;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3{\n\t\t\t\t/*@editable*/ color:#606060 !important;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:16px;\n\t\t\t\t/*@editable*/ font-style:italic;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ letter-spacing:normal;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4{\n\t\t\t\t/*@editable*/ color:#808080 !important;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ font-style:italic;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ letter-spacing:normal;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/* ========== Header Styles ========== */\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color and bottom border for your email's preheader area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-bottom:1px solid #CCCCCC;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent{\n\t\t\t\t/*@editable*/ color:#808080;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent a:link, .preheaderContent a:visited, /* Yahoo! Mail Override */ .preheaderContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#606060;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and borders for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-top:1px solid #FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:1px solid #CCCCCC;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:20px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding-top:0;\n\t\t\t\t/*@editable*/ padding-right:0;\n\t\t\t\t/*@editable*/ padding-bottom:0;\n\t\t\t\t/*@editable*/ padding-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#EB4102;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\n\t\t\t/* ========== Body Styles ========== */\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color and borders for your email's body area.\n\t\t\t*/\n\t\t\t#templateBody{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-top:1px solid #FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:1px solid #CCCCCC;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\tpadding-top:20px;\n\t\t\t\tpadding-right:20px;\n\t\t\t\tpadding-bottom:20px;\n\t\t\t\tpadding-left:20px;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent a:link, .bodyContent a:visited, /* Yahoo! Mail Override */ .bodyContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#EB4102;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:560px;\n\t\t\t}\n\n\t\t\t/* ========== Footer Styles ========== */\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and borders for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-top:1px solid #FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent{\n\t\t\t\t/*@editable*/ color:#808080;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\tpadding-top:20px;\n\t\t\t\tpadding-right:20px;\n\t\t\t\tpadding-bottom:20px;\n\t\t\t\tpadding-left:20px;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent a:link, .footerContent a:visited, /* Yahoo! Mail Override */ .footerContent a .yshortcuts, .footerContent a span /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#606060;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/ MOBILE STYLES /\\/\\/\\/\\/\\/\\/\\/\\/ */\n\n            @media only screen and (max-width: 480px){\n\t\t\t\t/* /\\/\\/\\/\\/\\/\\/ CLIENT-SPECIFIC MOBILE STYLES /\\/\\/\\/\\/\\/\\/ */\n\t\t\t\tbody, table, td, p, a, li, blockquote{-webkit-text-size-adjust:none !important;} /* Prevent Webkit platforms from changing default text sizes */\n                body{width:100% !important; min-width:100% !important;} /* Prevent iOS Mail from adding padding to the body */\n\n\t\t\t\t/* /\\/\\/\\/\\/\\/\\/ MOBILE RESET STYLES /\\/\\/\\/\\/\\/\\/ */\n\t\t\t\t#bodyCell{padding:10px !important;}\n\n\t\t\t\t/* /\\/\\/\\/\\/\\/\\/ MOBILE TEMPLATE STYLES /\\/\\/\\/\\/\\/\\/ */\n\n\t\t\t\t/* ======== Page Styles ======== */\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section template width\n\t\t\t\t* @tip Make the template fluid for portrait or landscape view adaptability. If a fluid layout doesn't work for you, set the width to 300px instead.\n\t\t\t\t*/\n\t\t\t\t#templateContainer{\n\t\t\t\t\tmax-width:600px !important;\n\t\t\t\t\t/*@editable*/ width:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section heading 1\n\t\t\t\t* @tip Make the first-level headings larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\th1{\n\t\t\t\t\t/*@editable*/ font-size:24px !important;\n\t\t\t\t\t/*@editable*/ line-height:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section heading 2\n\t\t\t\t* @tip Make the second-level headings larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\th2{\n\t\t\t\t\t/*@editable*/ font-size:20px !important;\n\t\t\t\t\t/*@editable*/ line-height:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section heading 3\n\t\t\t\t* @tip Make the third-level headings larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\th3{\n\t\t\t\t\t/*@editable*/ font-size:18px !important;\n\t\t\t\t\t/*@editable*/ line-height:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section heading 4\n\t\t\t\t* @tip Make the fourth-level headings larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\th4{\n\t\t\t\t\t/*@editable*/ font-size:16px !important;\n\t\t\t\t\t/*@editable*/ line-height:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/* ======== Header Styles ======== */\n\n\t\t\t\t#templatePreheader{display:none !important;} /* Hide the template preheader to save space */\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section header image\n\t\t\t\t* @tip Make the main header image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.\n\t\t\t\t*/\n\t\t\t\t#headerImage{\n\t\t\t\t\theight:auto !important;\n\t\t\t\t\t/*@editable*/ max-width:600px !important;\n\t\t\t\t\t/*@editable*/ width:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section header text\n\t\t\t\t* @tip Make the header content text larger in size for better readability on small screens. We recommend a font size of at least 16px.\n\t\t\t\t*/\n\t\t\t\t.headerContent{\n\t\t\t\t\t/*@editable*/ font-size:20px !important;\n\t\t\t\t\t/*@editable*/ line-height:125% !important;\n\t\t\t\t}\n\n\t\t\t\t/* ======== Body Styles ======== */\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section body image\n\t\t\t\t* @tip Make the main body image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.\n\t\t\t\t*/\n\t\t\t\t#bodyImage{\n\t\t\t\t\theight:auto !important;\n\t\t\t\t\t/*@editable*/ max-width:560px !important;\n\t\t\t\t\t/*@editable*/ width:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section body text\n\t\t\t\t* @tip Make the body content text larger in size for better readability on small screens. We recommend a font size of at least 16px.\n\t\t\t\t*/\n\t\t\t\t.bodyContent{\n\t\t\t\t\t/*@editable*/ font-size:18px !important;\n\t\t\t\t\t/*@editable*/ line-height:125% !important;\n\t\t\t\t}\n\n\t\t\t\t/* ======== Footer Styles ======== */\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section footer text\n\t\t\t\t* @tip Make the body content text larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\t.footerContent{\n\t\t\t\t\t/*@editable*/ font-size:14px !important;\n\t\t\t\t\t/*@editable*/ line-height:115% !important;\n\t\t\t\t}\n\n\t\t\t\t.footerContent a{display:block !important;} /* Place footer social and utility links on their own lines, for easier access */\n\t\t\t}\n\t\t</style>\n    </head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"bodyTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\" id=\"bodyCell\">\n                    \t<!-- BEGIN TEMPLATE // -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN PREHEADER // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templatePreheader\">\n                                        <tr>\n                                            <td valign=\"top\" class=\"preheaderContent\" style=\"padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:20px;\" mc:edit=\"preheader_content00\">\n                                                Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n                                            <td valign=\"top\" width=\"180\" class=\"preheaderContent\" style=\"padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:0;\" mc:edit=\"preheader_content01\">\n                                                Email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                            </td>\n                                            <!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                    <!-- // END PREHEADER -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN HEADER // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templateHeader\">\n                                        <tr>\n                                            <td valign=\"top\" class=\"headerContent\">\n                                            \t<img src=\"http://gallery.mailchimp.com/2425ea8ad3/images/header_placeholder_600px.png\" style=\"max-width:600px;\" id=\"headerImage\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // END HEADER -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN BODY // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templateBody\">\n                                        <tr>\n                                            <td valign=\"top\" class=\"bodyContent\" mc:edit=\"body_content00\">\n                                                <h1>Designing Your Template</h1>\n                                                <h3>Creating a good-looking email is simple</h3>\n                                                Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content.\n                                            </td>\n                                        </tr>\n                                    \t<tr>\n                                        \t<td class=\"bodyContent\" style=\"padding-top:0; padding-bottom:0;\">\n                                            \t<img src=\"http://gallery.mailchimp.com/27aac8a65e64c994c4416d6b8/images/body_placeholder_650px.png\" style=\"max-width:560px;\" id=\"bodyImage\" mc:label=\"body_image\" mc:edit=\"body_image\" mc:allowtext />\n                                            </td>\n                                        </tr>\n                                        <tr>\n                                            <td valign=\"top\" class=\"bodyContent\" mc:edit=\"body_content01\">\n                                                <h2>Styling Your Content</h2>\n                                                <h4>Make your email easy to read</h4>\n                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"<em>styles</em>\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"<em>remove formatting</em>\" button to strip the text of any formatting and reset your style. \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // END BODY -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN FOOTER // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templateFooter\">\n                                        <tr>\n                                            <td valign=\"top\" class=\"footerContent\" mc:edit=\"footer_content00\">\n                                                <a href=\"*|TWITTER:PROFILEURL|*\">Follow on Twitter</a>&nbsp;&nbsp;&nbsp;<a href=\"*|FACEBOOK:PROFILEURL|*\">Friend on Facebook</a>&nbsp;&nbsp;&nbsp;<a href=\"*|FORWARD|*\">Forward to Friend</a>&nbsp;\n                                            </td>\n                                        </tr>\n                                        <tr>\n                                            <td valign=\"top\" class=\"footerContent\" style=\"padding-top:0;\" mc:edit=\"footer_content01\">\n                                                <em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n                                                <br />\n                                                *|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n                                                <br />\n                                                <br />\n                                                <strong>Our mailing address is:</strong>\n                                                <br />\n                                                *|HTML:LIST_ADDRESS_HTML|* *|END:IF|* \n                                            </td>\n                                        </tr>\n                                        <tr>\n                                            <td valign=\"top\" class=\"footerContent\" style=\"padding-top:0;\" mc:edit=\"footer_content02\">\n                                            \t<a href=\"*|UNSUB|*\">unsubscribe from this list</a>&nbsp;&nbsp;&nbsp;<a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // END FOOTER -->\n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // END TEMPLATE -->\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "responsive-templates/base_boxed_basic_query.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        <title>*|MC:SUBJECT|*</title>\n        <style type=\"text/css\">\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/ CLIENT-SPECIFIC STYLES /\\/\\/\\/\\/\\/\\/\\/\\/ */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" message */\n\t\t\t.ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\t.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing */\n\t\t\tbody, table, td, p, a, li, blockquote{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} /* Prevent WebKit and Windows mobile changing default text sizes */\n\t\t\ttable, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up */\n\t\t\timg{-ms-interpolation-mode:bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/ RESET STYLES /\\/\\/\\/\\/\\/\\/\\/\\/ */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable{border-collapse:collapse !important;}\n\t\t\tbody, #bodyTable, #bodyCell{height:100% !important; margin:0; padding:0; width:100% !important;}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/ TEMPLATE STYLES /\\/\\/\\/\\/\\/\\/\\/\\/ */\n\n\t\t\t/* ========== Page Styles ========== */\n\n\t\t\t#bodyCell{padding:20px;}\n\t\t\t#templateContainer{width:600px;}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background style\n\t\t\t* @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #bodyTable{\n\t\t\t\t/*@editable*/ background-color:#DEE0E2;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background style\n\t\t\t* @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#bodyCell{\n\t\t\t\t/*@editable*/ border-top:4px solid #BBBBBB;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border:1px solid #BBBBBB;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1{\n\t\t\t\t/*@editable*/ color:#202020 !important;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-style:normal;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ letter-spacing:normal;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2{\n\t\t\t\t/*@editable*/ color:#404040 !important;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:20px;\n\t\t\t\t/*@editable*/ font-style:normal;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ letter-spacing:normal;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3{\n\t\t\t\t/*@editable*/ color:#606060 !important;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:16px;\n\t\t\t\t/*@editable*/ font-style:italic;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ letter-spacing:normal;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4{\n\t\t\t\t/*@editable*/ color:#808080 !important;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ font-style:italic;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ letter-spacing:normal;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/* ========== Header Styles ========== */\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color and bottom border for your email's preheader area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-bottom:1px solid #CCCCCC;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent{\n\t\t\t\t/*@editable*/ color:#808080;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent a:link, .preheaderContent a:visited, /* Yahoo! Mail Override */ .preheaderContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#606060;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and borders for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-top:1px solid #FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:1px solid #CCCCCC;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:20px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding-top:0;\n\t\t\t\t/*@editable*/ padding-right:0;\n\t\t\t\t/*@editable*/ padding-bottom:0;\n\t\t\t\t/*@editable*/ padding-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#EB4102;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\n\t\t\t/* ========== Body Styles ========== */\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color and borders for your email's body area.\n\t\t\t*/\n\t\t\t#templateBody{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-top:1px solid #FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:1px solid #CCCCCC;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\tpadding-top:20px;\n\t\t\t\tpadding-right:20px;\n\t\t\t\tpadding-bottom:20px;\n\t\t\t\tpadding-left:20px;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent a:link, .bodyContent a:visited, /* Yahoo! Mail Override */ .bodyContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#EB4102;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:560px;\n\t\t\t}\n\n\t\t\t/* ========== Footer Styles ========== */\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and borders for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-top:1px solid #FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent{\n\t\t\t\t/*@editable*/ color:#808080;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\tpadding-top:20px;\n\t\t\t\tpadding-right:20px;\n\t\t\t\tpadding-bottom:20px;\n\t\t\t\tpadding-left:20px;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent a:link, .footerContent a:visited, /* Yahoo! Mail Override */ .footerContent a .yshortcuts, .footerContent a span /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#606060;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/ MOBILE STYLES /\\/\\/\\/\\/\\/\\/\\/\\/ */\n\n            @media only screen and (max-width: 480px){\n\t\t\t\t/* /\\/\\/\\/\\/\\/\\/ CLIENT-SPECIFIC MOBILE STYLES /\\/\\/\\/\\/\\/\\/ */\n\t\t\t\tbody, table, td, p, a, li, blockquote{-webkit-text-size-adjust:none !important;} /* Prevent Webkit platforms from changing default text sizes */\n                body{width:100% !important; min-width:100% !important;} /* Prevent iOS Mail from adding padding to the body */\n\n\t\t\t\t/* /\\/\\/\\/\\/\\/\\/ MOBILE RESET STYLES /\\/\\/\\/\\/\\/\\/ */\n\t\t\t\t#bodyCell{padding:10px !important;}\n\n\t\t\t\t/* /\\/\\/\\/\\/\\/\\/ MOBILE TEMPLATE STYLES /\\/\\/\\/\\/\\/\\/ */\n\n\t\t\t\t/* ======== Page Styles ======== */\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section template width\n\t\t\t\t* @tip Make the template fluid for portrait or landscape view adaptability. If a fluid layout doesn't work for you, set the width to 300px instead.\n\t\t\t\t*/\n\t\t\t\t#templateContainer{\n\t\t\t\t\tmax-width:600px !important;\n\t\t\t\t\t/*@editable*/ width:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section heading 1\n\t\t\t\t* @tip Make the first-level headings larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\th1{\n\t\t\t\t\t/*@editable*/ font-size:24px !important;\n\t\t\t\t\t/*@editable*/ line-height:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section heading 2\n\t\t\t\t* @tip Make the second-level headings larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\th2{\n\t\t\t\t\t/*@editable*/ font-size:20px !important;\n\t\t\t\t\t/*@editable*/ line-height:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section heading 3\n\t\t\t\t* @tip Make the third-level headings larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\th3{\n\t\t\t\t\t/*@editable*/ font-size:18px !important;\n\t\t\t\t\t/*@editable*/ line-height:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section heading 4\n\t\t\t\t* @tip Make the fourth-level headings larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\th4{\n\t\t\t\t\t/*@editable*/ font-size:16px !important;\n\t\t\t\t\t/*@editable*/ line-height:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/* ======== Header Styles ======== */\n\n\t\t\t\t#templatePreheader{display:none !important;} /* Hide the template preheader to save space */\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section header image\n\t\t\t\t* @tip Make the main header image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.\n\t\t\t\t*/\n\t\t\t\t#headerImage{\n\t\t\t\t\theight:auto !important;\n\t\t\t\t\t/*@editable*/ max-width:600px !important;\n\t\t\t\t\t/*@editable*/ width:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section header text\n\t\t\t\t* @tip Make the header content text larger in size for better readability on small screens. We recommend a font size of at least 16px.\n\t\t\t\t*/\n\t\t\t\t.headerContent{\n\t\t\t\t\t/*@editable*/ font-size:20px !important;\n\t\t\t\t\t/*@editable*/ line-height:125% !important;\n\t\t\t\t}\n\n\t\t\t\t/* ======== Body Styles ======== */\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section body text\n\t\t\t\t* @tip Make the body content text larger in size for better readability on small screens. We recommend a font size of at least 16px.\n\t\t\t\t*/\n\t\t\t\t.bodyContent{\n\t\t\t\t\t/*@editable*/ font-size:18px !important;\n\t\t\t\t\t/*@editable*/ line-height:125% !important;\n\t\t\t\t}\n\n\t\t\t\t/* ======== Footer Styles ======== */\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section footer text\n\t\t\t\t* @tip Make the body content text larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\t.footerContent{\n\t\t\t\t\t/*@editable*/ font-size:14px !important;\n\t\t\t\t\t/*@editable*/ line-height:115% !important;\n\t\t\t\t}\n\n\t\t\t\t.footerContent a{display:block !important;} /* Place footer social and utility links on their own lines, for easier access */\n\t\t\t}\n\t\t</style>\n    </head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"bodyTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\" id=\"bodyCell\">\n                    \t<!-- BEGIN TEMPLATE // -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN PREHEADER // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templatePreheader\">\n                                        <tr>\n                                            <td valign=\"top\" class=\"preheaderContent\" style=\"padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:20px;\" mc:edit=\"preheader_content00\">\n                                                Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n                                            <td valign=\"top\" width=\"180\" class=\"preheaderContent\" style=\"padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:0;\" mc:edit=\"preheader_content01\">\n                                                Email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                            </td>\n                                            <!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                    <!-- // END PREHEADER -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN HEADER // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templateHeader\">\n                                        <tr>\n                                            <td valign=\"top\" class=\"headerContent\">\n                                            \t<img src=\"http://gallery.mailchimp.com/2425ea8ad3/images/header_placeholder_600px.png\" style=\"max-width:600px;\" id=\"headerImage\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // END HEADER -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN BODY // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templateBody\">\n                                        <tr>\n                                            <td valign=\"top\" class=\"bodyContent\" mc:edit=\"body_content\">\n                                                <h1>Designing Your Template</h1>\n                                                <h3>Creating a good-looking email is simple</h3>\n                                                Customize your template by clicking on the style editor tabs above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content.\n                                                <br />\n                                                <br />\n                                                <h2>Styling Your Content</h2>\n                                                <h4>Make your email easy to read</h4>\n                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"<em>styles</em>\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"<em>remove formatting</em>\" button to strip the text of any formatting and reset your style. \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // END BODY -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN FOOTER // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templateFooter\">\n                                        <tr>\n                                            <td valign=\"top\" class=\"footerContent\" mc:edit=\"footer_content00\">\n                                                <a href=\"*|TWITTER:PROFILEURL|*\">Follow on Twitter</a>&nbsp;&nbsp;&nbsp;<a href=\"*|FACEBOOK:PROFILEURL|*\">Friend on Facebook</a>&nbsp;&nbsp;&nbsp;<a href=\"*|FORWARD|*\">Forward to Friend</a>&nbsp;\n                                            </td>\n                                        </tr>\n                                        <tr>\n                                            <td valign=\"top\" class=\"footerContent\" style=\"padding-top:0;\" mc:edit=\"footer_content01\">\n                                                <em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n                                                <br />\n                                                *|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n                                                <br />\n                                                <br />\n                                                <strong>Our mailing address is:</strong>\n                                                <br />\n                                                *|HTML:LIST_ADDRESS_HTML|* *|END:IF|* \n                                            </td>\n                                        </tr>\n                                        <tr>\n                                            <td valign=\"top\" class=\"footerContent\" style=\"padding-top:0; padding-bottom:40px;\" mc:edit=\"footer_content02\">\n                                            \t<a href=\"*|UNSUB|*\">unsubscribe from this list</a>&nbsp;&nbsp;&nbsp;<a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // END FOOTER -->\n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // END TEMPLATE -->\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "responsive-templates/base_boxed_body_image_2column_query.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\t<head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        <title>*|MC:SUBJECT|*</title>\n        <style type=\"text/css\">\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/ CLIENT-SPECIFIC STYLES /\\/\\/\\/\\/\\/\\/\\/\\/ */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" message */\n\t\t\t.ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\t.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing */\n\t\t\tbody, table, td, p, a, li, blockquote{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} /* Prevent WebKit and Windows mobile changing default text sizes */\n\t\t\ttable, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up */\n\t\t\timg{-ms-interpolation-mode:bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/ RESET STYLES /\\/\\/\\/\\/\\/\\/\\/\\/ */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable{border-collapse:collapse !important;}\n\t\t\tbody, #bodyTable, #bodyCell{height:100% !important; margin:0; padding:0; width:100% !important;}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/ TEMPLATE STYLES /\\/\\/\\/\\/\\/\\/\\/\\/ */\n\n\t\t\t/* ========== Page Styles ========== */\n\n\t\t\t#bodyCell{padding:20px;}\n\t\t\t#templateContainer{width:600px;}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background style\n\t\t\t* @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #bodyTable{\n\t\t\t\t/*@editable*/ background-color:#DEE0E2;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background style\n\t\t\t* @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#bodyCell{\n\t\t\t\t/*@editable*/ border-top:4px solid #BBBBBB;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border:1px solid #BBBBBB;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1{\n\t\t\t\t/*@editable*/ color:#202020 !important;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-style:normal;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ letter-spacing:normal;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2{\n\t\t\t\t/*@editable*/ color:#404040 !important;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:20px;\n\t\t\t\t/*@editable*/ font-style:normal;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ letter-spacing:normal;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3{\n\t\t\t\t/*@editable*/ color:#606060 !important;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:16px;\n\t\t\t\t/*@editable*/ font-style:italic;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ letter-spacing:normal;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4{\n\t\t\t\t/*@editable*/ color:#808080 !important;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ font-style:italic;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ letter-spacing:normal;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/* ========== Header Styles ========== */\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color and bottom border for your email's preheader area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-bottom:1px solid #CCCCCC;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent{\n\t\t\t\t/*@editable*/ color:#808080;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent a:link, .preheaderContent a:visited, /* Yahoo! Mail Override */ .preheaderContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#606060;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and borders for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-top:1px solid #FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:1px solid #CCCCCC;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:20px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding-top:0;\n\t\t\t\t/*@editable*/ padding-right:0;\n\t\t\t\t/*@editable*/ padding-bottom:0;\n\t\t\t\t/*@editable*/ padding-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#EB4102;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\n\t\t\t/* ========== Body Styles ========== */\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color and borders for your email's body area.\n\t\t\t*/\n\t\t\t#templateBody{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-top:1px solid #FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:1px solid #CCCCCC;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:16px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\tpadding-top:20px;\n\t\t\t\tpadding-right:20px;\n\t\t\t\tpadding-bottom:20px;\n\t\t\t\tpadding-left:20px;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent a:link, .bodyContent a:visited, /* Yahoo! Mail Override */ .bodyContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#EB4102;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:560px;\n\t\t\t}\n\n\t\t\t/* ========== Column Styles ========== */\n\n\t\t\t.templateColumnContainer{display:inline; width:260px;}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column style\n\t\t\t* @tip Set the background color and borders for your email's column area.\n\t\t\t*/\n\t\t\t#templateColumns{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-top:1px solid #FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:1px solid #CCCCCC;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column content text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\tpadding-top:0;\n\t\t\t\tpadding-right:0;\n\t\t\t\tpadding-bottom:20px;\n\t\t\t\tpadding-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftColumnContent a:link, .leftColumnContent a:visited, /* Yahoo! Mail Override */ .leftColumnContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#EB4102;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column content text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\tpadding-top:0;\n\t\t\t\tpadding-right:0;\n\t\t\t\tpadding-bottom:20px;\n\t\t\t\tpadding-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightColumnContent a:link, .rightColumnContent a:visited, /* Yahoo! Mail Override */ .rightColumnContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#EB4102;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.leftColumnContent img, .rightColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:260px;\n\t\t\t}\n\n\t\t\t/* ========== Footer Styles ========== */\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and borders for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#F4F4F4;\n\t\t\t\t/*@editable*/ border-top:1px solid #FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent{\n\t\t\t\t/*@editable*/ color:#808080;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\tpadding-top:20px;\n\t\t\t\tpadding-right:20px;\n\t\t\t\tpadding-bottom:20px;\n\t\t\t\tpadding-left:20px;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent a:link, .footerContent a:visited, /* Yahoo! Mail Override */ .footerContent a .yshortcuts, .footerContent a span /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#606060;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/ MOBILE STYLES /\\/\\/\\/\\/\\/\\/\\/\\/ */\n\n            @media only screen and (max-width: 480px){\n\t\t\t\t/* /\\/\\/\\/\\/\\/\\/ CLIENT-SPECIFIC MOBILE STYLES /\\/\\/\\/\\/\\/\\/ */\n\t\t\t\tbody, table, td, p, a, li, blockquote{-webkit-text-size-adjust:none !important;} /* Prevent Webkit platforms from changing default text sizes */\n                body{width:100% !important; min-width:100% !important;} /* Prevent iOS Mail from adding padding to the body */\n\n\t\t\t\t/* /\\/\\/\\/\\/\\/\\/ MOBILE RESET STYLES /\\/\\/\\/\\/\\/\\/ */\n\t\t\t\t#bodyCell{padding:10px !important;}\n\n\t\t\t\t/* /\\/\\/\\/\\/\\/\\/ MOBILE TEMPLATE STYLES /\\/\\/\\/\\/\\/\\/ */\n\n\t\t\t\t/* ======== Page Styles ======== */\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section template width\n\t\t\t\t* @tip Make the template fluid for portrait or landscape view adaptability. If a fluid layout doesn't work for you, set the width to 300px instead.\n\t\t\t\t*/\n\t\t\t\t#templateContainer{\n\t\t\t\t\tmax-width:600px !important;\n\t\t\t\t\t/*@editable*/ width:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section heading 1\n\t\t\t\t* @tip Make the first-level headings larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\th1{\n\t\t\t\t\t/*@editable*/ font-size:24px !important;\n\t\t\t\t\t/*@editable*/ line-height:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section heading 2\n\t\t\t\t* @tip Make the second-level headings larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\th2{\n\t\t\t\t\t/*@editable*/ font-size:20px !important;\n\t\t\t\t\t/*@editable*/ line-height:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section heading 3\n\t\t\t\t* @tip Make the third-level headings larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\th3{\n\t\t\t\t\t/*@editable*/ font-size:18px !important;\n\t\t\t\t\t/*@editable*/ line-height:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section heading 4\n\t\t\t\t* @tip Make the fourth-level headings larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\th4{\n\t\t\t\t\t/*@editable*/ font-size:16px !important;\n\t\t\t\t\t/*@editable*/ line-height:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/* ======== Header Styles ======== */\n\n\t\t\t\t#templatePreheader{display:none !important;} /* Hide the template preheader to save space */\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section header image\n\t\t\t\t* @tip Make the main header image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.\n\t\t\t\t*/\n\t\t\t\t#headerImage{\n\t\t\t\t\theight:auto !important;\n\t\t\t\t\t/*@editable*/ max-width:600px !important;\n\t\t\t\t\t/*@editable*/ width:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section header text\n\t\t\t\t* @tip Make the header content text larger in size for better readability on small screens. We recommend a font size of at least 16px.\n\t\t\t\t*/\n\t\t\t\t.headerContent{\n\t\t\t\t\t/*@editable*/ font-size:20px !important;\n\t\t\t\t\t/*@editable*/ line-height:125% !important;\n\t\t\t\t}\n\n\t\t\t\t/* ======== Body Styles ======== */\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section body image\n\t\t\t\t* @tip Make the main body image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.\n\t\t\t\t*/\n\t\t\t\t#bodyImage{\n\t\t\t\t\theight:auto !important;\n\t\t\t\t\t/*@editable*/ max-width:560px !important;\n\t\t\t\t\t/*@editable*/ width:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section body text\n\t\t\t\t* @tip Make the body content text larger in size for better readability on small screens. We recommend a font size of at least 16px.\n\t\t\t\t*/\n\t\t\t\t.bodyContent{\n\t\t\t\t\t/*@editable*/ font-size:18px !important;\n\t\t\t\t\t/*@editable*/ line-height:125% !important;\n\t\t\t\t}\n\n\t\t\t\t/* ======== Column Styles ======== */\n\n\t\t\t\t.templateColumnContainer{display:block !important; width:100% !important;}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section column image\n\t\t\t\t* @tip Make the column image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.\n\t\t\t\t*/\n\t\t\t\t.columnImage{\n\t\t\t\t\theight:auto !important;\n\t\t\t\t\t/*@editable*/ max-width:260px !important;\n\t\t\t\t\t/*@editable*/ width:100% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section left column text\n\t\t\t\t* @tip Make the left column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.\n\t\t\t\t*/\n\t\t\t\t.leftColumnContent{\n\t\t\t\t\t/*@editable*/ font-size:16px !important;\n\t\t\t\t\t/*@editable*/ line-height:125% !important;\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section right column text\n\t\t\t\t* @tip Make the right column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.\n\t\t\t\t*/\n\t\t\t\t.rightColumnContent{\n\t\t\t\t\t/*@editable*/ font-size:16px !important;\n\t\t\t\t\t/*@editable*/ line-height:125% !important;\n\t\t\t\t}\n\n\t\t\t\t/* ======== Footer Styles ======== */\n\n\t\t\t\t/**\n\t\t\t\t* @tab Mobile Styles\n\t\t\t\t* @section footer text\n\t\t\t\t* @tip Make the body content text larger in size for better readability on small screens.\n\t\t\t\t*/\n\t\t\t\t.footerContent{\n\t\t\t\t\t/*@editable*/ font-size:14px !important;\n\t\t\t\t\t/*@editable*/ line-height:115% !important;\n\t\t\t\t}\n\n\t\t\t\t.footerContent a{display:block !important;} /* Place footer social and utility links on their own lines, for easier access */\n\t\t\t}\n\t\t</style>\n    </head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"bodyTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\" id=\"bodyCell\">\n                    \t<!-- BEGIN TEMPLATE // -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN PREHEADER // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templatePreheader\">\n                                        <tr>\n                                            <td valign=\"top\" class=\"preheaderContent\" style=\"padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:20px;\" mc:edit=\"preheader_content00\">\n                                                Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n                                            <td valign=\"top\" width=\"180\" class=\"preheaderContent\" style=\"padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:0;\" mc:edit=\"preheader_content01\">\n                                                Email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                            </td>\n                                            <!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                    <!-- // END PREHEADER -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN HEADER // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templateHeader\">\n                                        <tr>\n                                            <td valign=\"top\" class=\"headerContent\">\n                                            \t<img src=\"http://gallery.mailchimp.com/2425ea8ad3/images/header_placeholder_600px.png\" style=\"max-width:600px;\" id=\"headerImage\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // END HEADER -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN BODY // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templateBody\">\n                                        <tr>\n                                            <td valign=\"top\" class=\"bodyContent\" mc:edit=\"body_content00\">\n                                                <h1>Designing Your Template</h1>\n                                                <h3>Creating a good-looking email is simple</h3>\n                                                Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content.\n                                            </td>\n                                        </tr>\n                                    \t<tr>\n                                        \t<td class=\"bodyContent\" style=\"padding-top:0; padding-bottom:0;\">\n                                            \t<img src=\"http://gallery.mailchimp.com/27aac8a65e64c994c4416d6b8/images/body_placeholder_650px.png\" style=\"max-width:560px;\" id=\"bodyImage\" mc:label=\"body_image\" mc:edit=\"body_image\" mc:allowtext />\n                                            </td>\n                                        </tr>\n                                        <tr>\n                                            <td valign=\"top\" class=\"bodyContent\" mc:edit=\"body_content01\">\n                                                <h2>Styling Your Content</h2>\n                                                <h4>Make your email easy to read</h4>\n                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"<em>styles</em>\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"<em>remove formatting</em>\" button to strip the text of any formatting and reset your style. \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // END BODY -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN COLUMNS // -->\n                                    <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\" id=\"templateColumns\">\n                                    \t<tr mc:repeatable>\n                                        \t<td align=\"left\" valign=\"top\" style=\"padding-bottom:0;\">\n                                            \t<table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"templateColumnContainer\">\n                                                \t<tr>\n                                                    \t<td class=\"leftColumnContent\">\n                                                        \t<img src=\"http://gallery.mailchimp.com/27aac8a65e64c994c4416d6b8/images/header_placeholder_260px.png\" style=\"max-width:260px;\" class=\"columnImage\" mc:label=\"left_column_image\" mc:edit=\"left_column_image\" />\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                    \t<td valign=\"top\" class=\"leftColumnContent\" mc:edit=\"left_column_content\">\n                                                            <h3>Repeatable Content</h3>\n                                                            <a href=\"http://kb.mailchimp.com/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">Repeatable sections</a> are noted with plus and minus signs so that you can add and subtract content blocks.\n                                                            <br />\n                                                            <br />\n                                                            You can also get a little fancy; repeat blocks and remove all text to make image galleries, or do the opposite and remove images for text-only blocks.\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            \t<table align=\"right\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"templateColumnContainer\">\n                                                \t<tr>\n                                                    \t<td class=\"rightColumnContent\">\n                                                        \t<img src=\"http://gallery.mailchimp.com/27aac8a65e64c994c4416d6b8/images/header_placeholder_260px.png\" style=\"max-width:260px;\" class=\"columnImage\" mc:label=\"right_column_image\" mc:edit=\"right_column_image\" />\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                    \t<td valign=\"top\" class=\"rightColumnContent\" mc:edit=\"right_column_content\">\n                                                            <h3>Repeatable Content</h3>\n                                                            <a href=\"http://kb.mailchimp.com/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">Repeatable sections</a> are noted with plus and minus signs so that you can add and subtract content blocks.\n                                                            <br />\n                                                            <br />\n                                                            You can also get a little fancy; repeat blocks and remove all text to make image galleries, or do the opposite and remove images for text-only blocks.\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // END COLUMNS -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                \t<!-- BEGIN FOOTER // -->\n                                    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"templateFooter\">\n                                        <tr>\n                                            <td valign=\"top\" class=\"footerContent\" mc:edit=\"footer_content00\">\n                                                <a href=\"*|TWITTER:PROFILEURL|*\">Follow on Twitter</a>&nbsp;&nbsp;&nbsp;<a href=\"*|FACEBOOK:PROFILEURL|*\">Friend on Facebook</a>&nbsp;&nbsp;&nbsp;<a href=\"*|FORWARD|*\">Forward to Friend</a>&nbsp;\n                                            </td>\n                                        </tr>\n                                        <tr>\n                                            <td valign=\"top\" class=\"footerContent\" style=\"padding-top:0;\" mc:edit=\"footer_content01\">\n                                                <em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n                                                <br />\n                                                *|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n                                                <br />\n                                                <br />\n                                                <strong>Our mailing address is:</strong>\n                                                <br />\n                                                *|HTML:LIST_ADDRESS_HTML|* *|END:IF|* \n                                            </td>\n                                        </tr>\n                                        <tr>\n                                            <td valign=\"top\" class=\"footerContent\" style=\"padding-top:0;\" mc:edit=\"footer_content02\">\n                                            \t<a href=\"*|UNSUB|*\">unsubscribe from this list</a>&nbsp;&nbsp;&nbsp;<a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // END FOOTER -->\n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // END TEMPLATE -->\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/2col-1-2-leftsidebar.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\n\t\t\t/* Template Styles */\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0 !important;\n\t\t\t\tmargin-right:0 !important;\n\t\t\t\tmargin-bottom:10px !important;\n\t\t\t\tmargin-left:0 !important;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0 !important;\n\t\t\t\tmargin-right:0 !important;\n\t\t\t\tmargin-bottom:10px !important;\n\t\t\t\tmargin-left:0 !important;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0 !important;\n\t\t\t\tmargin-right:0 !important;\n\t\t\t\tmargin-bottom:10px !important;\n\t\t\t\tmargin-left:0 !important;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0 !important;\n\t\t\t\tmargin-right:0 !important;\n\t\t\t\tmargin-bottom:10px !important;\n\t\t\t\tmargin-left:0 !important;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px !important;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.bodyContent img, .fullWidthBandContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: SIDEBAR /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar style\n\t\t\t* @tip Set the background color and border for your email's sidebar area.\n\t\t\t*/\n\t\t\t#templateSidebar{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar text\n\t\t\t* @tip Set the styling for your email's sidebar text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.sidebarContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar link\n\t\t\t* @tip Set the styling for your email's sidebar links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.sidebarContent div a:link, .sidebarContent div a:visited, /* Yahoo! Mail Override */ .sidebarContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.sidebarContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COLUMNS; LEFT, RIGHT /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftColumnContent div a:link, .leftColumnContent div a:visited, /* Yahoo! Mail Override */ .leftColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.leftColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightColumnContent div a:link, .rightColumnContent div a:visited, /* Yahoo! Mail Override */ .rightColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.rightColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \t\n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                            <!-- // Begin Sidebar \\\\ -->\n                                        \t<td valign=\"top\" width=\"200\" id=\"templateSidebar\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"200\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\" class=\"sidebarContent\">\n                                                        \n                                                            <!-- // Begin Module: Social Block with Icons \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr>\n                                                                    <td valign=\"top\" style=\"padding-top:20px; padding-right:20px; padding-left:20px;\">\n                                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"4\">\n                                                                            <tr mc:hideable>\n                                                                                <td align=\"left\" valign=\"middle\" width=\"16\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_facebook.png\" style=\"margin:0 !important;\" />\n                                                                                </td>\n                                                                                <td align=\"left\" valign=\"top\">\n                                                                                    <div mc:edit=\"sbwi_link_one\">\n                                                                                        <a href=\"*|FACEBOOK:PROFILEURL|*\">Friend on Facebook</a>\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                            <tr mc:hideable>\n                                                                                <td align=\"left\" valign=\"middle\" width=\"16\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_twitter.png\" style=\"margin:0 !important;\" />\n                                                                                </td>\n                                                                                <td align=\"left\" valign=\"top\">\n                                                                                    <div mc:edit=\"sbwi_link_two\">\n                                                                                        <a href=\"*|TWITTER:PROFILEURL|*\">Follow on Twitter</a>\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                            <tr mc:hideable>\n                                                                                <td align=\"left\" valign=\"middle\" width=\"16\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_forward.png\" style=\"margin:0 !important;\" />\n                                                                                </td>\n                                                                                <td align=\"left\" valign=\"top\">\n                                                                                    <div mc:edit=\"sbwi_link_three\">\n                                                                                        <a href=\"*|FORWARD|*\">Forward to a Friend</a>\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Social Block with Icons \\\\ -->\n\n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image00\" />\n                                                                        <div mc:edit=\"tiwc200_content00\">\n\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                            <!-- // End Sidebar \\\\ -->\n                                        \t<td valign=\"top\" width=\"400\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"400\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\">\n                                            \t\t\t\t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"400\">\n                                                            \t<tr>\n                                                                \t<td valign=\"top\" class=\"bodyContent\">\n                                                            \n                                                                        <!-- // Begin Module: Standard Content \\\\ -->\n                                                                        <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                            <tr>\n                                                                                <td valign=\"top\">\n\t\t\t\t\t\t                                                            <div mc:edit=\"std_content00\">\n\t\t\t\t\t\t                                                                <h1 class=\"h1\">Heading 1</h1>\n\t\t\t\t\t\t                                                                <h2 class=\"h2\">Heading 2</h2>\n\t\t\t\t\t\t                                                                <h3 class=\"h3\">Heading 3</h3>\n\t\t\t\t\t\t                                                                <h4 class=\"h4\">Heading 4</h4>\n\t\t\t\t\t\t                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n\t\t\t\t\t\t                                                                <br />\n\t\t\t\t\t\t                                                                <br />\n\t\t\t\t\t\t                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n\t\t\t\t\t\t                                                            </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // End Module: Standard Content \\\\ -->\n                                                            \n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                \t\t</td>\n                                                    </tr>\n                                                    <tr>\n                                                    \t<td valign=\"top\">\n                                                            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"400\">\n                                                                <tr>\n                                                                    <td valign=\"top\" width=\"180\" class=\"leftColumnContent\">\n                                                                    \n                                                                        <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                                        <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                            <tr mc:repeatable>\n                                                                                <td valign=\"top\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image01\" />\n                                                                                    <div mc:edit=\"tiwc200_content01\">\n\t\t\t\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // End Module: Top Image with Content \\\\ -->\n                                                                        \n                                                                    </td>\n                                                                    <td valign=\"top\" width=\"180\" class=\"rightColumnContent\">\n                                                                    \n                                                                        <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                                        <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                            <tr mc:repeatable>\n                                                                                <td valign=\"top\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image02\" />\n                                                                                    <div mc:edit=\"tiwc200_content02\">\n \t\t\t\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // End Module: Top Image with Content \\\\ -->\n                                                                                                                                            \n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                        </td>\n                                                    </tr>\n                                                </table>                                                \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/2col-1-2-rightsidebar.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\n\t\t\t/* Template Styles */\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: SIDEBAR /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar style\n\t\t\t* @tip Set the background color for your email's sidebar area.\n\t\t\t*/\n\t\t\t#templateSidebar{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar text\n\t\t\t* @tip Set the styling for your email's sidebar text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.sidebarContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar link\n\t\t\t* @tip Set the styling for your email's sidebar links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.sidebarContent div a:link, .sidebarContent div a:visited, /* Yahoo! Mail Override */ .sidebarContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.sidebarContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COLUMNS; LEFT, RIGHT /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftColumnContent div a:link, .leftColumnContent div a:visited, /* Yahoo! Mail Override */ .leftColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.leftColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightColumnContent div a:link, .rightColumnContent div a:visited, /* Yahoo! Mail Override */ .rightColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.rightColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \t\n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" width=\"400\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"400\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\">\n                                            \t\t\t\t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"400\">\n                                                            \t<tr>\n                                                                \t<td valign=\"top\" class=\"bodyContent\">\n                                                            \n                                                                        <!-- // Begin Module: Standard Content \\\\ -->\n                                                                        <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                            <tr>\n                                                                                <td valign=\"top\">\n \t\t\t\t\t\t                                                            <div mc:edit=\"std_content00\">\n\t\t\t\t\t\t                                                                <h1 class=\"h1\">Heading 1</h1>\n\t\t\t\t\t\t                                                                <h2 class=\"h2\">Heading 2</h2>\n\t\t\t\t\t\t                                                                <h3 class=\"h3\">Heading 3</h3>\n\t\t\t\t\t\t                                                                <h4 class=\"h4\">Heading 4</h4>\n\t\t\t\t\t\t                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n\t\t\t\t\t\t                                                                <br />\n\t\t\t\t\t\t                                                                <br />\n\t\t\t\t\t\t                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n\t\t\t\t\t\t                                                            </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // End Module: Standard Content \\\\ -->\n                                                            \n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                \t\t</td>\n                                                    </tr>\n                                                    <tr>\n                                                    \t<td valign=\"top\">\n                                                            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"400\">\n                                                                <tr>\n                                                                    <td valign=\"top\" width=\"180\" class=\"leftColumnContent\">\n                                                                    \n                                                                        <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                                        <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                            <tr mc:repeatable>\n                                                                                <td valign=\"top\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px; margin-bottom:10px;\" mc:label=\"image\" mc:edit=\"tiwc200_image01\" />\n                                                                                    <div mc:edit=\"tiwc200_content01\">\n\t\t\t                                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                            <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // End Module: Top Image with Content \\\\ -->\n                                                                        \n                                                                    </td>\n                                                                    <td valign=\"top\" width=\"180\" class=\"rightColumnContent\">\n                                                                    \n                                                                        <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                                        <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                            <tr mc:repeatable>\n                                                                                <td valign=\"top\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px; margin-bottom:10px;\" mc:label=\"image\" mc:edit=\"tiwc200_image02\" />\n                                                                                    <div mc:edit=\"tiwc200_content02\">\n\t\t\t                                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                            <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // End Module: Top Image with Content \\\\ -->\n                                                                                                                                            \n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                        </td>\n                                                    </tr>\n                                                </table>                                                \n                                            </td>\n                                            <!-- // Begin Sidebar \\\\ -->\n                                        \t<td valign=\"top\" width=\"200\" id=\"templateSidebar\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"200\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\" class=\"sidebarContent\">\n                                                        \n                                                            <!-- // Begin Module: Social Block with Icons \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr>\n                                                                    <td valign=\"top\" style=\"padding-top:10px; padding-right:20px; padding-left:20px;\">\n                                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"4\">\n                                                                            <tr mc:hideable>\n                                                                                <td align=\"left\" valign=\"middle\" width=\"16\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_facebook.png\" style=\"margin:0 !important;\" />\n                                                                                </td>\n                                                                                <td align=\"left\" valign=\"top\">\n                                                                                    <div mc:edit=\"sbwi_link_one\">\n                                                                                        <a href=\"*|FACEBOOK:PROFILEURL|*\">Friend on Facebook</a>\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                            <tr mc:hideable>\n                                                                                <td align=\"left\" valign=\"middle\" width=\"16\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_twitter.png\" style=\"margin:0 !important;\" />\n                                                                                </td>\n                                                                                <td align=\"left\" valign=\"top\">\n                                                                                    <div mc:edit=\"sbwi_link_two\">\n                                                                                        <a href=\"*|TWITTER:PROFILEURL|*\">Follow on Twitter</a>\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                            <tr mc:hideable>\n                                                                                <td align=\"left\" valign=\"middle\" width=\"16\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_forward.png\" style=\"margin:0 !important;\" />\n                                                                                </td>\n                                                                                <td align=\"left\" valign=\"top\">\n                                                                                    <div mc:edit=\"sbwi_link_three\">\n                                                                                        <a href=\"*|FORWARD|*\">Forward to a Friend</a>\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Social Block with Icons \\\\ -->\n\n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px; margin-bottom:10px;\" mc:edit=\"tiwc200_image00\" />\n                                                                        <div mc:edit=\"tiwc200_content00\">\n                                                                            <h4 class=\"h4\">Heading 4</h4>\n                                                                            <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                            <!-- // End Sidebar \\\\ -->\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/2col-1-2.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\n\t\t\t/* Template Styles */\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COLUMNS; LEFT, RIGHT /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftColumnContent div a:link, .leftColumnContent div a:visited, /* Yahoo! Mail Override */ .leftColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.leftColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightColumnContent div a:link, .rightColumnContent div a:visited, /* Yahoo! Mail Override */ .rightColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.rightColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<td colspan=\"3\" valign=\"top\" class=\"bodyContent\">\n                                            \n                                                <!-- // Begin Module: Standard Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td valign=\"top\">\n                                                            <div mc:edit=\"std_content00\">\n                                                                <h1 class=\"h1\">Heading 1</h1>\n                                                                <h2 class=\"h2\">Heading 2</h2>\n                                                                <h3 class=\"h3\">Heading 3</h3>\n                                                                <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n                                                                <br />\n                                                                <br />\n                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n                                                            </div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Content \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    \t<tr>\n                                        \t<td valign=\"top\" width=\"280\" class=\"leftColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_260.gif\" style=\"max-width:260px;\" mc:label=\"image\" mc:edit=\"tiwc300_image00\" />\n                                                            <div mc:edit=\"tiwc300_content00\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"280\" class=\"rightColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_260.gif\" style=\"max-width:260px;\" mc:label=\"image\" mc:edit=\"tiwc300_image01\" />\n                                                            <div mc:edit=\"tiwc300_content01\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/2col-2-1.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\t\t\t\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\t\n\t\t\t/* Template Styles */\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COLUMNS; LEFT, RIGHT /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftColumnContent div a:link, .leftColumnContent div a:visited, /* Yahoo! Mail Override */ .leftColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.leftColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightColumnContent div a:link, .rightColumnContent div a:visited, /* Yahoo! Mail Override */ .rightColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.rightColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" width=\"280\" class=\"leftColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_260.gif\" style=\"max-width:260px;\" mc:label=\"image\" mc:edit=\"tiwc300_image00\" />\n                                                            <div mc:edit=\"tiwc300_content00\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"280\" class=\"rightColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_260.gif\" style=\"max-width:260px;\" mc:label=\"image\" mc:edit=\"tiwc300_image01\" />\n                                                            <div mc:edit=\"tiwc300_content01\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    \t<tr>\n                                        \t<td colspan=\"3\" valign=\"top\" class=\"bodyContent\">\n                                            \n                                                <!-- // Begin Module: Standard Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td valign=\"top\">\n                                                            <div mc:edit=\"std_content00\">\n                                                                <h1 class=\"h1\">Heading 1</h1>\n                                                                <h2 class=\"h2\">Heading 2</h2>\n                                                                <h3 class=\"h3\">Heading 3</h3>\n                                                                <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n                                                                <br />\n                                                                <br />\n                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n                                                            </div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Content \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/2col-basic2column.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\t\t\t\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\t\n\t\t\t/* Template Styles */\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COLUMNS; LEFT, RIGHT /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftColumnContent div a:link, .leftColumnContent div a:visited, /* Yahoo! Mail Override */ .leftColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.leftColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightColumnContent div a:link, .rightColumnContent div a:visited, /* Yahoo! Mail Override */ .rightColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.rightColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" width=\"280\" class=\"leftColumnContent\">\n\n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_260.gif\" style=\"max-width:260px;\" mc:label=\"image\" mc:edit=\"tiwc300_image00\" />\n                                                            <div mc:edit=\"tiwc300_content00\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"280\" class=\"rightColumnContent\">\n\n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_260.gif\" style=\"max-width:260px;\" mc:label=\"image\" mc:edit=\"tiwc300_image01\" />\n                                                            <div mc:edit=\"tiwc300_content01\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/3col-1-3-asym.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\t\t\t\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\t\n\t\t\t/* Template Styles */\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COLUMNS; LEFT, CENTER, RIGHT /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftColumnContent div a:link, .leftColumnContent div a:visited, /* Yahoo! Mail Override */ .leftColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.leftColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column link\n\t\t\t* @tip Set the styling for your email's center column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.centerColumnContent div a:link, .centerColumnContent div a:visited, /* Yahoo! Mail Override */ .centerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.centerColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightColumnContent div a:link, .rightColumnContent div a:visited, /* Yahoo! Mail Override */ .rightColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.rightColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<td colspan=\"3\" valign=\"top\" class=\"bodyContent\">\n                                            \n                                                <!-- // Begin Module: Standard Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td valign=\"top\">\n                                                            <div mc:edit=\"std_content00\">\n                                                                <h1 class=\"h1\">Heading 1</h1>\n                                                                <h2 class=\"h2\">Heading 2</h2>\n                                                                <h3 class=\"h3\">Heading 3</h3>\n                                                                <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n                                                                <br />\n                                                                <br />\n                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n                                                            </div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Content \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    \t<tr>\n                                        \t<td valign=\"top\" width=\"130\" class=\"leftColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image00\" />\n                                                            <div mc:edit=\"tiwc150_content00\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"280\" class=\"centerColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_260.gif\" style=\"max-width:260px;\" mc:label=\"image\" mc:edit=\"tiwc300_image00\" />\n                                                            <div mc:edit=\"tiwc300_content00\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"130\" class=\"rightColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image01\" />\n                                                            <div mc:edit=\"tiwc150_content01\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                                \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/3col-1-3-leftsidebar.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\n\t\t\t/* Template Styles */\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: SIDEBAR /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar style\n\t\t\t* @tip Set the background color and border for your email's sidebar area.\n\t\t\t*/\n\t\t\t#templateSidebar{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-right:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar text\n\t\t\t* @tip Set the styling for your email's sidebar text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.sidebarContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar link\n\t\t\t* @tip Set the styling for your email's sidebar links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.sidebarContent div a:link, .sidebarContent div a:visited, /* Yahoo! Mail Override */ .sidebarContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.sidebarContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COLUMNS; LEFT, CENTER, RIGHT /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftColumnContent div a:link, .leftColumnContent div a:visited, /* Yahoo! Mail Override */ .leftColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.leftColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column link\n\t\t\t* @tip Set the styling for your email's center column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.centerColumnContent div a:link, .centerColumnContent div a:visited, /* Yahoo! Mail Override */ .centerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.centerColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightColumnContent div a:link, .rightColumnContent div a:visited, /* Yahoo! Mail Override */ .rightColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.rightColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<!-- // Begin Sidebar \\\\  -->\n                                        \t<td valign=\"top\" width=\"200\" id=\"templateSidebar\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"200\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\" class=\"sidebarContent\">\n                                                        \n                                                            <!-- // Begin Module: Social Block with Icons \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr>\n                                                                    <td valign=\"top\" style=\"padding-top:10px; padding-right:20px; padding-left:20px;\">\n                                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"4\">\n                                                                            <tr mc:hideable>\n                                                                                <td align=\"left\" valign=\"middle\" width=\"16\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_facebook.png\" style=\"margin:0 !important;\" />\n                                                                                </td>\n                                                                                <td align=\"left\" valign=\"top\">\n                                                                                    <div mc:edit=\"sbwi_link_one\">\n                                                                                        <a href=\"*|FACEBOOK:PROFILEURL|*\">Friend on Facebook</a>\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                            <tr mc:hideable>\n                                                                                <td align=\"left\" valign=\"middle\" width=\"16\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_twitter.png\" style=\"margin:0 !important;\" />\n                                                                                </td>\n                                                                                <td align=\"left\" valign=\"top\">\n                                                                                    <div mc:edit=\"sbwi_link_two\">\n                                                                                        <a href=\"*|TWITTER:PROFILEURL|*\">Follow on Twitter</a>\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                            <tr mc:hideable>\n                                                                                <td align=\"left\" valign=\"middle\" width=\"16\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_forward.png\" style=\"margin:0 !important;\" />\n                                                                                </td>\n                                                                                <td align=\"left\" valign=\"top\">\n                                                                                    <div mc:edit=\"sbwi_link_three\">\n                                                                                        <a href=\"*|FORWARD|*\">Forward to a Friend</a>\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Social Block with Icons \\\\ -->\n\n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image00\" />\n                                                                        <div mc:edit=\"tiwc200_content00\">\n\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                            <!-- // End Sidebar \\\\ -->\n                                        \t<td valign=\"top\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\">\n                                                        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n                                                            \t<tr>\n                                                                \t<td valign=\"top\" class=\"bodyContent\">\n                                                        \n                                                                        <!-- // Begin Module: Standard Content \\\\ -->\n                                                                        <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                            <tr>\n                                                                                <td valign=\"top\">\n\t\t\t\t\t\t                                                            <div mc:edit=\"std_content00\">\n\t\t\t\t\t\t                                                                <h1 class=\"h1\">Heading 1</h1>\n\t\t\t\t\t\t                                                                <h2 class=\"h2\">Heading 2</h2>\n\t\t\t\t\t\t                                                                <h3 class=\"h3\">Heading 3</h3>\n\t\t\t\t\t\t                                                                <h4 class=\"h4\">Heading 4</h4>\n\t\t\t\t\t\t                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n\t\t\t\t\t\t                                                                <br />\n\t\t\t\t\t\t                                                                <br />\n\t\t\t\t\t\t                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n\t\t\t\t\t\t                                                            </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // End Module: Standard Content \\\\ -->\n                                                                        \n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                        </td>\n                                                    </tr>\n                                                </table>                                                \n                                            </td>\n                                        </tr>\n                                        <tr>\n                                        \t<td colspan=\"2\" valign=\"top\" width=\"600\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\" width=\"180\" class=\"leftColumnContent\">\n                                                        \n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image01\" />\n                                                                        <div mc:edit=\"tiwc200_content01\">\n \t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                        <td valign=\"top\" width=\"180\" class=\"centerColumnContent\">\n                                                        \n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image02\" />\n                                                                        <div mc:edit=\"tiwc200_content02\">\n\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                        <td valign=\"top\" width=\"180\" class=\"rightColumnContent\">\n                                                        \n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image03\" />\n                                                                        <div mc:edit=\"tiwc200_content03\">\n\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/3col-1-3-rightsidebar.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\n\t\t\t/* Template Styles */\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: SIDEBAR /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar style\n\t\t\t* @tip Set the background color and border for your email's sidebar area.\n\t\t\t*/\n\t\t\t#templateSidebar{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-left:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar text\n\t\t\t* @tip Set the styling for your email's sidebar text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.sidebarContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar link\n\t\t\t* @tip Set the styling for your email's sidebar links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.sidebarContent div a:link, .sidebarContent div a:visited, /* Yahoo! Mail Override */ .sidebarContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.sidebarContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COLUMNS; LEFT, CENTER, RIGHT /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftColumnContent div a:link, .leftColumnContent div a:visited, /* Yahoo! Mail Override */ .leftColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.leftColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column link\n\t\t\t* @tip Set the styling for your email's center column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.centerColumnContent div a:link, .centerColumnContent div a:visited, /* Yahoo! Mail Override */ .centerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.centerColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightColumnContent div a:link, .rightColumnContent div a:visited, /* Yahoo! Mail Override */ .rightColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.rightColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"400\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\">\n                                                        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"400\">\n                                                            \t<tr>\n                                                                \t<td valign=\"top\" class=\"bodyContent\">\n                                                        \n                                                                        <!-- // Begin Module: Standard Content \\\\ -->\n                                                                        <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                            <tr>\n                                                                                <td valign=\"top\">\n\t\t\t\t\t\t                                                            <div mc:edit=\"std_content00\">\n\t\t\t\t\t\t                                                                <h1 class=\"h1\">Heading 1</h1>\n\t\t\t\t\t\t                                                                <h2 class=\"h2\">Heading 2</h2>\n\t\t\t\t\t\t                                                                <h3 class=\"h3\">Heading 3</h3>\n\t\t\t\t\t\t                                                                <h4 class=\"h4\">Heading 4</h4>\n\t\t\t\t\t\t                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n\t\t\t\t\t\t                                                                <br />\n\t\t\t\t\t\t                                                                <br />\n\t\t\t\t\t\t                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n\t\t\t\t\t\t                                                            </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // End Module: Standard Content \\\\ -->\n                                                                        \n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                        </td>\n                                                    </tr>\n                                                </table>                                                \n                                            </td>\n                                        \t<!-- // Begin Sidebar \\\\  -->\n                                        \t<td valign=\"top\" width=\"200\" id=\"templateSidebar\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"200\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\" class=\"sidebarContent\">\n                                                        \n                                                            <!-- // Begin Module: Social Block with Icons \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr>\n                                                                    <td valign=\"top\" style=\"padding-top:10px; padding-right:20px; padding-left:20px;\">\n                                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"4\">\n                                                                            <tr mc:hideable>\n                                                                                <td align=\"left\" valign=\"middle\" width=\"16\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_facebook.png\" style=\"margin:0 !important;\" />\n                                                                                </td>\n                                                                                <td align=\"left\" valign=\"top\">\n                                                                                    <div mc:edit=\"sbwi_link_one\">\n                                                                                        <a href=\"*|FACEBOOK:PROFILEURL|*\">Friend on Facebook</a>\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                            <tr mc:hideable>\n                                                                                <td align=\"left\" valign=\"middle\" width=\"16\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_twitter.png\" style=\"margin:0 !important;\" />\n                                                                                </td>\n                                                                                <td align=\"left\" valign=\"top\">\n                                                                                    <div mc:edit=\"sbwi_link_two\">\n                                                                                        <a href=\"*|TWITTER:PROFILEURL|*\">Follow on Twitter</a>\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                            <tr mc:hideable>\n                                                                                <td align=\"left\" valign=\"middle\" width=\"16\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_forward.png\" style=\"margin:0 !important;\" />\n                                                                                </td>\n                                                                                <td align=\"left\" valign=\"top\">\n                                                                                    <div mc:edit=\"sbwi_link_three\">\n                                                                                        <a href=\"*|FORWARD|*\">Forward to a Friend</a>\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Social Block with Icons \\\\ -->\n\n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image00\" />\n                                                                        <div mc:edit=\"tiwc200_content00\">\n\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                            <!-- // End Sidebar \\\\ -->\n                                        </tr>\n                                        <tr>\n                                        \t<td colspan=\"2\" valign=\"top\" width=\"600\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\" width=\"180\" class=\"leftColumnContent\">\n                                                        \n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image01\" />\n                                                                        <div mc:edit=\"tiwc200_content01\">\n\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                        <td valign=\"top\" width=\"180\" class=\"centerColumnContent\">\n                                                        \n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image02\" />\n                                                                        <div mc:edit=\"tiwc200_content02\">\n\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                        <td valign=\"top\" width=\"180\" class=\"rightColumnContent\">\n                                                        \n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image03\" />\n                                                                        <div mc:edit=\"tiwc200_content03\">\n\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/3col-1-3.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\t\t\t\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\t\n\t\t\t/* Template Styles */\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px !important;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COLUMNS; LEFT, CENTER, RIGHT /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftColumnContent div a:link, .leftColumnContent div a:visited, /* Yahoo! Mail Override */ .leftColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.leftColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column link\n\t\t\t* @tip Set the styling for your email's center column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.centerColumnContent div a:link, .centerColumnContent div a:visited, /* Yahoo! Mail Override */ .centerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.centerColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightColumnContent div a:link, .rightColumnContent div a:visited, /* Yahoo! Mail Override */ .rightColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.rightColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<td colspan=\"3\" valign=\"top\" class=\"bodyContent\">\n                                            \n                                                <!-- // Begin Module: Standard Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td valign=\"top\">\n                                                            <div mc:edit=\"std_content00\">\n                                                                <h1 class=\"h1\">Heading 1</h1>\n                                                                <h2 class=\"h2\">Heading 2</h2>\n                                                                <h3 class=\"h3\">Heading 3</h3>\n                                                                <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n                                                                <br />\n                                                                <br />\n                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n                                                            </div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Content \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    \t<tr>\n                                        \t<td valign=\"top\" width=\"180\" class=\"leftColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image00\" />\n                                                            <div mc:edit=\"tiwc200_content00\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"180\" class=\"centerColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image01\" />\n                                                            <div mc:edit=\"tiwc200_content01\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"180\" class=\"rightColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image02\" />\n                                                            <div mc:edit=\"tiwc200_content02\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/3col-3-1-asym.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\t\t\t\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\t\n\t\t\t/* Template Styles */\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COLUMNS; LEFT, CENTER, RIGHT /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftColumnContent div a:link, .leftColumnContent div a:visited, /* Yahoo! Mail Override */ .leftColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.leftColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column link\n\t\t\t* @tip Set the styling for your email's center column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.centerColumnContent div a:link, .centerColumnContent div a:visited, /* Yahoo! Mail Override */ .centerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.centerColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightColumnContent div a:link, .rightColumnContent div a:visited, /* Yahoo! Mail Override */ .rightColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.rightColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" width=\"130\" class=\"leftColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image00\" />\n                                                            <div mc:edit=\"tiwc150_content00\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"280\" class=\"centerColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_260.gif\" style=\"max-width:260px;\" mc:label=\"image\" mc:edit=\"tiwc300_image00\" />\n                                                            <div mc:edit=\"tiwc300_content00\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"130\" class=\"rightColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image01\" />\n                                                            <div mc:edit=\"tiwc150_content01\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    \t<tr>\n                                        \t<td colspan=\"3\" valign=\"top\" class=\"bodyContent\">\n                                            \n                                                <!-- // Begin Module: Standard Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td valign=\"top\">\n                                                            <div mc:edit=\"std_content00\">\n                                                                <h1 class=\"h1\">Heading 1</h1>\n                                                                <h2 class=\"h2\">Heading 2</h2>\n                                                                <h3 class=\"h3\">Heading 3</h3>\n                                                                <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n                                                                <br />\n                                                                <br />\n                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n                                                            </div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Content \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/3col-3-1.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\t\t\t\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\t\n\t\t\t/* Template Styles */\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COLUMNS; LEFT, CENTER, RIGHT /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftColumnContent div a:link, .leftColumnContent div a:visited, /* Yahoo! Mail Override */ .leftColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.leftColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column link\n\t\t\t* @tip Set the styling for your email's center column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.centerColumnContent div a:link, .centerColumnContent div a:visited, /* Yahoo! Mail Override */ .centerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.centerColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightColumnContent div a:link, .rightColumnContent div a:visited, /* Yahoo! Mail Override */ .rightColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.rightColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" width=\"180\" class=\"leftColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image00\" />\n                                                            <div mc:edit=\"tiwc200_content00\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"180\" class=\"centerColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image01\" />\n                                                            <div mc:edit=\"tiwc200_content01\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"180\" class=\"rightColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image02\" />\n                                                            <div mc:edit=\"tiwc200_content02\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    \t<tr>\n                                        \t<td colspan=\"3\" valign=\"top\" class=\"bodyContent\">\n                                            \n                                                <!-- // Begin Module: Standard Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td valign=\"top\">\n                                                            <div mc:edit=\"std_content00\">\n                                                                <h1 class=\"h1\">Heading 1</h1>\n                                                                <h2 class=\"h2\">Heading 2</h2>\n                                                                <h3 class=\"h3\">Heading 3</h3>\n                                                                <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n                                                                <br />\n                                                                <br />\n                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n                                                            </div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Content \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/3col-basic3column-asym.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\t\t\t\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\t\n\t\t\t/* Template Styles */\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COLUMNS; LEFT, CENTER, RIGHT /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftColumnContent div a:link, .leftColumnContent div a:visited, /* Yahoo! Mail Override */ .leftColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.leftColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column link\n\t\t\t* @tip Set the styling for your email's center column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.centerColumnContent div a:link, .centerColumnContent div a:visited, /* Yahoo! Mail Override */ .centerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.centerColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightColumnContent div a:link, .rightColumnContent div a:visited, /* Yahoo! Mail Override */ .rightColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.rightColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" width=\"130\" class=\"leftColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image00\" />\n                                                            <div mc:edit=\"tiwc150_content00\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"280\" class=\"centerColumnContent\">\n                                            \n                                                <!-- // Begin Module: Standard Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td valign=\"top\">\n                                                            <div mc:edit=\"std_content00\">\n                                                                <h1 class=\"h1\">Heading 1</h1>\n                                                                <h2 class=\"h2\">Heading 2</h2>\n                                                                <h3 class=\"h3\">Heading 3</h3>\n                                                                <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n                                                                <br />\n                                                                <br />\n                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n                                                            </div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"130\" class=\"rightColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image01\" />\n                                                            <div mc:edit=\"tiwc150_content01\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/3col-basic3column.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\t\t\t\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\t\n\t\t\t/* Template Styles */\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COLUMNS; LEFT, CENTER, RIGHT /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftColumnContent div a:link, .leftColumnContent div a:visited, /* Yahoo! Mail Override */ .leftColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.leftColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column link\n\t\t\t* @tip Set the styling for your email's center column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.centerColumnContent div a:link, .centerColumnContent div a:visited, /* Yahoo! Mail Override */ .centerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.centerColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightColumnContent div a:link, .rightColumnContent div a:visited, /* Yahoo! Mail Override */ .rightColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.rightColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\t\t\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" width=\"180\" class=\"leftColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image00\" />\n                                                            <div mc:edit=\"tiwc200_content00\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"180\" class=\"centerColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image01\" />\n                                                            <div mc:edit=\"tiwc200_content01\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"180\" class=\"rightColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image02\" />\n                                                            <div mc:edit=\"tiwc200_content02\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/fancy-1-2-3.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\n\t\t\t/* Template Styles */\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px !important;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MIDDLE COLUMNS; LEFT, RIGHT /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftMidColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftMidColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftMidColumnContent div a:link, .leftMidColumnContent div a:visited, /* Yahoo! Mail Override */ .leftMidColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.leftMidColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightMidColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightMidColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightMidColumnContent div a:link, .rightMidColumnContent div a:visited, /* Yahoo! Mail Override */ .rightMidColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.rightMidColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: LOWER COLUMNS; LEFT, CENTER, RIGHT /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftLowerColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftLowerColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftLowerColumnContent div a:link, .leftLowerColumnContent div a:visited, /* Yahoo! Mail Override */ .leftLowerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.leftLowerColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerLowerColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerLowerColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section center column link\n\t\t\t* @tip Set the styling for your email's center column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.centerLowerColumnContent div a:link, .centerLowerColumnContent div a:visited, /* Yahoo! Mail Override */ .centerLowerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.centerLowerColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightLowerColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightLowerColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightLowerColumnContent div a:link, .rightLowerColumnContent div a:visited, /* Yahoo! Mail Override */ .rightLowerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.rightLowerColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\" class=\"bodyContent\">\n                                                        \n                                                            <!-- // Begin Module: Standard Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr>\n                                                                    <td valign=\"top\">\n \t\t\t                                                            <div mc:edit=\"std_content00\">\n\t\t\t                                                                <h1 class=\"h1\">Heading 1</h1>\n\t\t\t                                                                <h2 class=\"h2\">Heading 2</h2>\n\t\t\t                                                                <h3 class=\"h3\">Heading 3</h3>\n\t\t\t                                                                <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n\t\t\t                                                                <br />\n\t\t\t                                                                <br />\n\t\t\t                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n\t\t\t                                                            </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Standard Content \\\\ -->\n                                                        \n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                        </tr>\n                                        <tr>\n                                        \t<td valign=\"top\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\">\n                                                \t<tr>\n                                                        <td valign=\"top\" width=\"280\" class=\"leftMidColumnContent\">\n                                                        \n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_260.gif\" style=\"max-width:260px;\" mc:label=\"image\" mc:edit=\"tiwc300_image00\" />\n                                                                        <div mc:edit=\"tiwc300_content00\">\n\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                        <td valign=\"top\" width=\"280\" class=\"rightMidColumnContent\">\n                                                        \n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_260.gif\" style=\"max-width:260px;\" mc:label=\"image\" mc:edit=\"tiwc300_image01\" />\n                                                                        <div mc:edit=\"tiwc300_content01\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                        </tr>\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\" width=\"180\" class=\"leftLowerColumnContent\">\n                                                        \n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image00\" />\n                                                                        <div mc:edit=\"tiwc200_content00\">\n\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                        <td valign=\"top\" width=\"180\" class=\"centerLowerColumnContent\">\n                                                        \n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image01\" />\n                                                                        <div mc:edit=\"tiwc200_content01\">\n\t\t\t \t                                                           <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                        <td valign=\"top\" width=\"180\" class=\"rightLowerColumnContent\">\n                                                        \n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image02\" />\n                                                                        <div mc:edit=\"tiwc200_content02\">\n\t\t\t \t                                                           <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/fancy-1-3-2.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\n\t\t\t/* Template Styles */\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MIDDLE COLUMNS; LEFT, CENTER, RIGHT /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftMidColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftMidColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftMidColumnContent div a:link, .leftMidColumnContent div a:visited, /* Yahoo! Mail Override */ .leftMidColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.leftMidColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerMidColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerMidColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section center column link\n\t\t\t* @tip Set the styling for your email's center column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.centerMidColumnContent div a:link, .centerMidColumnContent div a:visited, /* Yahoo! Mail Override */ .centerMidColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.centerMidColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightMidColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightMidColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightMidColumnContent div a:link, .rightMidColumnContent div a:visited, /* Yahoo! Mail Override */ .rightMidColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.rightMidColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: LOWER COLUMNS; LEFT, RIGHT /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftLowerColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftLowerColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftLowerColumnContent div a:link, .leftLowerColumnContent div a:visited, /* Yahoo! Mail Override */ .leftLowerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.leftLowerColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightLowerColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightLowerColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightLowerColumnContent div a:link, .rightLowerColumnContent div a:visited, /* Yahoo! Mail Override */ .rightLowerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.rightLowerColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\" class=\"bodyContent\">\n                                                        \n                                                            <!-- // Begin Module: Standard Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr>\n                                                                    <td valign=\"top\">\n\t\t\t                                                            <div mc:edit=\"std_content00\">\n\t\t\t                                                                <h1 class=\"h1\">Heading 1</h1>\n\t\t\t                                                                <h2 class=\"h2\">Heading 2</h2>\n\t\t\t                                                                <h3 class=\"h3\">Heading 3</h3>\n\t\t\t                                                                <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n\t\t\t                                                                <br />\n\t\t\t                                                                <br />\n\t\t\t                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n\t\t\t                                                            </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Standard Content \\\\ -->\n                                                        \n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                        </tr>\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\" width=\"180\" class=\"leftMidColumnContent\">\n                                                        \n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image00\" />\n                                                                        <div mc:edit=\"tiwc200_content00\">\n\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                        <td valign=\"top\" width=\"180\" class=\"centerMidColumnContent\">\n                                                        \n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image01\" />\n                                                                        <div mc:edit=\"tiwc200_content01\">\n\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                        <td valign=\"top\" width=\"180\" class=\"rightMidColumnContent\">\n                                                        \n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image02\" />\n                                                                        <div mc:edit=\"tiwc200_content02\">\n\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                        </tr>\n                                        <tr>\n                                        \t<td valign=\"top\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\">\n                                                \t<tr>\n                                                        <td valign=\"top\" width=\"280\" class=\"leftLowerColumnContent\">\n                                                        \n\t\t\t\t\t\t\t\t\t\t\t\t\t        <!-- // Begin Module: Top Image with Content \\\\ -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t        <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t            <tr mc:repeatable>\n\t\t\t\t\t\t\t\t\t\t\t\t\t                <td valign=\"top\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_260.gif\" style=\"max-width:260px;\" mc:label=\"image\" mc:edit=\"tiwc300_image00\" />\n\t\t\t\t\t\t\t\t\t\t\t\t\t                    <div mc:edit=\"tiwc300_content00\">\n\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n\t\t\t\t\t\t\t\t\t\t\t\t\t                    </div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t                </td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t            </tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t        </table>\n\t\t\t\t\t\t\t\t\t\t\t\t\t        <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                        <td valign=\"top\" width=\"280\" class=\"rightLowerColumnContent\">\n                                                        \n\t\t\t\t\t\t\t\t\t\t\t\t\t        <!-- // Begin Module: Top Image with Content \\\\ -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t        <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t            <tr mc:repeatable>\n\t\t\t\t\t\t\t\t\t\t\t\t\t                <td valign=\"top\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_260.gif\" style=\"max-width:260px;\" mc:label=\"image\" mc:edit=\"tiwc300_image01\" />\n\t\t\t\t\t\t\t\t\t\t\t\t\t                    <div mc:edit=\"tiwc300_content01\">\n\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n\t\t\t\t\t\t\t\t\t\t\t\t\t                    </div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t                </td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t            </tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t        </table>\n\t\t\t\t\t\t\t\t\t\t\t\t\t        <!-- // End Module: Top Image with Content \\\\ -->\n                                                       \n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/fancy-1-50-25-25.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\t\t\t\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\t\n\t\t\t/* Template Styles */\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COLUMNS; LEFT, CENTER, RIGHT /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftColumnContent div a:link, .leftColumnContent div a:visited, /* Yahoo! Mail Override */ .leftColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.leftColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column link\n\t\t\t* @tip Set the styling for your email's center column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.centerColumnContent div a:link, .centerColumnContent div a:visited, /* Yahoo! Mail Override */ .centerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.centerColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightColumnContent div a:link, .rightColumnContent div a:visited, /* Yahoo! Mail Override */ .rightColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.rightColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<td colspan=\"3\" valign=\"top\" class=\"bodyContent\">\n                                            \n                                                <!-- // Begin Module: Standard Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td valign=\"top\">\n                                                            <div mc:edit=\"std_content00\">\n                                                                <h1 class=\"h1\">Heading 1</h1>\n                                                                <h2 class=\"h2\">Heading 2</h2>\n                                                                <h3 class=\"h3\">Heading 3</h3>\n                                                                <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n                                                                <br />\n                                                                <br />\n                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n                                                            </div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Content \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    \t<tr>\n                                        \t<td valign=\"top\" width=\"280\" class=\"leftColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_260.gif\" style=\"max-width:260px;\" mc:label=\"image\" mc:edit=\"tiwc300_image00\" />\n                                                            <div mc:edit=\"tiwc300_content00\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"130\" class=\"centerColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image00\" />\n                                                            <div mc:edit=\"tiwc150_content00\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"130\" class=\"rightColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image01\" />\n                                                            <div mc:edit=\"tiwc150_content01\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                                \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/fancy-2-1-3-leftsidebar.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\t\t\t\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\t\n\t\t\t/* Template Styles */\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY & FULL-WIDTH BAND /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent, .fullWidthBandContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div, .fullWidthBandContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */, .fullWidthBandContent div a:link, .fullWidthBandContent div a:visited, /* Yahoo! Mail Override */ .fullWidthBandContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.bodyContent img, .fullWidthBandContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: SIDEBAR /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar style\n\t\t\t* @tip Set the background color for your email's sidebar area.\n\t\t\t*/\n\t\t\t#templateSidebar{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar text\n\t\t\t* @tip Set the styling for your email's sidebar text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.sidebarContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar link\n\t\t\t* @tip Set the styling for your email's sidebar links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.sidebarContent div a:link, .sidebarContent div a:visited, /* Yahoo! Mail Override */ .sidebarContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.sidebarContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MIDDLE COLUMNS; LEFT, RIGHT /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftMidColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftMidColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftMidColumnContent div a:link, .leftMidColumnContent div a:visited, /* Yahoo! Mail Override */ .leftMidColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.leftMidColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightMidColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightMidColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightMidColumnContent div a:link, .rightMidColumnContent div a:visited, /* Yahoo! Mail Override */ .rightMidColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.rightMidColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: LOWER COLUMNS; LEFT, CENTER, RIGHT /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftLowerColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftLowerColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftLowerColumnContent div a:link, .leftLowerColumnContent div a:visited, /* Yahoo! Mail Override */ .leftLowerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.leftLowerColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerLowerColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerLowerColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section center column link\n\t\t\t* @tip Set the styling for your email's center column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.centerLowerColumnContent div a:link, .centerLowerColumnContent div a:visited, /* Yahoo! Mail Override */ .centerLowerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.centerLowerColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightLowerColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightLowerColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightLowerColumnContent div a:link, .rightLowerColumnContent div a:visited, /* Yahoo! Mail Override */ .rightLowerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.rightLowerColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<!-- // Begin Sidebar \\\\  -->\n                                        \t<td valign=\"top\" width=\"200\" id=\"templateSidebar\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"200\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\" class=\"sidebarContent\">\n                                                        \n                                                            <!-- // Begin Module: Social Block with Icons \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr>\n                                                                    <td valign=\"top\" style=\"padding-top:10px; padding-right:20px; padding-left:20px;\">\n                                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"4\">\n                                                                            <tr mc:hideable>\n                                                                                <td align=\"left\" valign=\"middle\" width=\"16\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_facebook.png\" style=\"margin:0 !important;\" />\n                                                                                </td>\n                                                                                <td align=\"left\" valign=\"top\">\n                                                                                    <div mc:edit=\"sbwi_link_one\">\n                                                                                        <a href=\"*|FACEBOOK:PROFILEURL|*\">Friend on Facebook</a>\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                            <tr mc:hideable>\n                                                                                <td align=\"left\" valign=\"middle\" width=\"16\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_twitter.png\" style=\"margin:0 !important;\" />\n                                                                                </td>\n                                                                                <td align=\"left\" valign=\"top\">\n                                                                                    <div mc:edit=\"sbwi_link_two\">\n                                                                                        <a href=\"*|TWITTER:PROFILEURL|*\">Follow on Twitter</a>\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                            <tr mc:hideable>\n                                                                                <td align=\"left\" valign=\"middle\" width=\"16\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_forward.png\" style=\"margin:0 !important;\" />\n                                                                                </td>\n                                                                                <td align=\"left\" valign=\"top\">\n                                                                                    <div mc:edit=\"sbwi_link_three\">\n                                                                                        <a href=\"*|FORWARD|*\">Forward to a Friend</a>\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Social Block with Icons \\\\ -->\n                                                        \n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image00\" />\n                                                                        <div mc:edit=\"tiwc200_content00\">\n\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                            \n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                            <!-- // End Sidebar \\\\ -->\n                                        \t<td valign=\"top\" width=\"400\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"400\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\">\n                                                        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"400\">\n                                                            \t<tr>\n                                                                \t<td valign=\"top\" class=\"bodyContent\">\n                                                        \n                                                                        <!-- // Begin Module: Standard Content \\\\ -->\n                                                                        <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                            <tr>\n                                                                                <td valign=\"top\">\n\t\t\t\t\t\t                                                            <div mc:edit=\"std_content00\">\n\t\t\t\t\t\t                                                                <h1 class=\"h1\">Heading 1</h1>\n\t\t\t\t\t\t                                                                <h2 class=\"h2\">Heading 2</h2>\n\t\t\t\t\t\t                                                                <h3 class=\"h3\">Heading 3</h3>\n\t\t\t\t\t\t                                                                <h4 class=\"h4\">Heading 4</h4>\n\t\t\t\t\t\t                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n\t\t\t\t\t\t                                                                <br />\n\t\t\t\t\t\t                                                                <br />\n\t\t\t\t\t\t                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n\t\t\t\t\t\t                                                            </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // End Module: Standard Content \\\\ -->\n                                                                        \n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                    \t<td valign=\"top\">\n                                                            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"400\">\n                                                                <tr>\n                                                                    <td valign=\"top\" width=\"180\" class=\"leftMidColumnContent\">\n                                                                    \n                                                                        <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                                        <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                            <tr mc:repeatable>\n                                                                                <td valign=\"top\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image01\" />\n                                                                                    <div mc:edit=\"tiwc200_content01\">\n\t\t\t\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // End Module: Top Image with Content \\\\ -->\n                                                                    \n                                                                    </td>\n                                                                    <td valign=\"top\" width=\"180\" class=\"rightMidColumnContent\">\n                                                                    \n                                                                        <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                                        <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                            <tr mc:repeatable>\n                                                                                <td valign=\"top\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image02\" />\n                                                                                    <div mc:edit=\"tiwc200_content02\">\n\t\t\t\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // End Module: Top Image with Content \\\\ -->\n                                                                    \n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                        </td>\n                                                    </tr>\n                                                </table>                                                \n                                            </td>\n                                        </tr>\n                                        <tr>\n                                        \t<td colspan=\"2\" valign=\"top\" width=\"600\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\" class=\"fullWidthBandContent\">\n                                                        \n                                                            <!-- // Begin Module: Standard Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr>\n                                                                    <td valign=\"top\">\n                                                                        <div mc:edit=\"std_content01\">\n                                                                            <strong>Basic content area</strong>. Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the <em>Semantics</em>, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary.\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Standard Content \\\\ -->\n                                                        \n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                        </tr>\n                                        <tr>\n                                        \t<td colspan=\"2\" valign=\"top\" width=\"600\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\" width=\"180\" class=\"leftLowerColumnContent\">\n                                                        \n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image03\" />\n                                                                        <div mc:edit=\"tiwc200_content03\">\n \t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                        <td valign=\"top\" width=\"180\" class=\"centerLowerColumnContent\">\n                                                        \n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image04\" />\n                                                                        <div mc:edit=\"tiwc200_content04\">\n\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                        <td valign=\"top\" width=\"180\" class=\"rightLowerColumnContent\">\n                                                        \n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image05\" />\n                                                                        <div mc:edit=\"tiwc200_content05\">\n\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/fancy-2-1-3-rightsidebar.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\t\t\t\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\t\n\t\t\t/* Template Styles */\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY & FULL-WIDTH BAND /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent, .fullWidthBandContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div, .fullWidthBandContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */, .fullWidthBandContent div a:link, .fullWidthBandContent div a:visited, /* Yahoo! Mail Override */ .fullWidthBandContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.bodyContent img, .fullWidthBandContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: SIDEBAR /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar style\n\t\t\t* @tip Set the background color for your email's sidebar area.\n\t\t\t*/\n\t\t\t#templateSidebar{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar text\n\t\t\t* @tip Set the styling for your email's sidebar text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.sidebarContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar link\n\t\t\t* @tip Set the styling for your email's sidebar links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.sidebarContent div a:link, .sidebarContent div a:visited, /* Yahoo! Mail Override */ .sidebarContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.sidebarContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MIDDLE COLUMNS; LEFT, RIGHT /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftMidColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftMidColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftMidColumnContent div a:link, .leftMidColumnContent div a:visited, /* Yahoo! Mail Override */ .leftMidColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.leftMidColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightMidColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightMidColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightMidColumnContent div a:link, .rightMidColumnContent div a:visited, /* Yahoo! Mail Override */ .rightMidColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.rightMidColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: LOWER COLUMNS; LEFT, CENTER, RIGHT /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftLowerColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftLowerColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftLowerColumnContent div a:link, .leftLowerColumnContent div a:visited, /* Yahoo! Mail Override */ .leftLowerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.leftLowerColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerLowerColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerLowerColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section center column link\n\t\t\t* @tip Set the styling for your email's center column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.centerLowerColumnContent div a:link, .centerLowerColumnContent div a:visited, /* Yahoo! Mail Override */ .centerLowerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.centerLowerColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightLowerColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightLowerColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightLowerColumnContent div a:link, .rightLowerColumnContent div a:visited, /* Yahoo! Mail Override */ .rightLowerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.rightLowerColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" width=\"400\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"400\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\">\n                                                        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"400\">\n                                                            \t<tr>\n                                                                \t<td valign=\"top\" class=\"bodyContent\">\n                                                        \n                                                                        <!-- // Begin Module: Standard Content \\\\ -->\n                                                                        <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                            <tr>\n                                                                                <td valign=\"top\">\n\t\t\t\t\t\t                                                            <div mc:edit=\"std_content00\">\n\t\t\t\t\t\t                                                                <h1 class=\"h1\">Heading 1</h1>\n\t\t\t\t\t\t                                                                <h2 class=\"h2\">Heading 2</h2>\n\t\t\t\t\t\t                                                                <h3 class=\"h3\">Heading 3</h3>\n\t\t\t\t\t\t                                                                <h4 class=\"h4\">Heading 4</h4>\n\t\t\t\t\t\t                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n\t\t\t\t\t\t                                                                <br />\n\t\t\t\t\t\t                                                                <br />\n\t\t\t\t\t\t                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n\t\t\t\t\t\t                                                            </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // End Module: Standard Content \\\\ -->\n                                                                        \n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                    \t<td valign=\"top\">\n                                                            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"400\">\n                                                                <tr>\n                                                                    <td valign=\"top\" width=\"180\" class=\"leftMidColumnContent\">\n                                                                    \n                                                                        <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                                        <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                            <tr mc:repeatable>\n                                                                                <td valign=\"top\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image01\" />\n                                                                                    <div mc:edit=\"tiwc200_content01\">\n\t\t\t\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // End Module: Top Image with Content \\\\ -->\n                                                                    \n                                                                    </td>\n                                                                    <td valign=\"top\" width=\"180\" class=\"rightMidColumnContent\">\n                                                                    \n                                                                        <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                                        <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                            <tr mc:repeatable>\n                                                                                <td valign=\"top\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image02\" />\n                                                                                    <div mc:edit=\"tiwc200_content02\">\n \t\t\t\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                        <!-- // End Module: Top Image with Content \\\\ -->\n                                                                    \n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                        </td>\n                                                    </tr>\n                                                </table>                                                \n                                            </td>\n                                        \t<!-- // Begin Sidebar \\\\  -->\n                                        \t<td valign=\"top\" width=\"200\" id=\"templateSidebar\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"200\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\" class=\"sidebarContent\">\n                                                        \n                                                            <!-- // Begin Module: Social Block with Icons \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr>\n                                                                    <td valign=\"top\" style=\"padding-top:10px; padding-right:20px; padding-left:20px;\">\n                                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"4\">\n                                                                            <tr mc:hideable>\n                                                                                <td align=\"left\" valign=\"middle\" width=\"16\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_facebook.png\" style=\"margin:0 !important;\" />\n                                                                                </td>\n                                                                                <td align=\"left\" valign=\"top\">\n                                                                                    <div mc:edit=\"sbwi_link_one\">\n                                                                                        <a href=\"*|FACEBOOK:PROFILEURL|*\">Friend on Facebook</a>\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                            <tr mc:hideable>\n                                                                                <td align=\"left\" valign=\"middle\" width=\"16\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_twitter.png\" style=\"margin:0 !important;\" />\n                                                                                </td>\n                                                                                <td align=\"left\" valign=\"top\">\n                                                                                    <div mc:edit=\"sbwi_link_two\">\n                                                                                        <a href=\"*|TWITTER:PROFILEURL|*\">Follow on Twitter</a>\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                            <tr mc:hideable>\n                                                                                <td align=\"left\" valign=\"middle\" width=\"16\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_forward.png\" style=\"margin:0 !important;\" />\n                                                                                </td>\n                                                                                <td align=\"left\" valign=\"top\">\n                                                                                    <div mc:edit=\"sbwi_link_three\">\n                                                                                        <a href=\"*|FORWARD|*\">Forward to a Friend</a>\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Social Block with Icons \\\\ -->\n                                                        \n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image00\" />\n                                                                        <div mc:edit=\"tiwc200_content00\">\n\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                            \n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                            <!-- // End Sidebar \\\\ -->\n                                        </tr>\n                                        <tr>\n                                        \t<td colspan=\"2\" valign=\"top\" width=\"600\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\" class=\"fullWidthBandContent\">\n                                                        \n                                                            <!-- // Begin Module: Standard Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr>\n                                                                    <td valign=\"top\">\n                                                                        <div mc:edit=\"std_content01\">\n                                                                            <strong>Basic content area</strong>. Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the <em>Semantics</em>, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary.\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Standard Content \\\\ -->\n                                                        \n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                        </tr>\n                                        <tr>\n                                        \t<td colspan=\"2\" valign=\"top\" width=\"600\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\" width=\"180\" class=\"leftLowerColumnContent\">\n                                                        \n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image03\" />\n                                                                        <div mc:edit=\"tiwc200_content03\">\n \t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                        <td valign=\"top\" width=\"180\" class=\"centerLowerColumnContent\">\n                                                        \n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image04\" />\n                                                                        <div mc:edit=\"tiwc200_content04\">\n \t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                        <td valign=\"top\" width=\"180\" class=\"rightLowerColumnContent\">\n                                                        \n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image05\" />\n                                                                        <div mc:edit=\"tiwc200_content05\">\n\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/fancy-50-25-25-1.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\t\t\t\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\t\n\t\t\t/* Template Styles */\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COLUMNS; LEFT, CENTER, RIGHT /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftColumnContent div a:link, .leftColumnContent div a:visited, /* Yahoo! Mail Override */ .leftColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.leftColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column link\n\t\t\t* @tip Set the styling for your email's center column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.centerColumnContent div a:link, .centerColumnContent div a:visited, /* Yahoo! Mail Override */ .centerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.centerColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightColumnContent div a:link, .rightColumnContent div a:visited, /* Yahoo! Mail Override */ .rightColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.rightColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" width=\"280\" class=\"leftColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_260.gif\" style=\"max-width:260px;\" mc:label=\"image\" mc:edit=\"tiwc300_image00\" />\n                                                            <div mc:edit=\"tiwc300_content00\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"130\" class=\"centerColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image00\" />\n                                                            <div mc:edit=\"tiwc150_content00\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"130\" class=\"rightColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image01\" />\n                                                            <div mc:edit=\"tiwc150_content01\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    \t<tr>\n                                        \t<td colspan=\"3\" valign=\"top\" class=\"bodyContent\">\n                                            \n                                                <!-- // Begin Module: Standard Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td valign=\"top\">\n                                                            <div mc:edit=\"std_content00\">\n                                                                <h1 class=\"h1\">Heading 1</h1>\n                                                                <h2 class=\"h2\">Heading 2</h2>\n                                                                <h3 class=\"h3\">Heading 3</h3>\n                                                                <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n                                                                <br />\n                                                                <br />\n                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n                                                            </div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Content \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/fancy-50-25-25.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\t\t\t\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\t\n\t\t\t/* Template Styles */\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COLUMNS; LEFT, CENTER, RIGHT /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftColumnContent div a:link, .leftColumnContent div a:visited, /* Yahoo! Mail Override */ .leftColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.leftColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column text\n\t\t\t* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.centerColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section center column link\n\t\t\t* @tip Set the styling for your email's center column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.centerColumnContent div a:link, .centerColumnContent div a:visited, /* Yahoo! Mail Override */ .centerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.centerColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightColumnContent div a:link, .rightColumnContent div a:visited, /* Yahoo! Mail Override */ .rightColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.rightColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" width=\"280\" class=\"leftColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_260.gif\" style=\"max-width:260px;\" mc:label=\"image\" mc:edit=\"tiwc300_image00\" />\n                                                            <div mc:edit=\"tiwc300_content00\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                           \n                                            </td>\n                                        \t<td valign=\"top\" width=\"130\" class=\"centerColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image00\" />\n                                                            <div mc:edit=\"tiwc150_content00\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"130\" class=\"rightColumnContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image01\" />\n                                                            <div mc:edit=\"tiwc150_content01\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/fancy-variablelayout.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\t\t\t\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\t\n\t\t\t/* Template Styles */\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                            <td valign=\"top\" class=\"bodyContent\">\n                                \n                                                <!-- // Begin Module: Standard Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td valign=\"top\">\n                                                            <div mc:edit=\"std_content00\">\n                                                                <h1 class=\"h1\">Heading 1</h1>\n                                                                <h2 class=\"h2\">Heading 2</h2>\n                                                                <h3 class=\"h3\">Heading 3</h3>\n                                                                <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n                                                                <br />\n                                                                <br />\n                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n                                                            </div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Content \\\\ -->\n\n                                                <!-- // Begin Module: Left Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\" mc:repeatable=\"siwc_600\" mc:variant=\"content with left image\">\n                                                    <tr>\n                                                        <td align=\"center\" valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_260.gif\" style=\"max-width:250px;\" mc:label=\"image\" mc:edit=\"liwc600_image00\" />\n                                                        </td>\n                                                        <td valign=\"top\">\n                                                            <div mc:edit=\"liwc600_content00\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Variable content blocks:</strong> <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">Variable content sections</a> are noted with plus and minus signs so that you can add and subtract content blocks and also a drop-down selector that allows you to choose which type of content block to display.\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Left Image with Content \\\\ -->\n                                                \n                                                <!-- // Begin Module: Right Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\" mc:repeatable=\"siwc_600\" mc:variant=\"content with right image\">\n                                                    <tr>\n                                                        <td valign=\"top\">\n                                                            <div mc:edit=\"riwc600_content00\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Variable content blocks:</strong> <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">Variable content sections</a> are noted with plus and minus signs so that you can add and subtract content blocks and also a drop-down selector that allows you to choose which type of content block to display.\n                                                            </div>\n                                                        </td>\n                                                        <td align=\"center\" valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_260.gif\" style=\"max-width:250px;\" mc:label=\"image\" mc:edit=\"riwc600_image00\" />\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Right Image with Content \\\\ -->\n        \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/gallery-1-4-1.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\t\t\t\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\t\n\t\t\t/* Template Styles */\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY & FULL-WIDTH BAND /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent, .fullWidthBandContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div, .fullWidthBandContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */, .fullWidthBandContent div a:link, .fullWidthBandContent div a:visited, /* Yahoo! Mail Override */ .fullWidthBandContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.bodyContent img, .fullWidthBandContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COLUMNS; ONE, TWO, THREE, FOUR /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column one text\n\t\t\t* @tip Set the styling for your email's first column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnOneContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column one text\n\t\t\t* @tip Set the styling for your email's first column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnOneContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column one link\n\t\t\t* @tip Set the styling for your email's first column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.columnOneContent div a:link, .columnOneContent div a:visited, /* Yahoo! Mail Override */ .columnOneContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.columnOneContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column two text\n\t\t\t* @tip Set the styling for your email's second column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnTwoContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column two text\n\t\t\t* @tip Set the styling for your email's second column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnTwoContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column two link\n\t\t\t* @tip Set the styling for your email's second column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.columnTwoContent div a:link, .columnTwoContent div a:visited, /* Yahoo! Mail Override */ .columnTwoContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.columnTwoContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column three text\n\t\t\t* @tip Set the styling for your email's third column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnThreeContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column three text\n\t\t\t* @tip Set the styling for your email's third column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnThreeContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column three link\n\t\t\t* @tip Set the styling for your email's third column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.columnThreeContent div a:link, .columnThreeContent div a:visited, /* Yahoo! Mail Override */ .columnThreeContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.columnThreeContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column four text\n\t\t\t* @tip Set the styling for your email's fourth column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnFourContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column four text\n\t\t\t* @tip Set the styling for your email's fourth column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnFourContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column four link\n\t\t\t* @tip Set the styling for your email's fourth column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.columnFourContent div a:link, .columnFourContent div a:visited, /* Yahoo! Mail Override */ .columnFourContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.columnFourContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<td colspan=\"4\" valign=\"top\" class=\"bodyContent\">\n\n                                                <!-- // Begin Module: Standard Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td valign=\"top\">\n                                                            <div mc:edit=\"std_content00\">\n                                                                <h1 class=\"h1\">Heading 1</h1>\n                                                                <h2 class=\"h2\">Heading 2</h2>\n                                                                <h3 class=\"h3\">Heading 3</h3>\n                                                                <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n                                                                <br />\n                                                                <br />\n                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n                                                            </div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Content \\\\ -->\n\n                                            </td>\n                                        </tr>\n                                    \t<tr>\n                                        \t<td valign=\"top\" width=\"130\" class=\"columnOneContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image00\" />\n                                                            <div mc:edit=\"tiwc150_content00\">\n \t                                                            <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"130\" class=\"columnTwoContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image01\" />\n                                                            <div mc:edit=\"tiwc150_content01\">\n \t                                                            <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"130\" class=\"columnThreeContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image02\" />\n                                                            <div mc:edit=\"tiwc150_content02\">\n \t                                                            <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"130\" class=\"columnFourContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image03\" />\n                                                            <div mc:edit=\"tiwc150_content03\">\n \t                                                            <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    \t<tr>\n                                        \t<td colspan=\"4\" valign=\"top\" class=\"fullWidthBandContent\">\n\n                                                <!-- // Begin Module: Standard Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td valign=\"top\">\n                                                            <div mc:edit=\"std_content01\">\n                                                                <strong>Basic content area</strong>. Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the <em>Semantics</em>, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary.\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Content \\\\ -->\n\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/gallery-1-4-2.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\t\t\t\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\t\n\t\t\t/* Template Styles */\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY & FULL-WIDTH BAND /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent, .fullWidthBandContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div, .fullWidthBandContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */, .fullWidthBandContent div a:link, .fullWidthBandContent div a:visited, /* Yahoo! Mail Override */ .fullWidthBandContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.bodyContent img, .fullWidthBandContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MIDDLE COLUMNS; ONE, TWO, THREE, FOUR /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section column one text\n\t\t\t* @tip Set the styling for your email's first column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnOneContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section column one text\n\t\t\t* @tip Set the styling for your email's first column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnOneContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section column one link\n\t\t\t* @tip Set the styling for your email's first column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.columnOneContent div a:link, .columnOneContent div a:visited, /* Yahoo! Mail Override */ .columnOneContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.columnOneContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section column two text\n\t\t\t* @tip Set the styling for your email's second column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnTwoContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section column two text\n\t\t\t* @tip Set the styling for your email's second column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnTwoContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section column two link\n\t\t\t* @tip Set the styling for your email's second column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.columnTwoContent div a:link, .columnTwoContent div a:visited, /* Yahoo! Mail Override */ .columnTwoContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.columnTwoContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section column three text\n\t\t\t* @tip Set the styling for your email's third column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnThreeContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section column three text\n\t\t\t* @tip Set the styling for your email's third column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnThreeContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section column three link\n\t\t\t* @tip Set the styling for your email's third column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.columnThreeContent div a:link, .columnThreeContent div a:visited, /* Yahoo! Mail Override */ .columnThreeContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.columnThreeContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section column four text\n\t\t\t* @tip Set the styling for your email's fourth column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnFourContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section column four text\n\t\t\t* @tip Set the styling for your email's fourth column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnFourContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Middle Columns\n\t\t\t* @section column four link\n\t\t\t* @tip Set the styling for your email's fourth column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.columnFourContent div a:link, .columnFourContent div a:visited, /* Yahoo! Mail Override */ .columnFourContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.columnFourContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: LOWER COLUMNS; LEFT, CENTER, RIGHT /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftLowerColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section left column text\n\t\t\t* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftLowerColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section left column link\n\t\t\t* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftLowerColumnContent div a:link, .leftLowerColumnContent div a:visited, /* Yahoo! Mail Override */ .leftLowerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.leftLowerColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightLowerColumnContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section right column text\n\t\t\t* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightLowerColumnContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Lower Columns\n\t\t\t* @section right column link\n\t\t\t* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.rightLowerColumnContent div a:link, .rightLowerColumnContent div a:visited, /* Yahoo! Mail Override */ .rightLowerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.rightLowerColumnContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<td colspan=\"4\" valign=\"top\" class=\"bodyContent\">\n\n                                                <!-- // Begin Module: Standard Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td valign=\"top\">\n                                                            <div mc:edit=\"std_content00\">\n                                                                <h1 class=\"h1\">Heading 1</h1>\n                                                                <h2 class=\"h2\">Heading 2</h2>\n                                                                <h3 class=\"h3\">Heading 3</h3>\n                                                                <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n                                                                <br />\n                                                                <br />\n                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n                                                            </div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Content \\\\ -->\n\n                                            </td>\n                                        </tr>\n                                    \t<tr>\n                                        \t<td valign=\"top\" width=\"130\" class=\"columnOneContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image00\" />\n                                                            <div mc:edit=\"tiwc150_content00\">\n \t                                                            <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"130\" class=\"columnTwoContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image01\" />\n                                                            <div mc:edit=\"tiwc150_content01\">\n \t                                                            <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"130\" class=\"columnThreeContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image02\" />\n                                                            <div mc:edit=\"tiwc150_content02\">\n \t                                                            <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"130\" class=\"columnFourContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image03\" />\n                                                            <div mc:edit=\"tiwc150_content03\">\n \t                                                            <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    \t<tr>\n                                        \t<td colspan=\"2\" valign=\"top\" class=\"leftLowerColumnContent\">\n\n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_260.gif\" style=\"max-width:260px;\" mc:label=\"image\" mc:edit=\"tiwc300_image00\" />\n                                                            <div mc:edit=\"tiwc300_content00\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n\n                                            </td>\n                                        \t<td colspan=\"2\" valign=\"top\" class=\"rightLowerColumnContent\">\n\n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_260.gif\" style=\"max-width:260px;\" mc:label=\"image\" mc:edit=\"tiwc300_image01\" />\n                                                            <div mc:edit=\"tiwc300_content01\">\n \t                                                           <h4 class=\"h4\">Heading 4</h4>\n                                                               <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/gallery-1-4.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\t\t\t\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\t\n\t\t\t/* Template Styles */\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COLUMNS; ONE, TWO, THREE, FOUR /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column one text\n\t\t\t* @tip Set the styling for your email's first column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnOneContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column one text\n\t\t\t* @tip Set the styling for your email's first column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnOneContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column one link\n\t\t\t* @tip Set the styling for your email's first column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.columnOneContent div a:link, .columnOneContent div a:visited, /* Yahoo! Mail Override */ .columnOneContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.columnOneContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column two text\n\t\t\t* @tip Set the styling for your email's second column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnTwoContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column two text\n\t\t\t* @tip Set the styling for your email's second column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnTwoContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column two link\n\t\t\t* @tip Set the styling for your email's second column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.columnTwoContent div a:link, .columnTwoContent div a:visited, /* Yahoo! Mail Override */ .columnTwoContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.columnTwoContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column three text\n\t\t\t* @tip Set the styling for your email's third column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnThreeContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column three text\n\t\t\t* @tip Set the styling for your email's third column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnThreeContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column three link\n\t\t\t* @tip Set the styling for your email's third column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.columnThreeContent div a:link, .columnThreeContent div a:visited, /* Yahoo! Mail Override */ .columnThreeContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.columnThreeContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column four text\n\t\t\t* @tip Set the styling for your email's fourth column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnFourContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column four text\n\t\t\t* @tip Set the styling for your email's fourth column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnFourContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column four link\n\t\t\t* @tip Set the styling for your email's fourth column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.columnFourContent div a:link, .columnFourContent div a:visited, /* Yahoo! Mail Override */ .columnFourContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.columnFourContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<td colspan=\"4\" valign=\"top\" class=\"bodyContent\">\n\n                                                <!-- // Begin Module: Standard Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td valign=\"top\">\n                                                            <div mc:edit=\"std_content00\">\n                                                                <h1 class=\"h1\">Heading 1</h1>\n                                                                <h2 class=\"h2\">Heading 2</h2>\n                                                                <h3 class=\"h3\">Heading 3</h3>\n                                                                <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n                                                                <br />\n                                                                <br />\n                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n                                                            </div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Content \\\\ -->\n\n                                            </td>\n                                        </tr>\n                                    \t<tr>\n                                        \t<td valign=\"top\" width=\"130\" class=\"columnOneContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image00\" />\n                                                            <div mc:edit=\"tiwc150_content00\">\n \t                                                            <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"130\" class=\"columnTwoContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image01\" />\n                                                            <div mc:edit=\"tiwc150_content01\">\n \t                                                            <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"130\" class=\"columnThreeContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image02\" />\n                                                            <div mc:edit=\"tiwc150_content02\">\n \t                                                            <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"130\" class=\"columnFourContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image03\" />\n                                                            <div mc:edit=\"tiwc150_content03\">\n \t                                                            <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/gallery-4-1.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\t\t\t\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\t\n\t\t\t/* Template Styles */\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY & FULL-WIDTH BAND /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent, .fullWidthBandContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div, .fullWidthBandContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */, .fullWidthBandContent div a:link, .fullWidthBandContent div a:visited, /* Yahoo! Mail Override */ .fullWidthBandContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.bodyContent img, .fullWidthBandContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COLUMNS; ONE, TWO, THREE, FOUR /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column one text\n\t\t\t* @tip Set the styling for your email's first column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnOneContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column one text\n\t\t\t* @tip Set the styling for your email's first column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnOneContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column one link\n\t\t\t* @tip Set the styling for your email's first column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.columnOneContent div a:link, .columnOneContent div a:visited, /* Yahoo! Mail Override */ .columnOneContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.columnOneContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column two text\n\t\t\t* @tip Set the styling for your email's second column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnTwoContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column two text\n\t\t\t* @tip Set the styling for your email's second column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnTwoContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column two link\n\t\t\t* @tip Set the styling for your email's second column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.columnTwoContent div a:link, .columnTwoContent div a:visited, /* Yahoo! Mail Override */ .columnTwoContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.columnTwoContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column three text\n\t\t\t* @tip Set the styling for your email's third column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnThreeContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column three text\n\t\t\t* @tip Set the styling for your email's third column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnThreeContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column three link\n\t\t\t* @tip Set the styling for your email's third column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.columnThreeContent div a:link, .columnThreeContent div a:visited, /* Yahoo! Mail Override */ .columnThreeContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.columnThreeContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column four text\n\t\t\t* @tip Set the styling for your email's fourth column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnFourContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column four text\n\t\t\t* @tip Set the styling for your email's fourth column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnFourContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column four link\n\t\t\t* @tip Set the styling for your email's fourth column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.columnFourContent div a:link, .columnFourContent div a:visited, /* Yahoo! Mail Override */ .columnFourContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.columnFourContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" width=\"130\" class=\"columnOneContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image00\" />\n                                                            <div mc:edit=\"tiwc150_content00\">\n \t                                                            <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"130\" class=\"columnTwoContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image01\" />\n                                                            <div mc:edit=\"tiwc150_content01\">\n \t                                                            <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"130\" class=\"columnThreeContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image02\" />\n                                                            <div mc:edit=\"tiwc150_content02\">\n \t                                                            <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"130\" class=\"columnFourContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image03\" />\n                                                            <div mc:edit=\"tiwc150_content03\">\n \t                                                            <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    \t<tr>\n                                        \t<td colspan=\"4\" valign=\"top\" class=\"bodyContent\">\n\n                                                <!-- // Begin Module: Standard Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td valign=\"top\">\n                                                            <div mc:edit=\"std_content00\">\n                                                                <h1 class=\"h1\">Heading 1</h1>\n                                                                <h2 class=\"h2\">Heading 2</h2>\n                                                                <h3 class=\"h3\">Heading 3</h3>\n                                                                <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n                                                                <br />\n                                                                <br />\n                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n                                                            </div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Content \\\\ -->\n\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/gallery-basicgallery.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\t\t\t\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\t\n\t\t\t/* Template Styles */\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COLUMNS; ONE, TWO, THREE, FOUR /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column one text\n\t\t\t* @tip Set the styling for your email's first column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnOneContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column one text\n\t\t\t* @tip Set the styling for your email's first column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnOneContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column one link\n\t\t\t* @tip Set the styling for your email's first column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.columnOneContent div a:link, .columnOneContent div a:visited, /* Yahoo! Mail Override */ .columnOneContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.columnOneContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column two text\n\t\t\t* @tip Set the styling for your email's second column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnTwoContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column two text\n\t\t\t* @tip Set the styling for your email's second column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnTwoContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column two link\n\t\t\t* @tip Set the styling for your email's second column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.columnTwoContent div a:link, .columnTwoContent div a:visited, /* Yahoo! Mail Override */ .columnTwoContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.columnTwoContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column three text\n\t\t\t* @tip Set the styling for your email's third column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnThreeContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column three text\n\t\t\t* @tip Set the styling for your email's third column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnThreeContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column three link\n\t\t\t* @tip Set the styling for your email's third column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.columnThreeContent div a:link, .columnThreeContent div a:visited, /* Yahoo! Mail Override */ .columnThreeContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.columnThreeContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column four text\n\t\t\t* @tip Set the styling for your email's fourth column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnFourContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column four text\n\t\t\t* @tip Set the styling for your email's fourth column text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.columnFourContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Columns\n\t\t\t* @section column four link\n\t\t\t* @tip Set the styling for your email's fourth column links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.columnFourContent div a:link, .columnFourContent div a:visited, /* Yahoo! Mail Override */ .columnFourContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.columnFourContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" width=\"130\" class=\"columnOneContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image00\" />\n                                                            <div mc:edit=\"tiwc150_content00\">\n \t                                                            <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"130\" class=\"columnTwoContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image01\" />\n                                                            <div mc:edit=\"tiwc150_content01\">\n \t                                                            <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"130\" class=\"columnThreeContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image02\" />\n                                                            <div mc:edit=\"tiwc150_content02\">\n \t                                                            <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<td valign=\"top\" width=\"130\" class=\"columnFourContent\">\n                                            \n                                                <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_110.gif\" style=\"max-width:110px;\" mc:label=\"image\" mc:edit=\"tiwc150_image03\" />\n                                                            <div mc:edit=\"tiwc150_content03\">\n \t                                                            <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Top Image with Content \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/mobile-basicmobile.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\n\t\t\t/* Template Styles */\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.preheaderContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmax-width:280px;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:320px !important;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmax-width:280px;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:11px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t#monkeyRewards img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:280px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"320\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\\\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\\\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"320\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"320\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_320.gif\" style=\"max-width:320px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"320\" id=\"templateBody\">\n                                    \t<tr>\n                                            <td valign=\"top\" class=\"bodyContent\">\n                                \n                                                <!-- // Begin Module: Standard Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td valign=\"top\">\n                                                            <div mc:edit=\"std_content00\">\n                                                                <h1 class=\"h1\">Heading 1</h1>\n                                                                <h2 class=\"h2\">Heading 2</h2>\n                                                                <h3 class=\"h3\">Heading 3</h3>\n                                                                <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n                                                                <br />\n                                                                <br />\n                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n                                                            </div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Content \\\\ -->\n                                                \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"320\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                <a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> <br /> <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> <br /> <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"100%\">\n                                                            <br />\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                            <br />\n                                                            <div id=\"monkeyRewards\" mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/mobile-postcardmobile.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\n\t\t\t/* Template Styles */\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.preheaderContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmax-width:280px;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:320px !important;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmax-width:280px;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:11px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmax-width:280px;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"320\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Mobile Preheader \\\\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Mobile Preheader \\\\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"320\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"320\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_320.gif\" style=\"max-width:320px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"320\" id=\"templateBody\">\n                                    \t<tr>\n                                            <td valign=\"top\" class=\"bodyContent\">\n                                \n                                                <!-- // Begin Module: Standard Postcard Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                        \t<div mc:edit=\"photoblog_heading00\">\n                                                                <h1 class=\"h1\">Heading 1</h1>\n                                                            </div>\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_280.gif\" style=\"max-width:560px;\" mc:label=\"postcard_image\" mc:edit=\"postcard_image\" />\n                                                            <div mc:edit=\"std_content00\">\n                                                                <h1 class=\"h1\">Heading 1</h1>\n                                                                <h2 class=\"h2\">Heading 2</h2>\n                                                                <h3 class=\"h3\">Heading 3</h3>\n                                                                <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n                                                                <br />\n                                                                <br />\n                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!                                </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Postcard Content \\\\ -->\n                                                \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"320\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                <a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> <br /> <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> <br /> <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"100%\">\n                                                            <br />\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                            <br />\n                                                            <div id=\"monkeyRewards\" mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/simple-basic.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\n\t\t\t/* Template Styles */\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px !important;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                            <td valign=\"top\" class=\"bodyContent\">\n                                \n                                                <!-- // Begin Module: Standard Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td valign=\"top\">\n                                                            <div mc:edit=\"std_content00\">\n                                                                <h1 class=\"h1\">Heading 1</h1>\n                                                                <h2 class=\"h2\">Heading 2</h2>\n                                                                <h3 class=\"h3\">Heading 3</h3>\n                                                                <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n                                                                <br />\n                                                                <br />\n                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n                                                            </div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Content \\\\ -->\n                                                \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/simple-leftsidebar.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\t\t\t\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\t\n\t\t\t/* Template Styles */\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: SIDEBAR /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar style\n\t\t\t* @tip Set the background color and border for your email's sidebar area.\n\t\t\t*/\n\t\t\t#templateSidebar{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-right:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar text\n\t\t\t* @tip Set the styling for your email's sidebar text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.sidebarContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar link\n\t\t\t* @tip Set the styling for your email's sidebar links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.sidebarContent div a:link, .sidebarContent div a:visited, /* Yahoo! Mail Override */ .sidebarContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.sidebarContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<!-- // Begin Sidebar \\\\  -->\n                                        \t<td valign=\"top\" width=\"200\" id=\"templateSidebar\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"200\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\" class=\"sidebarContent\">\n                                                        \n                                                            <!-- // Begin Module: Social Block with Icons \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr>\n                                                                    <td valign=\"top\" style=\"padding-top:10px; padding-right:20px; padding-left:20px;\">\n                                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"4\">\n                                                                            <tr mc:hideable>\n                                                                                <td align=\"left\" valign=\"middle\" width=\"16\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_facebook.png\" style=\"margin:0 !important;\" />\n                                                                                </td>\n                                                                                <td align=\"left\" valign=\"top\">\n                                                                                    <div mc:edit=\"sbwi_link_one\">\n                                                                                        <a href=\"*|FACEBOOK:PROFILEURL|*\">Friend on Facebook</a>\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                            <tr mc:hideable>\n                                                                                <td align=\"left\" valign=\"middle\" width=\"16\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_twitter.png\" style=\"margin:0 !important;\" />\n                                                                                </td>\n                                                                                <td align=\"left\" valign=\"top\">\n                                                                                    <div mc:edit=\"sbwi_link_two\">\n                                                                                        <a href=\"*|TWITTER:PROFILEURL|*\">Follow on Twitter</a>\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                            <tr mc:hideable>\n                                                                                <td align=\"left\" valign=\"middle\" width=\"16\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_forward.png\" style=\"margin:0 !important;\" />\n                                                                                </td>\n                                                                                <td align=\"left\" valign=\"top\">\n                                                                                    <div mc:edit=\"sbwi_link_three\">\n                                                                                        <a href=\"*|FORWARD|*\">Forward to a Friend</a>\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Social Block with Icons \\\\ -->\n\n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image00\" />\n                                                                        <div mc:edit=\"tiwc200_content00\">\n\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                            <!-- // End Sidebar \\\\ -->\n                                        \t<td valign=\"top\">\n                                                <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n                                                    <tr>\n                                                        <td valign=\"top\" class=\"bodyContent\">\n                                            \n                                                            <!-- // Begin Module: Standard Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr>\n                                                                    <td valign=\"top\">\n\t\t\t                                                            <div mc:edit=\"std_content00\">\n\t\t\t                                                                <h1 class=\"h1\">Heading 1</h1>\n\t\t\t                                                                <h2 class=\"h2\">Heading 2</h2>\n\t\t\t                                                                <h3 class=\"h3\">Heading 3</h3>\n\t\t\t                                                                <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n\t\t\t                                                                <br />\n\t\t\t                                                                <br />\n\t\t\t                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n\t\t\t                                                            </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Standard Content \\\\ -->\n                                                            \n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/simple-letterhead-centerlogo.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\t\t\t\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\t\n\t\t\t/* Template Styles */\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:40px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:2%;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:1%;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#404040;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:18px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:2%;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:1%;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#606060;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:16px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:2%;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:1%;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#808080;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:2%;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:1%;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:right;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:5px solid #505050;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section left header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.leftHeaderContent div{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:32px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:right;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section right header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.rightHeaderContent div{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:32px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.leftHeaderContent div a:link, .leftHeaderContent div a:visited, .rightHeaderContent div a:link, .rightHeaderContent div a:visited{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:180px !important;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FDFDFD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border-top:3px solid #909090;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:11px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:170px !important;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"170\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tEmail not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                    \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                                <!-- // Begin Module: Letterhead, Center Header Image \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                    \t<td class=\"leftHeaderContent\">\n                                                            <div mc:edit=\"header_content_left\">\n                                                            \tHeading 1\n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"middle\" width=\"180\">\n                                                            <img src=\"http://gallery.mailchimp.com/27aac8a65e64c994c4416d6b8/images/placeholder_180x100.gif\" style=\"max-width:180px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowtext />\n                                                        </td>\n                                                        <td class=\"rightHeaderContent\">\n                                                            <div mc:edit=\"header_content_right\">\n                                                            \tHeading 1\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Letterhead, Center Header Image \\\\ -->\n\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"bodyContent\">\n                                            \n                                                <!-- // Begin Module: Standard Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td valign=\"top\">\n                                                            <div mc:edit=\"std_content00\">\n                                                            \t<h2 class=\"h2\">Heading 2</h2>\n                                                            \t<h3 class=\"h3\">Heading 3</h3>\n                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n                                                                <br />\n                                                                <br />\n                                                                <h4 class=\"h4\">Heading 4</h4>\n                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Content \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/simple-letterhead-leftlogo.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\t\t\t\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\t\n\t\t\t/* Template Styles */\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:40px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:2%;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:1%;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#404040;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:18px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:2%;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:1%;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#606060;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:16px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:2%;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:1%;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#808080;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:2%;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:1%;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:right;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:5px solid #505050;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:10px;\n\t\t\t\t/*@editable*/ text-align:right;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px !important;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FDFDFD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:justify;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: SIDEBAR /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar style\n\t\t\t* @tip Set the background color and border for your email's sidebar area.\n\t\t\t*/\n\t\t\t#templateSidebar{\n\t\t\t\t/*@editable*/ background-color:#FDFDFD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar style\n\t\t\t* @tip Set the background color and border for your email's sidebar area.\n\t\t\t*/\n\t\t\t.sidebarContent{\n\t\t\t\t/*@editable*/ border-right:1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar text\n\t\t\t* @tip Set the styling for your email's sidebar text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.sidebarContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar link\n\t\t\t* @tip Set the styling for your email's sidebar links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.sidebarContent div a:link, .sidebarContent div a:visited, /* Yahoo! Mail Override */ .sidebarContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.sidebarContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border-top:3px solid #909090;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:11px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:170px !important;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"170\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tEmail not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                    \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                        \t<td class=\"headerContent\">\n                                            \t<img src=\"http://gallery.mailchimp.com/27aac8a65e64c994c4416d6b8/images/placeholder_180x100.gif\" style=\"max-width:180px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowtext />\n                                            </td>\n                                            <td class=\"headerContent\" width=\"100%\" style=\"padding-left:10px; padding-right:20px;\">\n                                            \t<div mc:edit=\"Header_content\">\n                                                    <h1>Heading 1</h1>\n                                            \t</div>\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<!-- // Begin Sidebar \\\\  -->\n                                        \t<td valign=\"top\" width=\"180\" id=\"templateSidebar\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\">\n                                                        \n                                                            <!-- // Begin Module: Standard Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\" class=\"sidebarContent\">\n                                                                <tr>\n                                                                    <td valign=\"top\" style=\"padding-left:10px;\">\n                                                                        <div mc:edit=\"std_content01\">\n                                                                            <strong>Basic content module</strong>\n                                                                            <br />\n                                                                            Far far away, behind the word mountains.\n                                                                            <br />\n                                                                            <br />\n                                                                            <strong>Far from the countries</strong>\n                                                                            <br />\n                                                                            Vokalia and Consonantia, there live the blind texts.\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Standard Content \\\\ -->\n                                                        \n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                            <!-- // End Sidebar \\\\ -->\n                                        \t<td valign=\"top\" class=\"bodyContent\">\n                                            \n                                                <!-- // Begin Module: Standard Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td valign=\"top\" style=\"padding-left:0;\">\n                                                            <div mc:edit=\"std_content00\">\n                                                            \t<h2 class=\"h2\">Heading 2</h2>\n                                                            \t<h3 class=\"h3\">Heading 3</h3>\n                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n                                                                <br />\n                                                                <br />\n                                                                <h4 class=\"h4\">Heading 4</h4>\n                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Content \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/simple-letterhead-rightlogo.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\t\t\t\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\t\n\t\t\t\n\t\t\t/* Template Styles */\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:40px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:2%;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:1%;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#404040;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:18px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:2%;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:1%;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#606060;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:16px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:2%;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:1%;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#808080;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:2%;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:1%;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:right;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:5px solid #505050;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:10px;\n\t\t\t\t/*@editable*/ text-align:right;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px !important;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FDFDFD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:justify;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: SIDEBAR /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar style\n\t\t\t* @tip Set the background color and border for your email's sidebar area.\n\t\t\t*/\n\t\t\t#templateSidebar{\n\t\t\t\t/*@editable*/ background-color:#FDFDFD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar style\n\t\t\t* @tip Set the background color and border for your email's sidebar area.\n\t\t\t*/\n\t\t\t.sidebarContent{\n\t\t\t\t/*@editable*/ border-left:1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar text\n\t\t\t* @tip Set the styling for your email's sidebar text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.sidebarContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar link\n\t\t\t* @tip Set the styling for your email's sidebar links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.sidebarContent div a:link, .sidebarContent div a:visited, /* Yahoo! Mail Override */ .sidebarContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.sidebarContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border-top:3px solid #909090;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:11px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:170px !important;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"170\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tEmail not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                    \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\" width=\"100%\" style=\"padding-left:20px; padding-right:10px;\">\n                                            \t<div mc:edit=\"Header_content\">\n                                                    <h1>Heading 1</h1>\n                                            \t</div>\n                                            </td>\n                                        \t<td class=\"headerContent\">\n                                            \t<img src=\"http://gallery.mailchimp.com/27aac8a65e64c994c4416d6b8/images/placeholder_180x100.gif\" style=\"max-width:180px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowtext />\n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"bodyContent\">\n                                            \n                                                <!-- // Begin Module: Standard Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td valign=\"top\" style=\"padding-right:0;\">\n                                                            <div mc:edit=\"std_content00\">\n                                                            \t<h2 class=\"h2\">Heading 2</h2>\n                                                            \t<h3 class=\"h3\">Heading 3</h3>\n                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n                                                                <br />\n                                                                <br />\n                                                                <h4 class=\"h4\">Heading 4</h4>\n                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Content \\\\ -->\n                                            \n                                            </td>\n                                        \t<!-- // Begin Sidebar \\\\  -->\n                                        \t<td valign=\"top\" width=\"180\" id=\"templateSidebar\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\">\n                                                        \n                                                            <!-- // Begin Module: Standard Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\" class=\"sidebarContent\">\n                                                                <tr>\n                                                                    <td valign=\"top\" style=\"padding-right:10px;\">\n                                                                        <div mc:edit=\"std_content01\">\n                                                                            <strong>Basic content module</strong>\n                                                                            <br />\n                                                                            Far far away, behind the word mountains.\n                                                                            <br />\n                                                                            <br />\n                                                                            <strong>Far from the countries</strong>\n                                                                            <br />\n                                                                            Vokalia and Consonantia, there live the blind texts.\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Standard Content \\\\ -->\n                                                        \n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                            <!-- // End Sidebar \\\\ -->\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/simple-postcard.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\t\t\t\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\t\n\t\t\t/* Template Styles */\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                            <td valign=\"top\" class=\"bodyContent\">\n                                \n                                                <!-- // Begin Module: Standard Postcard Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr mc:repeatable>\n                                                        <td valign=\"top\">\n                                                        \t<div mc:edit=\"postcard_heading00\">\n                                                                <h1 class=\"h1\">Heading 1</h1>\n                                                            </div>\n                                                            <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_560p.gif\" style=\"max-width:560px;\" mc:label=\"postcard_image\" mc:edit=\"postcard_image\" mc:allowtext />\n                                                            <div mc:edit=\"std_content00\">\n                                                                <h1 class=\"h1\">Heading 1</h1>\n                                                                <h2 class=\"h2\">Heading 2</h2>\n                                                                <h3 class=\"h3\">Heading 3</h3>\n                                                                <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n                                                                <br />\n                                                                <br />\n                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!                                </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Postcard Content \\\\ -->\n                                                \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/simple-rightsidebar.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\t\t\t\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\t\t\t\n\t\t\t/* Template Styles */\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: PREHEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader style\n\t\t\t* @tip Set the background color for your email's preheader area.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\t#templatePreheader{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader text\n\t\t\t* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.preheaderContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:10px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section preheader link\n\t\t\t* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: SIDEBAR /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar style\n\t\t\t* @tip Set the background color and border for your email's sidebar area.\n\t\t\t*/\n\t\t\t#templateSidebar{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-left:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar text\n\t\t\t* @tip Set the styling for your email's sidebar text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.sidebarContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Sidebar\n\t\t\t* @section sidebar link\n\t\t\t* @tip Set the styling for your email's sidebar links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.sidebarContent div a:link, .sidebarContent div a:visited, /* Yahoo! Mail Override */ .sidebarContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.sidebarContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\t\t\t\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#social{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section social bar style\n\t\t\t* @tip Set the background color and border for your email's footer social bar.\n\t\t\t*/\n\t\t\t#social div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\t\t\t\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\">\n                        <!-- // Begin Template Preheader \\\\ -->\n                        <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templatePreheader\">\n                            <tr>\n                                <td valign=\"top\" class=\"preheaderContent\">\n                                \n                                \t<!-- // Begin Module: Standard Preheader \\ -->\n                                    <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                            \t<div mc:edit=\"std_preheader_content\">\n                                                \t Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.\n                                                </div>\n                                            </td>\n                                            <!-- *|IFNOT:ARCHIVE_PAGE|* -->\n\t\t\t\t\t\t\t\t\t\t\t<td valign=\"top\" width=\"190\">\n                                            \t<div mc:edit=\"std_preheader_links\">\n                                                \tIs this email not displaying correctly?<br /><a href=\"*|ARCHIVE|*\" target=\"_blank\">View it in your browser</a>.\n                                                </div>\n                                            </td>\n\t\t\t\t\t\t\t\t\t\t\t<!-- *|END:IF|* -->\n                                        </tr>\n                                    </table>\n                                \t<!-- // End Module: Standard Preheader \\ -->\n                                \n                                </td>\n                            </tr>\n                        </table>\n                        <!-- // End Template Preheader \\\\ -->\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                        \t<td valign=\"top\">\n                                                <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n                                                    <tr>\n                                                        <td valign=\"top\" class=\"bodyContent\">\n                                            \n                                                            <!-- // Begin Module: Standard Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr>\n                                                                    <td valign=\"top\">\n\t\t\t                                                            <div mc:edit=\"std_content00\">\n\t\t\t                                                                <h1 class=\"h1\">Heading 1</h1>\n\t\t\t                                                                <h2 class=\"h2\">Heading 2</h2>\n\t\t\t                                                                <h3 class=\"h3\">Heading 3</h3>\n\t\t\t                                                                <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Getting started:</strong> Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!\n\t\t\t                                                                <br />\n\t\t\t                                                                <br />\n\t\t\t                                                                After you enter your content, highlight the text you want to style and select the options you set in the style editor in the \"styles\" drop down box. Want to <a href=\"http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change\" target=\"_blank\">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the \"remove formatting\" button to strip the text of any formatting and reset your style.\n\t\t\t                                                            </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Standard Content \\\\ -->\n                                                            \n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                        \t<!-- // Begin Sidebar \\\\  -->\n                                        \t<td valign=\"top\" width=\"200\" id=\"templateSidebar\">\n                                            \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"200\">\n                                                \t<tr>\n                                                    \t<td valign=\"top\" class=\"sidebarContent\">\n                                                        \n                                                            <!-- // Begin Module: Social Block with Icons \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr>\n                                                                    <td valign=\"top\" style=\"padding-top:10px; padding-right:20px; padding-left:20px;\">\n                                                                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"4\">\n                                                                            <tr mc:hideable>\n                                                                                <td align=\"left\" valign=\"middle\" width=\"16\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_facebook.png\" style=\"margin:0 !important;\" />\n                                                                                </td>\n                                                                                <td align=\"left\" valign=\"top\">\n                                                                                    <div mc:edit=\"sbwi_link_one\">\n                                                                                        <a href=\"*|FACEBOOK:PROFILEURL|*\">Friend on Facebook</a>\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                            <tr mc:hideable>\n                                                                                <td align=\"left\" valign=\"middle\" width=\"16\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_twitter.png\" style=\"margin:0 !important;\" />\n                                                                                </td>\n                                                                                <td align=\"left\" valign=\"top\">\n                                                                                    <div mc:edit=\"sbwi_link_two\">\n                                                                                        <a href=\"*|TWITTER:PROFILEURL|*\">Follow on Twitter</a>\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                            <tr mc:hideable>\n                                                                                <td align=\"left\" valign=\"middle\" width=\"16\">\n                                                                                    <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/sfs_icon_forward.png\" style=\"margin:0 !important;\" />\n                                                                                </td>\n                                                                                <td align=\"left\" valign=\"top\">\n                                                                                    <div mc:edit=\"sbwi_link_three\">\n                                                                                        <a href=\"*|FORWARD|*\">Forward to a Friend</a>\n                                                                                    </div>\n                                                                                </td>\n                                                                            </tr>\n                                                                        </table>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Social Block with Icons \\\\ -->\n\n                                                            <!-- // Begin Module: Top Image with Content \\\\ -->\n                                                            <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                                <tr mc:repeatable>\n                                                                    <td valign=\"top\">\n                                                                        <img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_160.gif\" style=\"max-width:160px;\" mc:label=\"image\" mc:edit=\"tiwc200_image00\" />\n                                                                        <div mc:edit=\"tiwc200_content00\">\n\t\t\t \t                                                            <h4 class=\"h4\">Heading 4</h4>\n\t\t\t                                                                <strong>Repeatable content blocks:</strong> Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also <a href=\"http://www.mailchimp.com/kb/article/how-do-i-work-with-repeatable-content-blocks\" target=\"_blank\">get a little fancy</a>: repeat blocks and remove all text to make image \"gallery\" sections, or do the opposite and remove images for text-only blocks!\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                            <!-- // End Module: Top Image with Content \\\\ -->\n                                                        \n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                            </td>\n                                            <!-- // End Sidebar \\\\ -->\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Standard Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"social\">\n                                                            <div mc:edit=\"std_social\">\n                                                                &nbsp;<a href=\"*|TWITTER:PROFILEURL|*\">follow on Twitter</a> | <a href=\"*|FACEBOOK:PROFILEURL|*\">friend on Facebook</a> | <a href=\"*|FORWARD|*\">forward to a friend</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" width=\"350\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                        <td valign=\"top\" width=\"190\" id=\"monkeyRewards\">\n                                                            <div mc:edit=\"monkeyrewards\">\n                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td colspan=\"2\" valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/transactional_basic.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\n\t\t\t/* Template Styles */\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px !important;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section button style\n\t\t\t* @tip Set the styling for your email's button. Choose a style that draws attention.\n\t\t\t*/\n\t\t\t.templateButton{\n\t\t\t\t-moz-border-radius:3px;\n\t\t\t\t-webkit-border-radius:3px;\n\t\t\t\t/*@editable*/ background-color:#336699;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t\tborder-collapse:separate !important;\n\t\t\t\tborder-radius:3px;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section button style\n\t\t\t* @tip Set the styling for your email's button. Choose a style that draws attention.\n\t\t\t*/\n\t\t\t.templateButton, .templateButton a:link, .templateButton a:visited, /* Yahoo! Mail Override */ .templateButton a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#FFFFFF;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:15px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ letter-spacing:-.5px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\ttext-align:center;\n\t\t\t\ttext-decoration:none;\n\t\t\t}\n\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\" style=\"padding-top:20px;\">\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                            <td valign=\"top\">\n                                \n                                                <!-- // Begin Module: Standard Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td valign=\"top\" class=\"bodyContent\">\n                                                            <div mc:edit=\"std_content00\">\n                                                                <h1 class=\"h1\">Heading 1</h1>\n                                                                <h2 class=\"h2\">Heading 2</h2>\n                                                                <h3 class=\"h3\">Heading 3</h3>\n                                                                <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Getting started:</strong> Transactional emails serve a defined and simple purpose. They differ from traditional mass-emails because they're generally sent on a user-by-user basis, instead of large list of users, and are generally used to deliver purchase receipts, account updates, security notifications, and more.\n                                                                <br />\n                                                                <br />\n                                                                Where <a href=\"http://www.mailchimp.com/\" target=\"_blank\">MailChimp</a> can be used to send newsletters to several subscribers in one large blast, <a href=\"http://www.mandrill.com/\" target=\"_blank\">Mandrill</a> is specifically positioned to send transactional emails, and offers relevant tracking and metrics that isn't necessarily available through a traditional email platform.\n                                                            </div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n                                                    </tr>\n                                                    <tr>\n                                                    \t<td align=\"center\" valign=\"top\" style=\"padding-top:0;\">\n                                                        \t<table border=\"0\" cellpadding=\"15\" cellspacing=\"0\" class=\"templateButton\">\n                                                            \t<tr>\n                                                                \t<td valign=\"middle\" class=\"templateButtonContent\">\n                                                                    \t<div mc:edit=\"std_content01\">\n                                                                        \t<a href=\"http://www.mandrill.com/\" target=\"_blank\">See What Mandrill Can Do</a>\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Content \\\\ -->\n                                                \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Transactional Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td valign=\"top\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|ARCHIVE|*\" target=\"_blank\">view this in your browser</a> | <a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Transactional Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  },
  {
    "path": "templates/transactional_tabular.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n        <!-- Facebook sharing information tags -->\n        <meta property=\"og:title\" content=\"*|MC:SUBJECT|*\" />\n        \n        <title>*|MC:SUBJECT|*</title>\n\t\t<style type=\"text/css\">\n\t\t\t/* Client-specific Styles */\n\t\t\t#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n\t\t\tbody{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n\t\t\tbody{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\n\t\t\t/* Reset Styles */\n\t\t\tbody{margin:0; padding:0;}\n\t\t\timg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}\n\t\t\ttable td{border-collapse:collapse;}\n\t\t\t#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}\n\n\t\t\t/* Template Styles */\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: COMMON PAGE ELEMENTS /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section background color\n\t\t\t* @tip Set the background color for your email. You may want to choose one that matches your company's branding.\n\t\t\t* @theme page\n\t\t\t*/\n\t\t\tbody, #backgroundTable{\n\t\t\t\t/*@editable*/ background-color:#FAFAFA;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section email border\n\t\t\t* @tip Set the border for your email.\n\t\t\t*/\n\t\t\t#templateContainer{\n\t\t\t\t/*@editable*/ border: 1px solid #DDDDDD;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 1\n\t\t\t* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.\n\t\t\t* @style heading 1\n\t\t\t*/\n\t\t\th1, .h1{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 2\n\t\t\t* @tip Set the styling for all second-level headings in your emails.\n\t\t\t* @style heading 2\n\t\t\t*/\n\t\t\th2, .h2{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:30px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 3\n\t\t\t* @tip Set the styling for all third-level headings in your emails.\n\t\t\t* @style heading 3\n\t\t\t*/\n\t\t\th3, .h3{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:26px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Page\n\t\t\t* @section heading 4\n\t\t\t* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.\n\t\t\t* @style heading 4\n\t\t\t*/\n\t\t\th4, .h4{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\tdisplay:block;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:22px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\tmargin-top:0;\n\t\t\t\tmargin-right:0;\n\t\t\t\tmargin-bottom:10px;\n\t\t\t\tmargin-left:0;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: HEADER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header style\n\t\t\t* @tip Set the background color and border for your email's header area.\n\t\t\t* @theme header\n\t\t\t*/\n\t\t\t#templateHeader{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header text\n\t\t\t* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.headerContent{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:34px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\t/*@editable*/ padding:0;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t\t/*@editable*/ vertical-align:middle;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Header\n\t\t\t* @section header link\n\t\t\t* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t#headerImage{\n\t\t\t\theight:auto;\n\t\t\t\tmax-width:600px !important;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: MAIN BODY /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body style\n\t\t\t* @tip Set the background color for your email's body area.\n\t\t\t*/\n\t\t\t#templateContainer, .bodyContent{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body text\n\t\t\t* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.\n\t\t\t* @theme main\n\t\t\t*/\n\t\t\t.bodyContent div{\n\t\t\t\t/*@editable*/ color:#505050;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section body link\n\t\t\t* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section data table style\n\t\t\t* @tip Set the background color and border for your email's data table.\n\t\t\t*/\n\t\t\t.templateDataTable{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:1px solid #DDDDDD;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section data table heading text\n\t\t\t* @tip Set the styling for your email's data table text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.dataTableHeading{\n\t\t\t\t/*@editable*/ background-color:#D8E2EA;\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:14px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section data table heading link\n\t\t\t* @tip Set the styling for your email's data table links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.dataTableHeading a:link, .dataTableHeading a:visited, /* Yahoo! Mail Override */ .dataTableHeading a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#FFFFFF;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\t\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section data table text\n\t\t\t* @tip Set the styling for your email's data table text. Choose a size and color that is easy to read.\n\t\t\t*/\n\t\t\t.dataTableContent{\n\t\t\t\t/*@editable*/ border-top:1px solid #DDDDDD;\n\t\t\t\t/*@editable*/ border-bottom:0;\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-family:Helvetica;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ line-height:150%;\n\t\t\t\t/*@editable*/ text-align:left;\n\t\t\t}\n\t\t\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section data table link\n\t\t\t* @tip Set the styling for your email's data table links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.dataTableContent a:link, .dataTableContent a:visited, /* Yahoo! Mail Override */ .dataTableContent a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#202020;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section button style\n\t\t\t* @tip Set the styling for your email's button. Choose a style that draws attention.\n\t\t\t*/\n\t\t\t.templateButton{\n\t\t\t\t-moz-border-radius:3px;\n\t\t\t\t-webkit-border-radius:3px;\n\t\t\t\t/*@editable*/ background-color:#336699;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t\tborder-collapse:separate !important;\n\t\t\t\tborder-radius:3px;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Body\n\t\t\t* @section button style\n\t\t\t* @tip Set the styling for your email's button. Choose a style that draws attention.\n\t\t\t*/\n\t\t\t.templateButton, .templateButton a:link, .templateButton a:visited, /* Yahoo! Mail Override */ .templateButton a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#FFFFFF;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:15px;\n\t\t\t\t/*@editable*/ font-weight:bold;\n\t\t\t\t/*@editable*/ letter-spacing:-.5px;\n\t\t\t\t/*@editable*/ line-height:100%;\n\t\t\t\ttext-align:center;\n\t\t\t\ttext-decoration:none;\n\t\t\t}\n\n\t\t\t.bodyContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t\theight:auto;\n\t\t\t}\n\n\t\t\t/* /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ STANDARD STYLING: FOOTER /\\/\\/\\/\\/\\/\\/\\/\\/\\/\\ */\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer style\n\t\t\t* @tip Set the background color and top border for your email's footer area.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#templateFooter{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border-top:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer text\n\t\t\t* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t.footerContent div{\n\t\t\t\t/*@editable*/ color:#707070;\n\t\t\t\t/*@editable*/ font-family:Arial;\n\t\t\t\t/*@editable*/ font-size:12px;\n\t\t\t\t/*@editable*/ line-height:125%;\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section footer link\n\t\t\t* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.\n\t\t\t*/\n\t\t\t.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{\n\t\t\t\t/*@editable*/ color:#336699;\n\t\t\t\t/*@editable*/ font-weight:normal;\n\t\t\t\t/*@editable*/ text-decoration:underline;\n\t\t\t}\n\n\t\t\t.footerContent img{\n\t\t\t\tdisplay:inline;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t* @theme footer\n\t\t\t*/\n\t\t\t#utility{\n\t\t\t\t/*@editable*/ background-color:#FFFFFF;\n\t\t\t\t/*@editable*/ border:0;\n\t\t\t}\n\n\t\t\t/**\n\t\t\t* @tab Footer\n\t\t\t* @section utility bar style\n\t\t\t* @tip Set the background color and border for your email's footer utility bar.\n\t\t\t*/\n\t\t\t#utility div{\n\t\t\t\t/*@editable*/ text-align:center;\n\t\t\t}\n\n\t\t\t#monkeyRewards img{\n\t\t\t\tmax-width:190px;\n\t\t\t}\n\t\t</style>\n\t</head>\n    <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n    \t<center>\n        \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"backgroundTable\">\n            \t<tr>\n                \t<td align=\"center\" valign=\"top\" style=\"padding-top:20px;\">\n                    \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateContainer\">\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Header \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateHeader\">\n                                        <tr>\n                                            <td class=\"headerContent\">\n                                            \n                                            \t<!-- // Begin Module: Standard Header Image \\\\ -->\n                                            \t<img src=\"http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_600.gif\" style=\"max-width:600px;\" id=\"headerImage campaign-icon\" mc:label=\"header_image\" mc:edit=\"header_image\" mc:allowdesigner mc:allowtext />\n                                            \t<!-- // End Module: Standard Header Image \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Header \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Body \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"templateBody\">\n                                    \t<tr>\n                                            <td valign=\"top\">\n                                \n                                                <!-- // Begin Module: Standard Content \\\\ -->\n                                                <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td valign=\"top\" class=\"bodyContent\">\n                                                            <div mc:edit=\"std_content00\">\n                                                                <h1 class=\"h1\">Heading 1</h1>\n                                                                <h2 class=\"h2\">Heading 2</h2>\n                                                                <h3 class=\"h3\">Heading 3</h3>\n                                                                <h4 class=\"h4\">Heading 4</h4>\n                                                                <strong>Getting started:</strong> Transactional emails serve a defined and simple purpose. They differ from traditional mass-emails because they're generally sent on a user-by-user basis, instead of large list of users, and are generally used to deliver purchase receipts, account updates, security notifications, and more.\n                                                            </div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n                                                    </tr>\n                                                    <tr>\n                                                    \t<td valign=\"top\" style=\"padding-top:0; padding-bottom:0;\">\n                                                          <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" class=\"templateDataTable\">\n                                                              <tr>\n                                                                  <th scope=\"col\" valign=\"top\" width=\"25%\" class=\"dataTableHeading\" mc:edit=\"data_table_heading00\">\n                                                                    DATE\n                                                                  </th>\n                                                                  <th scope=\"col\" valign=\"top\" width=\"25%\" class=\"dataTableHeading\" mc:edit=\"data_table_heading01\">\n                                                                    EMAILS SENT\n                                                                  </th>\n                                                                  <th scope=\"col\" valign=\"top\" width=\"50%\" class=\"dataTableHeading\" mc:edit=\"data_table_heading02\">\n                                                                    EMAIL SUBJECT\n                                                                  </th>\n                                                              </tr>\n                                                              <tr mc:repeatable>\n                                                                  <td valign=\"top\" class=\"dataTableContent\" mc:edit=\"data_table_content00\">\n                                                                    SEP 29, 2012\n                                                                  </td>\n                                                                  <td valign=\"top\" class=\"dataTableContent\" mc:edit=\"data_table_content01\">\n                                                                    2,760\n                                                                  </td>\n                                                                  <td valign=\"top\" class=\"dataTableContent\" mc:edit=\"data_table_content02\">\n                                                                    3-MONTH PASSWORD UPDATE\n                                                                  </td>\n                                                              </tr>\n                                                          </table>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"top\" class=\"bodyContent\">\n                                                            <div mc:edit=\"std_content01\">\n                                                                Where <a href=\"http://www.mailchimp.com/\" target=\"_blank\">MailChimp</a> can be used to send newsletters to several subscribers in one large blast, <a href=\"http://www.mandrill.com/\" target=\"_blank\">Mandrill</a> is specifically positioned to send transactional emails, and offers relevant tracking and metrics that isn't necessarily available through a traditional email platform.\n                                                            </div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n                                                    </tr>\n                                                    <tr>\n                                                    \t<td align=\"center\" valign=\"top\" style=\"padding-top:0;\">\n                                                        \t<table border=\"0\" cellpadding=\"15\" cellspacing=\"0\" class=\"templateButton\">\n                                                            \t<tr>\n                                                                \t<td valign=\"middle\" class=\"templateButtonContent\">\n                                                                    \t<div mc:edit=\"std_content02\">\n                                                                        \t<a href=\"http://www.mandrill.com/\" target=\"_blank\">See What Mandrill Can Do</a>\n                                                                        </div>\n                                                                    </td>\n                                                                </tr>\n                                                            </table>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Standard Content \\\\ -->\n                                                \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Body \\\\ -->\n                                </td>\n                            </tr>\n                        \t<tr>\n                            \t<td align=\"center\" valign=\"top\">\n                                    <!-- // Begin Template Footer \\\\ -->\n                                \t<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"600\" id=\"templateFooter\">\n                                    \t<tr>\n                                        \t<td valign=\"top\" class=\"footerContent\">\n                                            \n                                                <!-- // Begin Module: Transactional Footer \\\\ -->\n                                                <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n                                                    <tr>\n                                                        <td valign=\"top\">\n                                                            <div mc:edit=\"std_footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Our mailing address is:</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t*|HTML:LIST_ADDRESS_HTML|**|END:IF|* \n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                    <tr>\n                                                        <td valign=\"middle\" id=\"utility\">\n                                                            <div mc:edit=\"std_utility\">\n                                                                &nbsp;<a href=\"*|ARCHIVE|*\" target=\"_blank\">view this in your browser</a> | <a href=\"*|UNSUB|*\">unsubscribe from this list</a> | <a href=\"*|UPDATE_PROFILE|*\">update subscription preferences</a>&nbsp;\n                                                            </div>\n                                                        </td>\n                                                    </tr>\n                                                </table>\n                                                <!-- // End Module: Transactional Footer \\\\ -->\n                                            \n                                            </td>\n                                        </tr>\n                                    </table>\n                                    <!-- // End Template Footer \\\\ -->\n                                </td>\n                            </tr>\n                        </table>\n                        <br />\n                    </td>\n                </tr>\n            </table>\n        </center>\n    </body>\n</html>"
  }
]