
/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
}
a:hover {
	color: #06F;
}
body {
	background: url(img/bkgrd-blend.jpg) repeat-x;
	background-position: bottom;
	background-color: #5970c0;
	font: normal 62.5% "arial",sans-serif;
	margin: 0;
}
input, textarea {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,table {
	font-size: 1.4em;
	padding-bottom: 1.2em;
}
ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.7em;
	margin-bottom: 4px;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 4px;
}

cite {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font: normal 1.4em "arial",sans-serif;
	color: #434e9c;
	padding-left: 28px;
}
h1,h2,h3 {
	color:  #434e9c;
	padding-top: 6px;
}
blkline {
    font: normal 62.5% "Arial",sans-serif;
}

/* misc */
.clearer {
	clear: both;
}


/* structure */
.container {
	margin: 0 auto;
	width: 752px;
}

.header {
	background: url(img/header.png) no-repeat;
	background-color: #e2d4ba;
	background-position: center;
	height: 169px;
	width: 752px;
	margin-top: 10px;
}


/* main */
.main {
	clear: both;
}

.clear {
	clear:both;height:10px;
}

/* main left */
.sidenav h1,.sidenav ul,.sidenav2 h1,.sidenav2 p {
	padding-left: 12px;
	padding-right: 12px;
}
.sidenav {
	background: #434e9c;
	float: left;
	width: 179px;
	height: 290px;
	position: absolute;
	top: 160px;
}
.sidenav h1 {
	color: #666;
	font-size: 1.3em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-top: none;
	list-style: none;
	margin: 0;
	
}
.sidenav li a {
	color: #FFCC33;
	display: block;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
	font:  normal 1.3em "arial" sans-serif;
}
.sidenav li a:hover {
	color: #FFF;
	background: url(img/rollover.png);
}

/* side bar2 */
.sidenav2 {
	background: #6380d2;
	float: left;
	width: 179px;
	text-align: center;
	position: absolute;
	top: 435px;
	height: 251px;
}
.sidenav2 p {
	font:  normal 1.2em "arial" sans-serif;
	color: #FFF;
	padding-bottom: 1.2em;
	text-align: left;
}
.sidenav2 h1 {
	color: #FFF;
	font:  bold 1.7em "arial" sans-serif;
}


/* content */
.content {
	float: right;
	width: 573px;
	background-color: #e2d4ba;	
}

.content p, .content h1, .item p{
    color: #434e9c;
	font:  normal "arial" sans-serif;
}
.content .item {
	padding: 0px 12px;
	margin: 0px;
	/*padding: 0px 12px 0px 0px;*/
	background-color: #e2d4ba;
	z-index: 0;
}
.content .pics, .content img {
	background-color: #e2d4ba;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	margin-bottom: -2px;
	z-index: 0;
}
.content .sidebar3 {
	background: url(img/sidebar3.png) repeat-y;
	width: 133px;
	height: 325px;
	z-index: 1;
	position: relative;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}

.sidebar3 p{
    color: #FFF;
}
.sidebar3 a, .sidebar3 img{
    text-decoration: none;
	border: 0;
}

.content .descr {
	color: #333;
}
.item li {
	list-style: url(img/li.gif);
	font: normal 1.2em "arial",sans-serif;
	color: #434e9c;
	margin-left: 18px;
}

.item td {
	font: normal 1.0em "arial",sans-serif;
	color: #434e9c;
}

/* salvation */
.salvation h1 {
	font-size: 1.35em;
}
.salvation h2 {
	font-size: 1.1em;
}
.salvation p, .salvation cite {
	font-size: 1.1em;
	color: #000000;
}

/* footer */
.footer {
	background: url(img/footer3.png) no-repeat;
	color: #FFF;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 0px;
	margin-bottom: 10px;
	width: 752px;
	height: 110px;
}

.footer a {
	color: #FFCC33;
	text-decoration: none;
}

.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(img/tab_bottom.gif) repeat-x bottom;
	}

.tabnav li
	{
		margin: 0;
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
.tabnav a:link, .tabnav a:visited
	{
		float: left;
		background: #f3f3f3;
		line-height: 14px;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #434e9c;
		text-decoration: none;
		color: #666;
	}

.tabnav a:link.active, .tabnav a:visited.active
	{
		border-bottom: 1px solid #e2d4ba;
		background: #e2d4ba;
		color: #000;
		text-decoration: bold; color: #5325CC;
	}

.tabnav a:hover
	{
		color: #FFCC33;
	}

	
.verse {
	clear: both;
	height: 5%;
	border-width: 1px;
	border-style: solid;
	border-color: red;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
.verse1 {
	position:absolute;
	top:0;
	right:0;
	width: 20%;
	border-width: 1px;
	border-style: solid;
	border-color: red;
	color: #FFF;
	font: normal 1.2em "arial",sans-serif;
}

.pain { 
	border-color: rgb( 100, 100, 255); 
	float: right;
	width: 300px;
	height: 210px;
}	

	