/* Start of CMSMS style sheet 'Custom structure - long wide color' */
/* structure for long image pages (wide image area with colour) */
.stackimage { position: absolute; z-index: 11; }
.stackbleed { position: absolute; z-index: 12; }

#captionarea { position: absolute; width: 130px; left: 0px; }
#bleedarea { position: absolute; width: 80px; left: 300px; }
#imagearea { position: absolute; width: 250px; left: 130px; background: #000000; overflow: hidden; }
#imageareawhite { position: absolute; width: 250px; left: 130px; background: #F5F5F5; overflow: hidden; }
#imageline { position: absolute; width: 1px; top: 0px; left: 190px; background: url('site_images/interface/dotted.gif') repeat-y; }
#copyarea { position: absolute; width: 360px; left: 380px; background: url('site_images/interface/dotted.gif') repeat-y; }
#copyareaplain { position: absolute; width: 360px; left: 380px; }
#sketcharea { position: absolute; }

#captionareacolor { position: absolute; width: 130px; left: 0px; }
#captionbgcolor { position: absolute; width: 130px; left: 0px; }

#bleedarea2 { position: absolute; width: 80px; left: 300px; }
/* End of 'Custom structure - long wide color' */

