* {
	margin:0;
	padding:0;
	}
	
.smallersize {
	font-size:14px;
		}
		
.smallandbold {
	font-size:14px;
	font-weight:bold;
	}
		
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(graphics/sidebar.jpg);
	background-repeat: repeat-y;
	background-position: left;
}


#full {
	width:750px;
	margin: 5px 0 0 150px;	
	}


.title_align {
	padding: 0 0 0 300px;
				}
				
.title_align2	{
	padding: 0 0 0 190px;
	}
	
#full h4 {
	font-size:20px;
	text-align:center;
	text-transform: lowercase;
	color: #000000;
	padding:0 0 6px 0;
	}
	
#linkbar, #linkbar2, #linkbar3 {
	font-size: 22px;
	width:240px;
	float:left;
	text-align:center;
	margin:0 0 0 5px;
		}
		
#linkbar, #linkbar2	{
	padding:5px 0 35px 0;
	}

#linkbar3 {
	padding:5px 0 10px 0;
	}
	
#linkbar a:link, #linkbar2 a:link, #linkbar3 a:link{
	color:#330066;
	text-decoration:underline;
	}
	
#linkbar a:hover, #linkbar2 a:hover, #linkbar3 a:hover	{
	color: #6666FF;
	text-decoration:underline;
		}
		
/*Jessie's Photo padding 73px 0 0 260px*/

#photo {
	padding: 73px 0 0 260px;
	height:350px;
	width:100px;
	float:left;
	background-image:url(graphics/jessie.jpg);
	background-repeat:no-repeat;
	background-position:center;
		}
		
#reviews {
	float:right;
	font-size:small;
	width:350px;
	border:thin #000000 solid;
	padding: 15px;
	}

#reviews p {
	margin-top:10px;
	}
	
#reviews h3 {
	text-decoration:underline;
	text-align:center;
	margin-top:15px;
	}
	
.quotes {
	font-weight:bold;
	}

.quotes_citing {
	font-weight:normal;
	font-style:italic;
	}
	

#authorphoto, #oldphoto, #jessie_sm, #jessiephoto {
	background-repeat:no-repeat;
	background-position:center;
	width:250px;
	padding: 250px 10px 10px 20px;
	float:left;
		}

#authorphoto {
	background-image:url(graphics/author.jpg);
	}

#jessiephoto{
	background-image:url(graphics/justjessie.jpg);
	}

#jessie_sm {background-image:url(graphics/jessie_sm.jpg)}

#oldphoto {
	background-image:url(graphics/china.jpg);
	}
		
#authortext p {
	font-size:17px;
	padding-top:15px;
	}

#authortext font, #authortext h2 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:33px;
	color:#330066;
	font-style:italic;
	}
	
#authortext h2, #authortext h3 {
	text-align:center;}

.aboutbook {padding:50px 5px 5px;
}	


