
/*Ratskunk rat.css StyleSheet*/

/* -------------------------------------------------------*/ 
/*                     body section                       */
/* -------------------------------------------------------*/ 
body {
  margin: 10px 0px 0px 0px;
  padding: 0;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 76%; /* font sizing in ems, if you want to change anything, just change this.*/
  color: #626262; /*#000;*/
  background-color: #fff;
  text-align: center;
  min-width: 500px;
}
body#mainpage {background:url("monkeyman/note.jpg") left top no-repeat;}
/* -------------------------------------------------------*/ 
/*                   div to clear floats                  */
/* -------------------------------------------------------*/ 
div.clearer {clear: both; height: 0;}
/* -------------------------------------------------------*/ 
/*             take care of the regular links             */
/* -------------------------------------------------------*/ 
a {color:#BB654B; text-decoration: none; background-color: transparent; width: auto;}
a:link {text-decoration: none;}    
a:visited {text-decoration: none;}
a:hover {text-decoration: underline; color: #B22222; /*#985C44;*/}
a:active {text-decoration: none;}
/* -------------------------------------------------------*/ 
/*                     typography                         */
/* -------------------------------------------------------*/ 
h1 {font-size: 0.8em; font-weight: bold; margin-top: 0em; margin-bottom: 1px;}

h2 {color: #006533; font-size: 0.9em;background-color: #ffffff;margin: 5px 0px 5px 0px; font-weight: bold;text-align: left;}

h3 {font-size: 0.8em; margin: 0.5em 0em 0.5em 0em; font-weight: normal;text-align: left;}

h4 {font-size: 0.83em; margin: 0.5em 0em 0.5em 0em; font-weight: normal; color:#006533;background-color: #fff;text-align: left;}

h5 {color: #333; font: 0.9em Verdana, sans-serif;text-transform: uppercase; letter-spacing: 0.2em;background-color: #ffffff;margin-top: 1px;}

h6 {color: #333; font-size: 0.9em;background-color: #ffffff;margin: 10px 0px 0px 0px; font-weight: normal;font-variant: small-caps;text-align: center;}

p {font-size: 0.9em;line-height: 1.6em;margin: .3em 0em .3em 0em;text-align: justify;color:#000000;background-color: #fff;}

.font-em {font-style:italic;}

/*the main container for the page*/

div#container {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  text-align: left;
}

div#book-container {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  text-align: left;
}

.center-pic {
  padding: 0px;
  margih-left: auto
  margin-right: auto
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}

img {border: 0;}

#title-box {width:600px;height:47px; background:url("monkeyman/small-large-title.jpg") top center no-repeat; margin: 0px 0px 20px 0px;}

.div-fancy {width:600px;height:26px; background:url("monkeyman/line-1.jpg") top center no-repeat; margin: 0px 0px 0px 0px;}
.div-fancy-sm {width:450px;height:19px; background:url("monkeyman/line-2.jpg") top center no-repeat; margin: 0px 0px 0px 0px;}
.div-fancy-b {width:600px;height:76px; background:url("monkeyman/line-3.jpg") top center no-repeat; margin: 0px 0px 0px 0px;}


.dash-div-400 {clear: both;width: 500px;margin: 7px auto 7px auto;text-align: center;border-bottom: 1px dashed #000000;}

/* -------------------------------------------------------*/ 
/*                     book table                         */
/* -------------------------------------------------------*/ 
table.booktable {
        height: auto;
        width: 600px;padding: 0;margin: 0;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px 0px;
	border-style: none none none none;
	border-color: white white white white;
	border-collapse: collapse;
	background-color: white;}
/*table.td.l-cell {*/
/* -------------------------------------------------------*/ 
/*                      end css                           */
/* -------------------------------------------------------*/ 