* 
	{
	padding:0;
 	margin:0;
	}
body {
	text-align: center;
	color: #333;
	font: 200 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #81b5cf;
	}

h2 {
	font-size:110%;
	text-transform: uppercase;
}
h3 {
	font-size:95%;
	padding:5px 0 0 0;
}
/*This is the center column. This, along with the text-align command in the body, 
centers the column and gives it stretchy margins- - - - - - - - - -CONTAINER*/
#container {
	width:800px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*This is the top menu- - - - - - - - -*/
#menu {
	float:left;
	width:100%;
	background:#fff;
	line-height:normal;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding:0;
}
#menu ul {
	margin:0;
	padding:5px;
	list-style-type:none;
}
#menu ul li {
	float:left;
	margin:0;
	padding:0;
}
#menu a {
	float:left;
	display:block;
	padding:8px 50px 8px 56px;
	text-decoration:none;
	color:#006599;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
}
#menu li a:hover, #menu li a:active, #menu li a:focus {
	color:#96120d;
}
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
	#menu a {float:none;}
  /* End IE5-Mac hack */


/*Styles the main content area - - - - - - -  */
#mainContent {
	padding:50px 20px;
	background: #FFFFFF;
}
#mainContent p {
	margin: 10px 0;
	line-height: 150%;
	}
#mainContent a { 
	text-decoration: none;
	color:#006599;
	}
#mainContent a:hover, #mainContent a:active, mainContent a:focus {
	color:#96120d;
	}
#mainContent ul {
	margin: 0 0 8px 20px;
	list-style: url(images/global/sparklet.png) none outside;
	}
#mainContent ul li {
	line-height: 120%;
	padding: 0 0 6px 0;
	}

#mainContent p .tab {
	position:relative;
	left:45px;
}
#mainContent p .indent {
	position: relative;
	left:30px;
}
/*Right sidebar*/
#sidebar1 {
	float: right; 
	width: 20em;
	background: #fff;
	padding: 15px 0;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/*For review boxes*/
.box {
  width:100%;
  background: #000;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:90%;
  float:right;
  margin: 0.2em;
  padding: 0.2em;
  text-align:left;

}
.box p  {
	color:#fff;
   	padding:0.5em;
   	margin:0;
	line-height:.5em;
}
.box h3 {
	font-size:110%;
	color:#ccc;
	text-align:center;
	border-bottom: 1px solid #fff;
}
blockquote {
	color:#fff;
	line-height:1.4em;
	padding:.5em;
   	margin:0;
}

#booksby {
	text-align:center;
	background:#006599;
}
#booksby p {
	color:#fff;
}

.poem {
	margin-left:60px;
}

.centered {
	text-align:center;
	padding: 0 5%;
	margin:0 0 30px 0;
}
p.centered img {
	border:1px solid #ccc;
	padding:3px;
	margin:10px 12px;
}
#bookthumbs {
	border:1px solid #333;
}
#bookthumbs a{
	border:none;
}

#footer { 
	padding: 0 10px;
	background:#006599;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:80%;
	color:#fff;
	text-align:center;
}
	

.fltright {
	float: right;
	margin: 0 20px 0 8px;
}
img {
	border:1px solid #ccc;
	padding:5px;
}
img a {
	border:none;
}

.imageCaption {
  width: 100%;
  margin: 0.2em;
  padding: 0.2em;
}
.imageCaption p {
  text-align: center;
  font-size: smaller;
  text-indent: 0;
}