/* Start of CMSMS style sheet 'Custom structure - long color' */
/* structure for long image pages (with colour) */
.stackimage { position: absolute; z-index: 11; }
.stackbleed { position: absolute; z-index: 12; }

#captionarea { position: absolute; width: 190px; left: 0px; }
#bleedarea { position: absolute; width: 190px; left: 0px; }
#imagearea { position: absolute; width: 190px; left: 190px; background: #000000; overflow: hidden; }
#imageareawhite { position: absolute; width: 190px; left: 190px; 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: 190px; left: 0px; }
#captionbgcolor { position: absolute; width: 190px; left: 0px; }

/* 2 colums of text */
#copyarea1 { position: absolute; width: 190px; left: 380px; background: url('site_images/interface/dotted.gif') repeat-y; }
#copyarea2 { position: absolute; width: 180px; left: 570px; background: url('site_images/interface/dotted.gif') repeat-y; }
#copyarea2 h2 { padding-top: 5px; }
/* End of 'Custom structure - long color' */

