/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

html 	{ 
background-color: #F5F3EE;
text-align : center;  }

body { 
position : relative; 
width : 1000px; 
padding: 3px;
text-align : left; 
margin: 15px auto;
padding-top: 10px;
}

div#branding blockquote {
  position: absolute;
  top: 72px;
  left: 254px;
  width: 100px;
  height: 137px;
  z-index:3;
  text-indent: -999px;
  background: transparent url(/images/tf.png) no-repeat top left;
}

h1 {
  height: 48px;
  background: transparent url(/images/book_top.png) no-repeat top left;
  text-indent: -999px;
}

div#content {
  top: -50px; /* -30 */
  background: transparent url(/images/book_middle.png) repeat-y;
  margin-top: 50px;  /* Fix IE bug */
}

div#menu {
  left: 62px;
  top: -10px;
  width: 310px;
  margin-top: 30px;
  padding-bottom: 40px;
  max-width: 290px;
  z-index:5;
}

div#site_info p, h5 { display: none; }

div#main {
  left: 430px;
  top: 15px; /* -45 */
  width: 485px;
  max-width: 30em;
  margin-top: 50px;
  padding-top: 12px;
  padding-bottom: 30px;
}

div#site_info {
  position: relative;
  background: transparent url(/images/book_bottom.png) no-repeat left top;
  top: -50px; /* -30 */
  height: 48px;
}

/* =si_clear_children */
.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */
