body.content {
	background: #6D767B;
	width: 100%;
    font-family: Arial,Verdana,Helvetica sans-serif;
	font-size: 10pt;
	font-weight: normal;
/*	line-height: 18px; */
	color: green;
	text-align: center;
	padding: 0;
    margin:0 auto;
	padding: 0;
	}

body.longpages {
	background: #8DB6CD;
	width: 100%;
    font-family: Arial,Verdana,Helvetica sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: red;
	text-align: center;
	padding: 0;
    margin:0 auto;
	padding: 0;
	}

body.iframepages {
    background:#FFFFFF url(/images/light-paper.jpg) repeat;
	width: 100%;
    font-family: Arial,Verdana,Helvetica sans-serif;
	font-size: 10pt;
	font-weight: normal;
/*	line-height: 18px; */
	color: blue;
	text-align: center;
	padding: 0;
    margin:0 auto;
	padding: 0;
	}

#container {
    background: #8DB6CD;
	position: relative;
	width: 100%;
	height: 150;
	overflow: visible;
	padding: 0;
	}

#masthead {
    background: #8DB6CD;
	position: relative;
/*	width: 665px; */
	height: 130px;
	width: 800px; 
    margin:0 auto; 
	padding: 0;
	z-index: 5;
	}

#masthead img {
/*	border: none; */
	padding: 0;
    margin: 10px 0px 0px 0px;
	}
	
#ol {
	position: absolute;
    left: 674px;
    top: -2px;
}

#nav {
	width: 560px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px auto 0px auto;
	padding: 0;
	}

#navnew {
    top: -50px;
	width: 560px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px auto 0px auto;
	padding: 0;
	}

#saved {
    background:#8DB6CD url(/images/gradientlightsky3.png) repeat-x left bottom;
	width: 100%;
    height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0;
	}

#frame {
    background:#8DB6CD url(/images/gradientlightsky3.png);
    background-repeat: repeat;
	width: 100%;
	height: 495px;
    margin:0px auto; 
	padding: 0;
	}

#content {
	background: url(/images/light-paper-frame.jpg) no-repeat;
    background-position-x:center;
    background-position:center center;
	width: 800px;
	height: 465px;
/* top right bottom left */
    margin:0 auto; 
	padding: 0;
	}
	
#theinsert {
/* top right bottom left */
    margin:0 auto; 
	padding: 0;
	}

#bookinfo { /* This is where the book jacket appears */
	float: left;
	width: 169px;
    margin:0 auto; 
	padding: 0;
	}

#bookinfo img {
	border: none;
	padding: 0;
    margin: 0px 0px 0px 0px; /* REMOVED TOP 50 AND RIGHT 10 */ /* BOTTOM WAS 20 */
	}


#bodytext {
/*   background: #FFFFCC; */
    float: right;
	width: 620px;
	height: 380px;
	text-align: left;
/* top right bottom left */
    margin: 40px auto; 
	padding: 0;
	}


#footer {
	clear: both;
	width: 100%;
	margin: 10px auto 0 auto;
	padding: 0;
	font-size: 8pt;
	color: #000000;
	line-height: 10pt;
	text-align: center;
	}


