/* $Id: local_sample.css,v 1.1 2009/02/28 23:33:58 jwolf Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom css and css overrides in this file and  */ 
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */
#preface-wrapper {
  background: transparent url('images/cropped/Dean_pub_crop.jpg') no-repeat left top;
  height: 440px;
  margin: -33px 0 20px;
  overflow: hidden;
  position: relative;
  width: 960px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}
#preface-sidebar {
  background: transparent url('images/preface-sidebar-bg.png') no-repeat ;
  /*float: left;*/
  position: absolute;
  bottom: 20px;
  max-height: 325px;
  margin: 20 0 0 20px;
  padding: 20px;
  width: 175px;
}
#mission {
  top: 0;
  left:0;
  color: #FFFF;
  font-style= bold;
  font-size: 2.0312em;
  line-height: 1.1153em;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: left;
  width: 680px;
}
