@charset "UTF-8";
/* CSS Document */

body {
	color: #333333;
	background: #744082;
	line-height: 16pt;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	}
	
.LeftPic {
	margin: 0px;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#content {
	background: url(imgs/back.jpg);
	}
	
#left {
	float: left;
	width: 90px;
	border: 0;
	background: url(imgs/leaves.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 120px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 14px;
	line-height: normal;
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	letter-spacing: 0em;
	}

img {
	border: 0px;
	}
	
#right {
	float: right;
	border: 0;	
	padding: 15px 35px 15px 0px;
	width: 610px;
	overflow: hidden;
	}
	
	
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #660066;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}

	
blockquote {
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(imgs/quote.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #5B4E44;
	}
	
.quoted {
	font-weight: bold;
	font-style: italic;
	}
	
.bookstore {
	padding: 15px;
	border: 1px dotted #996633;
	margin-bottom: 15px;
	}
	
	.bookstore:hover {
		background: #DED7AD;
		border: 1px solid #996633;
		}
	
.bookstore img {
	float: left;
	padding-right: 10px;
	}

.bookstore input {
	float: right;
	margin-left: 15px;
	margin-top: 15px;
	}

.price {
	font-weight: bold;
	font-style: italic;
	color: #660066;
	font-size: 14px;
	}
.underline {
	text-decoration: underline;
}
.Large {
	font-size: 18px;
}
.Larger {
	font-size: 24px;
	line-height: 150%;
}

.LeftBorder {
	margin: 0px;
	float: left;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
}
