body {
   background-color: #EBE5D9;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 80%;
   margin: 0% 0% 0% 0%;
   padding: 10px 10px 10px 10px;
}

#content {
   padding-left: 250px;
   padding-right: 1em;

}

#footer {
   border-top: 1px solid #336699;
   background-color: #EAEAEA;
   clear: both;
   font-size: 90%;
   padding: .4em 1em .4em 1em;
   text-align: right;
}

#header {
   border-bottom: 1px solid #336699;
   clear: both;
   padding: 1em;
}

#navi {
   background-image: url(../images/navy_blue_pixel.gif);
   color: #FFFFFF;
   float: left;
   padding: .5em .5em .1em .5em;
   text-decoration: none;
   width: 220px;
   margin-top: 0%;
}

#navi a:link {
   color: #FFFFFF;
   text-decoration: none;
}

#navi a:visited {
   color: #FFFFFF;
   text-decoration: none;
}

#navi a:hover {
   color: #FFFFFF;
   text-decoration: underline;
}


#header a:link {
   color: #FFFFFF;
   text-decoration: none;
}

#header a:visited {
   color: #FFFFFF;
   text-decoration: none;
}

#header a:hover {
   color: #FFFFFF;
   text-decoration: underline;
}





#navi li {
   list-style: none;
   margin-left: -2em;
    padding-bottom: .4em;
    padding-top: .2em;
}

#page {
/*   border-bottom: 1px solid #336699;*/
   clear: both;
   padding: 0em;
}

#wrap {
   background-color: #FFFFFF;
   border: 1px solid #336699;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
   color: #495778;
}

h2 {
   border-bottom: 1px dotted #336699;
}

#breadcrumbs
{
/*   background-color: #EBE5D9;*/
   background-color: #DCDCDC;
   margin-top: .4em;
   margin-bottom: .4em;
   border-bottom: 1px solid Gray;
   border-right: 1px solid Gray;
   border-top: 1px solid #F0FFF0;
   padding: .2em .2em .2em .2em;
   border-left: 1px solid #F0FFF0;
}

#breadcrumbs a:link {
	color: blue;
	text-decoration: none;
}

#breadcrumbs a:visited {
	color: blue;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: blue;
	text-decoration: underline;
}

#book_title {
	color: black;
	text-decoration: none;
	font-weight: bold;
   font-size: 120%;
}


