body {
        background-color:#ffffff;
        background-attachment:fixed;
        background-image: url(http://www.geocities.com/nelstomlinson/books/favicon.ps);
        background-repeat: no-repeat;
        background-position: right bottom; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Times,Times New Roman,Arial,Serif;
	font-size: medium; /*14px;*/
	color: #111;
	background-color: #ffffff;
	}

div.center {
  text-align: center;
  }  

 a:link    {color:blue;  background:white;}
 a:visited {color:red;   background:white;}
 a:hover   {color:green; background:white;}
 a:active  {color:green; background:white;}

p:first-letter {
    font-size:125%;
    /*color:red;*/
    font-weight:bold;
} 

blockquote {
    background-color:#f5f5f5;
    background-attachment: scroll;
}

#top {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 155px;
	border: 0px;
	background-color: #f0f0ff;
	/*background-image: url("favicon.ico");*/
	/*background-repeat: no-repeat;*/
	/*background-position: left;*/
	height: 140px; 
	} /*Putting something here (other than a comment) adds a lot of space in the top of the main division.*/



#leftside {
	position: absolute;
	top: 160px;
	left: 0px;
	margin: 0px;
	padding: 10px;
	border: 0px;
	border-top: 2px solid #333;
	background: #a9fafa;
	width: 175px; 
	}

#main {
        padding: 10px 10px 10px 10px;
		margin: 0px 40px 0px 275px;
        border: 0px;
        background: #ffffff;
        }

#bottom {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 175px;
	border: 0px;
	background-color: #f0f0ff;
	/*background-image: url("favicon.ico");*/
	/*background-repeat: no-repeat;*/
	/*background-position: left;*/
	left: 175px;
	}
