@charset "UTF-8";

/* Section */
#section { width: 984px; min-height: 260px; position: relative; padding: 0px; margin-top: 2px; }
#section.small { min-height: 110px; }
#section.topspacing { margin-top: 60px; }

#section #section_top { height: 125px; position: absolute; top: 0px; left: 0px; right: 0px; background-image: url(images/section_top.png); background-position: top; background-repeat: no-repeat; }
#section #section_middle { position: absolute; top: 125px; left: 0px; right: 0px; bottom: 125px; background-image: url(images/section_middle.png); background-repeat: repeat-y; }
#section #section_tail { height: 125px; position: absolute; bottom: 0px; left: 0px; right: 0px; background-image: url(images/section_tail.png); background-position: bottom; background-repeat: no-repeat; }
#section #section_top,
#section #section_middle,
#section #section_tail { z-index: 10; }

#section.small #section_top { background-image: url(images/sectionsmall_top.png); height: 50px; }
#section.small #section_middle { background-image: url(images/sectionsmall_middle.png); top: 50px; bottom: 50px; }
#section.small #section_tail { background-image: url(images/sectionsmall_tail.png); height: 50px; }

#section #content { z-index: 9999; position: relative; top: 0px; text-align: left; padding: 12px; }
#section #content p { padding: 8px; margin: 10px 0px; }

