body
    {
	 margin: 0;
	 padding: 0;
}
#leftnav {
	background-color: #AF4035;
	position: fixed;
	height: 100%;
	width: 185px;
	top: 150px;
	left: 0px;
}
#banner {
	background-color: #AF4035;
	position: fixed;
	height: 110px;
	width: 100%;
	top: 0px;
	left: 0px;
}
#logo {
	position: fixed;
	left: 35px;
	top: 5px;
}
#chlondon {
	color: #FFFFFF;
	position: fixed;
	left: 150px;
	top: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
}
#quote {
	position: fixed;
	left: 260px;
	top: 72px;
	color: #CCCC99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
}
#navbar {
	background-color: #CCCC99;
	position: fixed;
	height: 40px;
	width: 100%;
	top: 110px;
	left: 0px;
}
#navbar_table {
	position: fixed;
	left: 0px;
	top: 120px;
	z-index: 2;
}
#leftnav_table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	position: fixed;
	top: 175px;
	left: 12px;
}
#content {
	background-color: #FFFFFF;
	margin-top: 145px;
	padding-top: 5px;
	padding-left: 200px;
	padding-right: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	z-index: 2;
}

.leftnav {font-family: Geneva, Arial, Helvetica, sans-serif;font-size: 16px;color: #FFFFFF;}
.leftnav a:link {color: #FFFFFF;text-decoration: none;}
.leftnav a:visited {color: #FFFFFF;text-decoration: none;}
.leftnav a:hover {color: #CCCC99;text-decoration: none;}

.navbar {font-family: Geneva, Arial, Helvetica, sans-serif;font-size: 18px;color: #000000;}
.navbar a:link {color: #000000;text-decoration: none;}
.navbar a:visited {color: #000000;text-decoration: none;}
.navbar a:hover {color: #FFFFFF;text-decoration: none;}

.content_header {font-family: Geneva, Arial, Helvetica, sans-serif;font-size: 24px;}
.author {font-size: 12px;font-weight: bold;}
.redwriting {color: #FFCC66;}
.darkredwriting {color: #AF4035;}
.quotation {font-family: "Times New Roman", Times, serif; font-style: italic; }
.subheading {font-size: 18px}

