/* CSS for scientific theology -  www.scientific-theology.com *//* page layout */html, body {	height:100%;	margin: 0;	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:140px;	width:120px;	position:relative;	left:35px;	top:10px;	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;	}#contact {	width:180px;	position:relative;	left:0px;	top:20px;	padding:10px;	margin:0px;	}#menus {	width:200px;	height:40px;	margin-left:380px;	top:220px;	border:1px solid black;	}#navigation {	width:220px;	height:25px;	position:relative;	top:-50px;    padding:10px;    margin:10px;	border:1px solid red;    margin-left: auto;    margin-right:auto;	}	#cover_image {	position:relative;	top:294px;	display:block;    margin-left:auto;    margin-right:auto;    width:100%;	}#dedication {    position:relative;    top:324px;	padding:20px;	display:block;    margin-left:250px;    margin-right:auto;    width:40%;	border:1px solid red;	}#left_column {	font-size:20px;	line-height: 1.2;	width:480px;	position:relative;	height:100%;	top:100px;	bottom:100px;	left:20px;	border:1px solid black;	margin:10px;	padding:10px;	}#right_column {	font-size:18px;	line-height: 1.2;	width:360px;	position:relative;	height:100%;	top:100px;	bottom:100px;	left:10px;	border:1px solid red;	margin:10px;	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;	}#footer {	height:50px;	position: relative;	top 50px;	padding:20px;	margin:100px;	border:1px solid green;	}	/* text elements */body {	font-family:"Times New Roman", Times, serif;	line-height: 1.2;	color; black;   	}h1, h2, h3, h4, h5, h6 {color: #d503f9; }p {	margin-top: 0;	}	/* links */a:link {	font-weight: normal;	text-decoration: none;	color: #0000CC;	}a:visited {	font-weight: normal;	text-decoration: none;	color: #CC3333;	}a:hover, a:active {	text-decoration: underline;	color:#d503f9; ;	}/* lists */ul {	list-style-type:none;	margin:0;	padding:0;	}li {	display:inline;	float:left;}