body {

	background-color: #024586;
	}
	
.header {
	height: 175px;
	}

.content {
	position: relative;
	float: left;
	margin-left: 12%;
	width: 800px;
	height: 100%;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 20px;
	background-color: white;
	background-position:   left top;
	background-repeat: no-repeat;
	text-align: left;
	color:#024586; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	font-size:12px; 
	font-family:Arial, Verdana, sans-serif; 
	border-right-style:solid; 
	border-right-color:gray; 
	border-top-style:solid; 
	border-top-color:gray; 
	}

#main_content {
	float:left;
	width:100%;
	position:relative;
	right:30%;
	background:#ffffff; /* column 1 background colour */

}

#sidebar {
	clear:left;
	float:left;
	width:97%;
	overflow:hidden;
	background:#8a8e90; /* column 2 background colour */


}
#col1 {
	float:left;
	width:65%;
	position:relative;
	left:32%;
	overflow:hidden;


}
#col2 {
	float:left;
	width:28%;
	position:relative;
	left:37%;
	overflow:hidden;
	padding-top:10px;
	color: white;
}

img {
	border: none;
	padding: 5px;
	}
	
h1 {
	color:#024586;
	font: 25px;
	text-align: center;
	font-style: italic;
	}	


#invisible a:link, #invisible a:visited {
	font-size: 14px;
	text-decoration: none;
	color: white;
	font-family: arial;
	}	

	
#rightjustify {
	position: absolute;
	text-align: right;
	}
	
#lastupdate {
	position: relative;
	text-align: right;
	font-size: 10px;
	margin-right:25px;
	
	}
	
#leftjustify {
	float: left;
	text-align: left;
	}
	
#current {
	background-color: black;
	color: gray;
	}


.link {
	color: white;
	font-size: 15px;
	text-decoration: none;
	text-align: left;
	}
	
#footer {
	clear: both;
	padding: 30px 0 0 0;
	height: 1%;
	position: relative;

}

.special {
	font-weight: bold;
	font-style: italics;
	}
	
a:link, a:visited, a:active {
	font-decoration: underline;
	}
a:hover {
	font-decoration: underline;
	font-weight: bold;
	font-style: italics;
	}

.scripture {
	font-style: italics;
	font-size: 80%;
	}
