
body {
	margin : 10px, 10px, 10px;
	padding : 0px;
	text-align : center;
	background-image : url(./images/body-background.gif);
	background-repeat : repeat;
}

div#container {
	margin-top : 10px;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	width : 800px;
}

div#container #header {
	border-width : 0px 0px 1px 0px;
	border-style : solid;
	border-color : #000000;
	padding-left : 5px;
	padding-top : 10px;
	padding-bottom : 5px;
	background-color : #972388;
	position : relative;
	width : 800px
}

div#container #maincontent {
	background : #FFFFFF;
	width : 800px;
	margin : 0px;
	padding : 0px 0px 7px 0px;
	position : relative;
}

div#container #footer {
	border-width : 1px 0px 0px 0px;
	border-style : solid;
	border-color : #753E08;
	margin : 0px;
	padding-top : 5px;
	padding-left : 5px;
	padding-bottom : 5px;
	background : #FF0000;
	background-image : url(./images/footer-background.jpg);
	background-repeat : no-repeat;
	width : 800px;
	clear : both;
}

div#container #maincontent #leftcol {
	background : #FFFFFF;
	margin-left : 150px;
	padding : 0px;
}

div#container #maincontent #leftcol #content {
	background : #FF00FF;
	position : relative;
}

div#container #maincontent #leftcol #content #leftnav {
	border-width : 1px 1px 1px 1px;
	border-style : solid;
	border-color : #FF0000;
	position : absolute;
	top : 10px;
	left : -150px;
	background :#FFFFFF;
}

div#container #maincontent #leftcol #content #middle {
	background : #FFFFFF;
	padding-left : 5px;
}

div#container #maincontent #leftcol #content #leftnav ul {
	list-style-type : none;
	margin : 0px;
	padding : 2px;
}

div#container #maincontent #leftcol #content #leftnav a {
	display : block;
	width : 130px;
	margin : 0;
	padding : .2em .4em;
	text-decoration : none;
	font-size : .8em;
	font-family : arial narrow;
	color : #000000;
}

div#container #maincontent #leftcol #content #leftnav a:hover {
	color : #FF0000;
}

div#container #footer p {
	font-size : .7em;
	font-family : verdana;
	font-weight : 600;
	color : #000000;
	margin : 0px;
	padding : 0px;
}

.stdtext {
	font-family : Trebuchet MS;
	font-size : .9em;
	font-weight : 500;
	color : #2F2F81;
	padding-left : 10px;
	padding-right : 20px;
}

.scripture {
	font-family : Trebuchet MS;
	font-size : .7em;
	font-weight : 600;
	color : #000000;
	padding-left : 10px;
	padding-right : 20px;
}

.pictright {
	float : right;
	padding : 10px;
	margin-left : 15px;
	margin-bottom : 15px;
	position : relative;
}

.thumbnail {
	float : left;
	width : 125px;
	margin : 0px 5px 15px 0px;
	padding : 5px;
	background : #FFFFFF;
	position : relative;
}

.thumbnail a {
	text-decoration : none;
	font-family : Trebuchet MS;
	font-size : .8em;
	font-weight : 600;
	color : #2F2F81;
}

.rightbox {
	position : absolute;
	top : 250px;
	left : 653px;
	border : 1px;
	border-style : solid;
	border-color : #FF0000;
	font-family : Trebuchet MS;
	font-size : .7em;
	color : #FFFFFF;
	text-align : center;
	background : #972388;
	padding : 3px;
	width : 123px;
}

.rightinnerbox {
	margin : 3px 0px;
	padding : 3px;
	color : #000000;
	background : #FFFFFF;
}

.list {
	list-style-type : none;
	margin : 0px 0px 0px 15px;
	padding : 2px;
}

.list a {
	display : block;
	width : 380px;
	margin : 0px;
	padding : .2em .4em;
	text-decoration : none;
	font-family : Trebuchet MS;
	font-size : .9em;
	color : #E55E27;
}

.listtext {
	font-family : Trebuchet MS;
	font-size : .9em;
	color : #972388;
}

.listtext li {
	margin : 0px;
	padding : 3px;
}

.clearboth {
	clear : both;
}