/* <-------------------- Body -------------- */
body {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 62.5%;
margin: 0px auto;
padding: 0px;
background-color:#000000;
}

#holder {
width: 790px;
}

#scripture {
width: 275px;
padding: 0 0 0 15px;
float:left;
}


#links {
padding: 2px 0px 10px 5px;
border-left: 1px solid #CCCCCC;
margin-left: 20px;
}

/* <-------------------- Typography: Scriptures -------------- */

p {
font-size: 1.4em;
/*/*/line-height: 1.5em; /* */
color: #FFFFFF;
}

.NIV {
font-size: 1.2em;
/*/*/line-height: 1.2em; /* */
color: #FFFFFF;
text-align:right;
}


/* <-------------------- Typography: Links -------------- */

#links p {
font-size: 1.3em;
/*/*/line-height: 1.3em; /* */
color: #CCCCCC;
}


#links a, a:active {
color: #FFFFCC;
text-decoration: underline;
}

#links a:hover {
text-decoration: none;
}

.left {
text-align:left;
}

.right {
text-align:right;
}

.center {
text-align:center;
}
