html, body {
   height:100%;
   margin: 0;
   padding: 0;
   border: none;
   text-align: center;
   color:#323232;
   background-color: #EFE9D2;
   font-family: Arial, Verdana, sans-serif;
   font-size: 13px;
   line-height: 16px;
   text-align: justify;
}

.header {
   border-bottom: 1px solid #777469;
}


a.home_links{

}
a.home_links:hover{
   border-bottom: 2px solid #C7204A;
}
a.home_links_on{
  border-bottom: 2px solid #C7204A;
}
a.home_links_on:hover{
   border-bottom: 2px solid #C7204A;
}
.book_titles{
   color: #C7204A;
   font-weight: bold;
   font-style: italic;
}
.book_exceprt_title{
   color: #C7204A;
   font-weight: bold;
}

.mindful_title{
   color: #C7204A;
   font-weight: bold;
   font-size: 15px;
}

.page_headers{
   color: #C7204A;
   font-weight: bold;
   font-size: 15px;
}
.endorsments{

}
.endorsment_name{
   padding-left: 50px;
   font-weight: bold;
}

/*Image styles*/
.floater_right {
   float:right;
   margin: 5px 0px 0px 20px;
}
.floater_left {
   float:left;
   margin: 5px 20px 0px 0px;
}
.center{
   text-align: center;
}
.photo_caption{
   font-weight: bold;
}
.text_header{
  font-weight: bold;
}
.about_sue_copy{
   text-align: justify;
}

.sue_copy_bold{
   text-align: justify;
   font-weight: bold;
   line-height: 18px;
}
.sue_copy_bold_lg{
   font-size: 16px;
   font-weight: bolder;
}

.small_quote{
   padding-left: 50px;
   padding-right: 50px;
}
.small_quote_endorser{
   padding-left: 30px;
}
.small_quote_book_title{
    font-style: italic;
}


.mindful_links{
   padding-left: 100px;
}
a.mindful_links{
   padding-left: 0px;
   color:#323232;
   text-decoration: underline;
}

.copyright {
   font-family: Arial, Verdana, sans-serif;
   font-size: 12px;
   color: #938658;
}
a.copyright{
   color: #938658;
   text-decoration: underline;
}
a.copyright:hover{
  color: #7E734B;
  text-decoration: underline;
}