/* CSS for cognitivecosmogenesis/ https://cognitivecosmogenesis.com/* page layout */html, body {	height:100%;	margin:100;	padding:0;	}#masthead {	height:210px;	width:960px;	margin:0px;	position:absolute;	left:0px;	top:0px;	}#toc {	height:600px;	width:960px;	position:absolute;	margin:300px;	top:0px;	}#logo {	height:150px;	width:120px;	position:relative;	left:35px;	top:20px;	margin:0px;	}#headlines {	width:500px;	position:absolute;	left:200px;	top:0px;	padding:30px;	margin:0px;	}#search {	width:250px;	height:120px;	position:absolute;	left:690px;	top:15px;	padding:10px;	margin:0px;	}#translate {	width:250px;	height:120px;	position:absolute;	left:690px;	top:135px;	padding:10px;	margin:0px;	}<!-- #amazon {	width:125px;	position:relative;	left:106px;	/*top:250px;*/	padding:10px;	margin:0px;	} -->#contact {	width:180px;	position:relative;	left:0px;	top:20px;	padding:10px;	margin:0px;	}#menus {	width:936px;	height:40px;	position:absolute;	top:265px;    padding:10px;	border:1px solid black;	}#navigation {	width:200px;	height:25px;	position:relative;	top:20px;    padding:10px;	border:1px solid red;    margin-left: auto;    margin-right:auto;	}#cover_image {	position:relative;	top:344px;	display:block;    margin-left: auto;    margin-right:auto;    width: 100%;	}#dedication {    width: 880px;	margin: 20px;	padding:20px;	position:relative;	top:344px;	display:block;  	margin-left:20px;    margin-right:auto;	border:1px solid green;	}#left_column {	font-size:20px;	line-height: 1.4;	width:480px;	position:relative;	height:100%;	top:60px;	left:20px;	border:1px solid black;	margin:0px;	padding:10px;	}#right_column {    font-size:18px;	width:360px;	position:relative;	height:100%;	top:60px;	left:0px;	border:1px solid red;	margin:0px;	padding:10px;	}#synopsis_ad{	width:300px;	position:relative;	height:	top:0px;	left:10px;	border:1px solid green;	margin:0px;	padding:10px;	}#francis_ad{	width:300px;	position:relative;	height:	top:0px;	left:10px;	border:1px solid green;	margin:0px;	padding:10px;	}#bottom_of_page {	position:absolute;	width:960px;	height:150px;	padding:30px;	margin:0px;	border:2px solid red;	}#footer {	height:50px;	position:absolute;    top:30px;	bottom:0px;	padding:30px;	margin:0px;	}/* text elements */body {	font-family:"Times New Roman", Times, serif;	line-height: 1.2;	color: #330000;  	}    h1 {color:#d503f9;  text-align: center; }    h2, h3, h4, h5, h6 { color:#d503f9; }    }p {	margin-top: 0;	}	/* links */a:link {	font-weight: normal;	text-decoration: none;	color: #000099;	}a:visited {	font-weight: normal;	text-decoration: none;	color: #993333;	}a:hover, a:active {	text-decoration: underline;	color: #333399;	}/* lists */ul {	list-style-type:none;	margin:0;	padding:0;	}li {	display:inline;	float:left;}