/*journal wide - image as background on all journal pages*/

body {
	background-color: #FFFFFF;
	background-image:   url(../img_site/journalINDbkgr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px; 
	padding: 0px;
}

/*temporary to work on three column css display */

.bkgrimage {
	position: absolute;
	background-color: #FFFFFF;
	background-image:   url(../img_site/journalINDbkgr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px; 
	padding: 0px;
	}

/*journal wide - journal navigation position and properties*/

.journal {
	position: absolute;
	z-index: 3;
	height: 12px;
	width: 100px;
	left: 565px;
	top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #184B81;
}
.archives {
	position: absolute;
	z-index: 3;
	height: 12px;
	width: 100px;
	left: 591px;
	top: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #184B81;
}
.biography {
	position: absolute;
	z-index: 3;
	height: 12px;
	width: 100px;
	left: 591px;
	top: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #184B81;
}
.links {
	position: absolute;
	z-index: 3;
	height: 12px;
	width: 100px;
	left: 591px;
	top: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #184B81;
}
.photography {
	position: absolute;
	z-index: 3;
	height: 12px;
	width: 100px;
	left: 565px;
	top: 230px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #184B81;
}
.poetry {
	position: absolute;
	z-index: 3;
	height: 12px;
	width: 100px;
	left: 565px;
	top: 280px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #184B81;
}

/*journal wide - image pgbypg position only*/

.pgbypg {
	z-index: 2;
	left: 319px;
	top: 177px;
	position: absolute;
	height: 55px;
	width: 166px;
}

/*journal index, entries & recipes - title position and properties*/

.datetitle {
	z-index: 2;
	left: 280px;
	top: 260px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #184B81;
	height: 100px;
	width: 200px;
}

/*jarch, jbio, jnicknames, jlinks - title position*/

.jarch {
	z-index: 2;
	left: 280px;
	top: 260px;
	position: absolute;
}

/*archives, biography, index, links, nicknames - contents one column div*/

.jblock {
	position: absolute;
	z-index: 4;
	height: auto;
	width: 728px;
	left: 120px;
	top: 370px;
	background-color: #FFFFFF;
	border: 1px #FFFFFF;
}

/*journal entries and recipes - contents three column table*/

.jtable {
	position:absolute; 
	width:200px;
	border:none; 
	z-index:4; 
	left: 15px; 
	top: 370px;
	}
