body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #A7BBC5;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 760px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	background: #fff;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#mainContent {
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 0px;

}

#footer {
	padding: 0 10px 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
} 
#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 */
}
.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: 30px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 40px;
}
.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;
}


p {
	font-size: 13px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: -2px;
	margin-right: 10px;
	margin-left: 10px;
}
.large {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 28px;
}

.p2 {
	margin-bottom: -5px;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 20px;
}

.booktitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #A70E13;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	line-height: 36px;
	color: #861d2c;
	margin-left: 10px;

}
.active {
	color: #A70E13;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	color: #861d2c;
	margin-left: 10px;
	margin-bottom: -5px;
	margin-top: 30px;


}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	color: #861d2c;
	margin-top: 35px;
	margin-left: 10px;
	margin-bottom: -5px;
	font-weight: bold;
}

.small {
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
}

.footer {
	font-size: 8px;
	line-height: 12px;
	font-family: Verdana, Geneva, sans-serif;
}


a {
	color: #6a8773;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;

}

/* Text Links */

}

.small {
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 18px;
}
a:link {
	color: #174577;
	text-decoration: none;

}
a:visited {
	color: #174577;
	text-decoration: none;

}
a:hover {
	color: #861d2c;
	text-decoration: underline;
}


}
.sidebarlower {
	font-size: 12px;
	margin-left: 10px;
}

}.sidebarupper {
	font-size: 12px;
	margin-left: 10px;
	line-height: 16px;
	top: auto;
}
.sidebarupper2 {
	font-size: 12px;
	line-height: 16px;
}





/* Top navigation buttons for Language of Grief */

#about
{
  display: block;
  width: 150px;
  height: 40px;
  background: url("nav/about.gif") no-repeat 0 0;
}
#about:hover
{ 
 background-position: 0 -40px;
}
#about span
{
  display: none;
}

#books
{
	display: block;
	width: 150px;
	height: 40px;
	background: url("nav/books.gif") no-repeat 0 0;
}
#books:hover
{
	background-position: 0 -40px;
}
#books span
{
  display: none;
}


#events
{
  display: block;
  width: 150px;
  height: 40px;
  background: url("nav/events.gif") no-repeat 0 0;
}
#events:hover
{ 
 background-position: 0 -40px;
}
#events span
{
  display: none;
}


#buy
{
  display: block;
  width: 150px;
  height: 40px;
  background: url("nav/buy.gif") no-repeat 0 0;
}
#buy:hover
{ 
 background-position: 0 -40px;
}
#buy span
{
  display: none;
}



#pubwork
{
  display: block;
  width: 150px;
  height: 40px;
  background: url("nav/pubwork.gif") no-repeat 0 0;
}
#pubwork:hover
{ 
 background-position: 0 -40px;
}
#pubwork span
{
  display: none;
}

#contact
{
  display: block;
  width: 150px;
  height: 40px;
  background: url("nav/contact.gif") no-repeat 0 0;
}
#contact:hover
{ 
 background-position: 0 -40px;
}
#contact span
{
  display: none;

}

#preface
{
	display: block;
	width: 115px;
	height: 20px;
	background: url("nav/preface.gif") no-repeat 0 0;
}
#preface:hover
{ 
 background-position: 0 -20px;
}
#preface span
{
  display: none;
}

#poems
{
  display: block;
  width: 115px;
  height: 20px;
  background: url("nav/poems.gif") no-repeat 0 0;
}
#poems:hover
{ 
 background-position: 0 -20px;
}
#poems span
{
  display: none;
}

#purchase
{
  display: block;
  width: 115px;
  height: 20px;
  background: url("nav/purchase.gif") no-repeat 0 0;
}
#purchase:hover
{ 
 background-position: 0 -20px;
}
#purchase span
{
  display: none;
}

#praise
{
  display: block;
  width: 115px;
  height: 20px;
  background: url("nav/praise.gif") no-repeat 0 0;
}
#praise:hover
{ 
 background-position: 0 -20px;
}
#praise span
{
  display: none;
}

/* Top navigation buttons for Published Work */

#essays
{
  display: block;
  width: 115px;
  height: 20px;
  background: url("nav/essays.gif") no-repeat 0 0;
}
#essays:hover
{ 
 background-position: 0 -20px;
}
#essays span
{
  display: none;
}

#interviews
{
  display: block;
  width: 115px;
  height: 20px;
  background: url("nav/interviews.gif") no-repeat 0 0;
}
#interviews:hover
{ 
 background-position: 0 -20px;
}
#interviews span
{
  display: none;
}

#fiction
{
  display: block;
  width: 115px;
  height: 20px;
  background: url("nav/fiction.gif") no-repeat 0 0;
}
#fiction:hover
{ 
 background-position: 0 -20px;
}
#fiction span
{
  display: none;
}

#poetry
{
  display: block;
  width: 115px;
  height: 20px;
  background: url("nav/poetry.gif") no-repeat 0 0;
}
#poetry:hover
{ 
 background-position: 0 -20px;
}
#poetry span
{
  display: none;
}

.bluebackground {
	font-size: 12px;
	color: #FFF;
	background-color: #174577;
}
.poem-title {
	font-weight: bold;
	margin-top: 30px;
	font-size: 15px;
}

/* Top navigation bar for books pages */

#language
{
  display: block;
  width: 230px;
  height: 20px;
  background: url("nav/language-grief.gif") no-repeat 0 0;
}
#language:hover
{ 
 background-position: 0 -20px;
}
#language span
{
  display: none;
}

#variations
{
  display: block;
  width: 200px;
  height: 20px;
  background: url("nav/variations.gif") no-repeat 0 0;
}
#variations:hover
{ 
 background-position: 0 -20px;
}
#variations span
{
  display: none;
}

#relief
{
  display: block;
  width: 115px;
  height: 20px;
  background: url("nav/relief.gif") no-repeat 0 0;
}
#relief:hover
{ 
 background-position: 0 -20px;
}
#relief span
{
  display: none;
}
