@charset "utf-8";
/* CSS Document */

/* basic page elements */
body { margin: 0; padding: 0; text-align: center; }
div.body-container { margin: 0 auto 0 auto; width: 960px; background-color: #fff; display: block; text-align: left; }
div.header { width: 960px; height: 84px; background-color: #3a3835; clear: both; background-image: url('http://fryemuseum.org/images/site_images/hdr_siteheader.gif'); background-repeat: no-repeat; }
div.title-block, div.title-block-wsub { width: 910px; padding: 25px 25px 0 25px; margin: 0 0 0 0; clear: both; }
div.precontent { width: 910px; padding: 0 25px 0 25px; margin: 18px 0 0 0; background-color: #fff; clear: both; }
div.content { width: 910px; padding: 0 25px 0 25px; margin: 0 0 18px 0; background-color: #fff; clear: both; }

/* wide */
div.wide-pre, div.wide-post { width: 100%; clear: both; float: left; }
div.wide-content { width: 100%; clear: both; padding-top: 24px; border-top: solid 3px #787878; float: left; }

/* two-col */
div.two-col-left { width: 677px; padding-top: 24px; float: left; border-top: solid 3px #787878; }
div.two-col-right { width: 209px; padding-top: 0; margin-left: 24px; float: left; }

/* two-col-alt */
div.two-col-left-alt { width: 677px; float: left; padding-right: 11px; border-right: 1px #e4e4e3 solid; }
div.two-col-right-alt { width: 209px; padding-left: 12px; float: left; }

/* three-col */
div.three-col-left { width: 443px; float: left; }
div.three-col-middle { width: 209px; padding-left: 11px; margin-left: 12px; float: left; border-left: 1px #e4e4e3 solid; }
div.three-col-right { width: 209px; padding-left: 11px; margin-left: 12px; float: left; border-left: 1px #e4e4e3 solid; }

/* three-col-mid */
div.three-col-mid-left { width: 209px; float: left; }
div.three-col-mid-middle { width: 443px; margin-left: 25px; float: left; }
div.three-col-mid-right { width: 209px; padding-left: 11px; margin-left: 12px; float: left; border-left: 1px #e4e4e3 solid; }

/* three-col-even */
div.three-col-even-first { width: 287px; float: left; }
div.three-col-even { width: 287px; padding-left: 11px; margin-left: 12px; float: left; border-left: 1px #e4e4e3 solid; }

/* four-col */
div.four-col-first { width: 209px; float: left; }
div.four-col-left { width: 209px; margin-left: 25px; float: left; }

.clear { clear: both; }

