﻿html { background-color: #6699ff; } 

body { 
    width: 1000px;   
    margin-left: auto;   
    margin-right: auto;  
    margin-top: 20px;     }

p {
 font-size: medium; 
   font-family: Arial, Helvetica, sans-serif;
   text-align: left;
   text-indent: 15px;
   margin: 0px 0px 0px 12px;
   line-height: normal; 
}

/* LIst characters */
       li
       {
           text-indent: 20px;
           text-align: left;
           font-family: sans-serif;
           margin-left: 25px;
           font-size: 14px; 
       }

.ContGraf {
    margin-top: 12px;
}

.centered {
   text-indent: 0px;
   text-align: center;
}

  h2
{
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: xx-large;
  text-align: center;
  margin: 0px 0px 10px 0px;
  }

#Header {
 width: 1000px;
 height: 159px;
            float: right;
            border-top-right-radius: 25px;
            border-bottom-right-radius: 25px;
  background-color: #33cccc;
   }

#Sidebar {
   width: 20%;    float: left;   
            border-radius: 25px;                /* look into changing to % for mobile  */
            background-color: #FFFF66;          /* lighter yellow as of June 2016  */
        }

#MainContent {width: 70%; float: right; margin-right: 20px; margin-top: 2%; border-radius: 25px;  background-color: #FFFFFF; }

#ChangingContent {
            width: 720px;
            float: right;
              margin-right: 00px;
  margin-top: 20px;
  background-color: #F8EF9E; 
/*                        border-radius: 25px;    */
        }

.menu-noindent {
/*            font-family: Arial, Helvetica, sans-serif;
            text-align: left;
            text-indent: 5px;
            font-size: 12px;   */
        }

.menu-10indent {
/*            font-family: Arial, Helvetica, sans-serif;
            text-align: left;
            text-indent: 15px;
            font-size: 12px;  */
        }

/* used in the various pages that display books  */
.bookcover {              width: 250px;          }

/* Social Table is at the bottom of the page and has facebook and twitter links*/
 /* SocialTable replaces style1 and SocialData replaces style2 */
     .SocialTable   {        width: 100%;                                 margin-top: 2%; margin-bottom: 2%;     }
    .SocialData    {        margin-left: 20%;
                            width: 50%;
    }

