/* christianitystyle.css */
/* version 1.0 */


/* HOW to Get The Sitemap at Bottom of Christianity Pages */
/*   need to know this if want to add extra sections later on   */
/*   so that we can create the .png image   */
/*    <div id="christsitemap">    */
/*     <a class="christ" href="critical_thinking.htm">    */
/*      <span style="font-size: 1.4em;">Next Section : Brief History of Religion</span><br>The evolution of religion.<br><br>    */
/*      <img class="resize_fit_center" src="next_critical.png" alt="next section : critical thinking" style="border-style: none">    */
/*     </a>    */
/*    </div>    */


/* handy notes */
/*    padding: a b c d;    */
/*                       top right bottom left     */
/*    padding: a b;    */
/*                       a = top + bottom     */
/*                       b = right + left     */


#submenu { width:62%; }
.christsection { width: 35%; }

#christsitemap {
 margin: auto;
 padding: 5px 0px;
 margin-bottom: 2em;
 text-align: center;
}
a.christ { text-decoration: none; color: #000000; }
a.christlast { margin-right: 75px; }
a.christnext { margin-left: 75px; }

