@charset "utf-8";
body  {
	font: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 20px 0 0 0; 
	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: #000000;
}
	
#container { 
	width: 98%;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; 
} 
#header { 
	background: #DDDDDD; 
	background-image:url(images/header.jpg); background-repeat:repeat-x;
	height:119px;
	padding: 0;
	border:1px hidden #000000; /*avoids margin collapse*/
}  

#sidebar1 {
	float: left;
	width: 110px; 
	background: #ffffff; 
	background-image:url(images/bar2.jpg);
	background-repeat:repeat-y;
	height:700px;
	padding: 15px 0 0 0; 
	margin: 0;
}
#sidebar1 h3 {
	margin-left: 10px;
	margin-right: 10px;
	font-size:.9em;
	font-style:normal;
	font-variant:normal;
	font-weight:300;
}
#sidebar1 .hide {
	margin-left: 10px; 
	margin-right: 10px;
	font-size:.9em;
	font-style:normal;
	font-variant:normal;
	font-weight:300;
}

#mainContent { 
	margin: 50px 20px 0 170px; 
} 
#mainContent img  {   border:3px solid #000000;  }

p {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:.9em; font-style:normal; }
.welcome {font-family:"Times New Roman", Times, serif; font-size:1em; font-style:italic; font-weight:bold; text-align:left;}
h1 {font-family:"Times New Roman", Times, serif; font-size:1em; text-align:left;}
h2 {font-family:"Times New Roman", Times, serif; font-size:1.5em; text-align:left;}
.pagetitle {font-family:"Times New Roman", Times, serif; font-size:2em; font-style:italic;}
.booktitle {
	font-family: "Times New Roman", Times, serif; 
	font-size:1.5em;
	font-style:italic; 	
	text-align:center; 
	margin-bottom:20px; }
.booktag {
	font-family: "Times New Roman", Times, serif; 
	font-size: .9em; 
	font-style:italic; 
	text-align: center; 
	margin-bottom:20px; }
.publisherinfo {
	font-family: "Times New Roman", Times, serif; 
	font-size: .9em; 
	text-align:center; }
.inleftmargin {margin-left: -150px; float:left; margin-right:-50px;}

#mainContent .cover {
	float:left;
	margin: 0 30px 15px 0; }
.review {font-family: "Times New Roman", Times, serif;}

#mainContent .noborder {border:none;}

#footer { 
	padding: 0 10px 20px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	height: 100px;
	text-align:center;
} 
#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 */
}

.collage {	border:thick outset #6699cc; float:left; margin-right:50px; margin-bottom:20px; }

p.ribbon {text-align:center; margin: 60px 0;}

a:link img, a:visited img, a:hover img, a:active img{ border:none;}

.noborder {border:none;}






/* Miscellaneous classes for reuse */
.clear { clear:both; }  /*use this on first element after a floated section to keep that following element from moving up where I don't want it */

.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;
	margin-right: 200px;	
	width: 200px;  
	margin: 0 0 10px 10px;
	background-color: #fff;
	padding: 10px;
}
	
	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

