body{
    background-image:url("../images/Cross1.jpg");
    font-family:"droid-sans", sans-serif;
}
h1{
    margin:.25em;
    text-align:center;
    font-family:"Eagle Lake", cursive;
}
h2{
    margin:.125em .25em;
    text-align:center;
    font-family:"Eagle Lake", cursive;
}
div.blockquote{margin:2em;font-size:smaller}
.menu{
	text-decoration:none;
	display:inline;
	clear:both;
	height:auto;
	text-align:center;
	width:auto;
}
.sf-menu{
    display:table;
    margin: 0 auto;
    /* changes to the width require adjustments to sp.js, which calculates left-margin values */
    width: 525px;
}
.menu ul{
    padding:0;
    margin-left:50px;
}
.menu li{
    padding:0em .25em;
    display:inline;
}
.menu li:first-letter{
    font-family:"Eagle Lake", cursive;
}
.footer{
    text-align:center;
    display:block;
}
.caption{
    font-style:italic;
    text-align:center;
    padding:20px 0px;
}
.overview{
    padding:20px 0px;
}
.subpagethumb{
    display:table-cell;
    padding:10px;
    text-align:center;
}

table{text-align:center}
thead{font-weight:bold}
tr:nth-child(even){background: #C0C0C0}

div.title{margin-top:20px;font-weight:bold}
div.creator{font-style:italic;margin-left:20px}
div.publisher{margin-left:20px}
div.summary{margin-left:40px;margin-top:10px;font-style:italic}

#quote{
    text-align:center;
    font-style:italic;
    font-size:1.5em;
    color:gray;
}
#soundswitch{
    font-family:"droid-sans", sans-serif;
    font-size:.5em;
    text-align:center;
    float:right;
    position:fixed;
    width:60px;
    top:5px;
    right:5px;
}
#subpage-about{
    text-align:center;
}
#subpage-data{
    display:table;
    width:100%;
}
#subpage-name{
    font-size:larger;
    font-variant:small-caps;
}