@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FF9900;
	width: 100%;
	background-repeat: repeat;
}
#container {
	background-color: #Faf2d1;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#container #header {
	background-color: #CC3300;
	position: relative;
	height: 30px;
	width: 100%;
}
#container #headerBar {
	background-color: #000000;
	position: relative;
	height: 4px;
}
#container #headerSquares {
	background-color: #faf2d1;
	position: relative;
	height: 42px;
	background-image: url(../images/headerSquares.gif);
	background-repeat: repeat-x;
}
#container #LeftNav .fostering {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC3300;
	margin: 5px;
	padding: 0px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 5px;
	padding: 0px;
}
#container #LeftNav .date {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #CC3300;
	margin: 5px;
	padding: 0px;
}
#container #LeftNav li {
	list-style-type: none;
	margin-bottom: 8px;
}

#container #footer {
	background-color: #CC3300;
	position: relative;
	height: 45px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.footerText {
	margin-left: 8px;
}


#container #footerBar {
	background-color: #000000;
	height: 4px;
}
#container #footerSquares {
	background-color: #faf2d1;
	position: relative;
	height: 42px;
	background-image: url(../images/headerSquares.gif);
	background-repeat: repeat-x;
}
#container #footer li {
	float: right;
	position: relative;
	list-style-type: none;
	right: 5px;
	margin: 0px;
	padding-top: 0px;
}
#bookImage {
	position: absolute;
	left: 5%;
	top: 0px;
	z-index: 20;
	margin-left: 3px;
}
#container #content {
	width: 70%;
	position: relative;
	left: 220px;
}
#container #content .Main {
	padding: 10px;
	width: 100%;
	position: relative;
	clear: both;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.pictureLeft {
	padding: 5px;
	float: left;
}
.pictureRight {
	padding: 5px;
	float: right;
}

.ageGroup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding: 1px;
	font-style: italic;
}
.bookTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC3300;
	margin: 0px;
	padding: 1px;
	font-weight: bold;
}
.Author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	margin: 0px;
	padding: 1px;
	font-weight: bold;
}
#container  #LeftNav {
	width: 200px;
	position: absolute;
	z-index: 17;
	height: 500px;
	margin-left: 4px;
}
.bookdescription {
	line-height: normal;
	margin-bottom: 15px;
}
#container #LeftNav li a:link {
	color: #000000;
}
#container #LeftNav li a:hover {
	color: #FF0000;
}

