@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: "Futura light", Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size: 88%;
	background-color: #CC9933;
}
p {
	font-size: 1em;
	line-height: 1.8em;
}
a {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
}
a:link {
	color: #990000;
	text-decoration: none;
}


a:hover {
	color: #cc6633;
}




h2 {
	font-weight: normal;
	color: #990000;
	font-size: 1.5em;
	letter-spacing: .2em;
}
h3 {
	font-weight: normal;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	font-size: 1.2em;
}


h4 {
	font-weight: normal;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	font-size: 1.2em;
}
h5 {
	font-size: 1.2em;
	line-height: normal;
	font-weight: normal;
}


#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom: 12px;
} 
#header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 18px;
	padding-left: 44px;
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



#mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 225px;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 4px;
} 


#mainContentIndex {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 225px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 4px;
} 






#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
}
#sidebar1 li {
	list-style-type: none;
	line-height: 2em;
}
#sidebar1 a {
	color: #990000;
	text-decoration: none;
}


#sidebar1 a:link {
}

#sidebar1 a:hover {
	color: #cc6633;
	font-weight: bold;
}



#contact{
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
	padding-right: 60px;
	padding-bottom: 0;
} 


.thumbnail    {
	color: #333333;
	font-size: 85%;
	display: inline;
	margin: 10px 15px 20px;
	float: left;
	text-align: center;
}





.thumbnail1centered    {
	color: #000000;
	font-size: 85%;
	display: inline;
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
	padding-left: 150px;
	padding-right: 44px;
}




.thumbnail2wide    {
	color: #333333;
	font-size: 85%;
	display: inline;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
	text-align: center;
	padding-left: 80px;
}

.thumbnail2wide a, .thumbnail2wide a:hover {
	color: #000000;
	text-decoration: none;
}



.thumbnail a, .thumbnail a:hover {
	color: #000000;
	text-decoration: none;
}


.booklisting {
	padding-left: 44px;
	color: #000000;
	display: block;
}


.bookdescription {
	font-size: 0.9em;
	color: #666666;
	line-height: 1.5em;
}
.reviews {
	text-align: justify;
}








.emphasis {
	color: #990000;
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

.indexparagraph{
	padding-bottom: 22px;
	padding-right: 45px;
	text-align: justify;
	display: block;
}



.paragraphunderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 12px;
	padding-right: 18px;
	text-align: justify;
	display: block;
}

#footer {
	padding: 0 10px 0 20px;
	font-size: 90%;
	color: #666666;
	text-align: center;
	line-height: 1.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
} 
#footer a {
	color: #993333;
	text-decoration: none;
}
#footer a:hover {
	color: #cc6633;
	text-decoration: underline;
}
#footer  li  {
	display: inline;
	list-style-type: none;
	margin-right: 33px;
	margin-left: 33px;
}

 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #999999;
	font-size: 90%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding-top: 16px;
	padding-right: 12px;
	padding-bottom: 12px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.replacedtext {
	display: none;
}
.clearboth {
	clear: both;
}
.centeredheading {
	text-transform: capitalize;
	color: #990000;
	font-size: 120%;
	padding-left: 210px;
}



.bookdescription a {
	color: #990000;
}

.asterisk {
	padding-left: 66px;
}
.bookimage {
	float: left;
	margin-right: 8px;
	padding-top: 16px;
	padding-right: 12px;
	padding-bottom: 22px;
	margin-top: 12px;
}
