@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: 1100px; background-color: #fff; display: block; text-align: left; }
div.header { width: 1100px; height: 89px; clear: both; background-image: url(http://fryemuseum.org/images/site_images/frye-logo.gif); background-repeat: no-repeat; }
/* div.title-block, div.title-block-wsub { padding: 25px 25px 0 25px; margin: 0 0 0 0; clear: both; } */
div.title-block, div.title-block-wsub { padding: 0; margin: 0; clear: both; }
div.precontent { width: 1100px; padding: 10px 0 0 0; margin: 18px 0 0 0; background-color: #fff; clear: both; }
div.content { width: 1052px; padding: 25px 24px 25px 24px; margin: 0; clear: both; }

/* wide */
div.wide-pre, div.wide-post { width: 100%; clear: both; float: left; }
div.wide-content { width: 100%; clear: both; float: left; }

/* two-col */
div.two-col-left { width: 765px; padding-top: 0; float: left;}
div.two-col-right { width: 251px; padding-top: 0; margin-left: 36px; 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: 514px; float: left; }
div.three-col-middle { width: 239px; margin-left: 24px; float: left; }
div.three-col-right { width: 251px; margin-left: 24px; float: right; }

/* three-col-mid */
div.three-col-mid-left { width: 239px; float: left; }
div.three-col-mid-middle { width: 502px; margin-left: 24px; float: left; }
div.three-col-mid-right { width: 251px; padding-left: 36px; margin: 0; float: left; }

/* three-col-even */
div.three-col-even-first { width: 239px; float: left; }
div.three-col-even { width: 239px; padding-left: 24px; margin: 0; float: left; }

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

.clear { clear: both; }

