@charset "utf-8";
body  {
	background:#01407d url(../images/bg.jpg) repeat-x;
	font: 90% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #f9f8ff;	
}
img{border:none;}
*{margin:0;padding:0;}
a{color:#73cbf3; text-decoration:none;}
a:hover{color:#aaf7ff; text-decoration:none;}
table{border-collapse:collapse; table-layout:fixed;}
td{ vertical-align:top;}
/*......................................................................layout divs*/
#container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #01407d url(../images/content_bg.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: url(../images/head_bg.jpg); 
	padding: 0; 
	height:191px;
	margin:0;
} 
#header img {
	margin: 0; 
	padding:0 0 0 110px;
}
#content {
	background:url(../images/body_bg.jpg) no-repeat;
	width: 950px;  
	margin:0;
	padding:0;
	text-align: left;
	}
/*......................................................................NAV*/
#nav { 
	height:40px;
} 
#nav ul{
	padding:10px 0 0 20px;
	margin:0;
	list-style-type: none;
	text-align: left;
}

#nav li {
	float:left;
	margin:0;
	}

#nav li a{
	display:block;
	text-decoration: none;
	border-right:1px solid #fff9f9;
	color:#fff9f9;	
	padding:3px 8px;
	margin:0;
	font:bold 12px Arial, Helvetica, sans-serif;
}

#nav li a:hover{
	color: #01407d;
}

#nav a.right { border:none; }

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	
	padding: 15px 10px 15px 40px;
}
#mainContent { 
	margin: 20px 0 0 320px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer { 
	padding: 0 10px 0 340px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
	font-size:70%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*................................................gallery table*/
.gallery td p{
	vertical-align:top; 
	text-align:left;
	margin:4px 2px 0.2em 2px;
	font-size:100%;
	}
.price{font-size:100%; color: #FF6600; font-weight:bold;}
.gallery td img{border:2px solid #000000; margin:8px 0}
.gallery td a{color:#73cbf3; font-weight:bold;}
.gallery td h3{color: #75cff8; font-weight:bold; font-size:110%;margin:8px 0 0 0;}
.gallery td{border-bottom:1px dotted #fff;}
/*................................................text styles*/
p {
	color:#f9f8ff;
	font-size:90%;
	margin:0.7em 0;
	line-height:1.3em;
	}
.rhyme {
	text-align:center;
	}
.rhyme p {
	color:#f9f8ff;
	font-size:110%;
	margin:0.7em 0;
	line-height:1.5em;
	text-align:center;
	}
h1 {
	color:#00102c;
	font-size:190%;
	margin:0.7em 0;
	line-height:1.2em;
	border-bottom:1px dotted #00102c;
	display:block;
	}
h2 {
	color:#00102c;
	font-size:150%;
	margin:0.7em 0;
	}
h3 {
	color:#00102c;
	font-size:120%;
	margin:0.7em 0;
	}
#sidebar1 p{
	color: #ccf3fe;
	margin:0.7em 0;
	}
#sidebar1 h3 {
	color: #0099FF;
	font-size:120%;
	margin:0.7em 0;
	}
#sidebar1 h4 {
	color: #0099FF;
	font-size:80%;
	margin:0.5em 0;
	font-weight:bold;
	}
p.caption {
	font-size:75%;
	}
h4 {
	color:#00102c;
	font-size:100%;
	margin:0.7em 0;
	}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:70%
}

/*----------------------------------------------------------------------verses columns*/
/* home page columns*/ 
.leftColumn, .centreColumn, .rightColumn {
	height: 100%;
}
.leftColumn img, .centreColumn img, .rightColumn img {
	border:2px solid #000000;
}
.leftColumn p, .centreColumn p, .rightColumn p {
	padding-left:2%;
	}
.leftColumn a, .centreColumn a, .rightColumn a {
	color:#000;
	font-size:120%;
	text-decoration: none;
	font-weight: normal;
	margin-left:2%;
	}
.leftColumn a:hover, .centreColumn a:hover, .rightColumn a:hover {
	color:#0099ff;
	text-decoration: none;
	font-weight: normal;
	}
.leftColumn {
	float: left;
	padding-right: 10px;
	width: 179px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 179px;
}
.centreColumn {
	float: left;
	padding-right: 10px;
	width: 179px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 179px;
}
.rightColumn {
	float: left;
	width: 179px;
}
.leftColumn a#one{
	DISPLAY: block; WIDTH: 179px; HEIGHT: 214px; background:url(../images/verse1_sm.jpg); border:2px solid #000000; text-indent:-10000px; 
}
.centreColumn a#two{
	DISPLAY: block; WIDTH: 179px; HEIGHT: 214px; background:url(../images/verse2_sm.jpg); border:2px solid #000000; text-indent:-10000px; 
}
.rightColumn a#three{
	DISPLAY: block; WIDTH: 179px; HEIGHT: 214px; background:url(../images/verse3_sm.jpg); border:2px solid #000000; text-indent:-10000px; 
}
.leftColumn a#one:hover, .centreColumn a#two:hover, .rightColumn a#three:hover{
	background-position: -179px 0px; 
}
/*----------------------------------------------------------------------verses list*/
.verse ul {
	padding:0 0 0 10px;
	margin:0;
	list-style-type: none;
	text-align: left;
}
.verse li{
	padding:0;
	margin:0;
	list-style-type: none;
	text-align: left;
	line-height:1.5em;
}
.verse li a{
	background:url(../images/bullet_arrow.png) no-repeat left 2px;
	padding:0 0 0 18px;
	}
	
.clearer{
	 height:1px;
	 overflow:hidden;
	 margin-top:-1px;
	 clear:both;
}
img.book{
	margin:0 100px;
	border:4px solid #000000;
	}
img.border{
	border:4px solid #000000;
	}
hr {
	margin:0px;
	border-top: 1px dotted #000;/*the border*/
	width: 98%;
	height: 1px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}

