/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
}

.internal_navigation {
	font-size:80%;
}

.scripture_reference {
	font-size:80%;
	/*font-weight:lighter;*/
	}

#leftColumn{
float:left;
width:170px;
padding-right:5px;
}

#rightColumn{
float:left;
width:430px;
}

#header{	
padding:5px;
	height:130px;
	background-image:url(/images/headerBackground.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border-left-style: groove; 
	border-left-width: thin;
	border-left-color: #648F47;
}

#content{
	padding:5px;
	border-left-style: groove; 
	border-left-width: thin;
	border-left-color: #648F47;
}

#mainwindow {
width:610px;
}

.imageLeft {
	padding:5px 5px 5px 0;
}