body {
	margin: 0;
	padding: 0;
	font: 100%/140% Verdana, sans-serif;
	color: #333;
	background-color: #c8b280;
	background: url(Images/wrapper_bg.gif) repeat;
}

#wrapper {
	width: 60em;
	margin: 0 auto 0px auto;
	background: url(Images/content_bg.gif) repeat;
	position: relative;
}

#border_left {
	background: url(Images/shadow_left.gif) top left repeat-y;
}

#border_right {
	background: url(Images/shadow_right.gif) top right repeat-y;
}

/********************************************************************************* 
 **  begin formatting header 
 *********************************************************************************/
#banner-wrapper {
	padding:.5em;
	background-color:#998855;
	font-style:italic;
}
#banner {
	width: 60em;
	margin: 0 auto;
}
#banner a, #banner a:link,  #banner a:visited {
	margin-left:30px;
	color:#000000;
	text-decoration:none;
}
#banner a:hover {
	color:#000000;
	text-decoration:underline;
}
#banner a strong {
	font-weight:bold;
	font-style:normal;
	text-transform:uppercase;
}

#logobar {
	margin: 0px 10px;
	padding: 0px;
	height: 93px;
	background: url(Images/header.gif) repeat-x;
	position: relative;
}

#author span {
	display: none;
}

#author {
	float: left;
	width: 257px;
	height: 50px;
	background: url(Images/author.jpg) no-repeat;
}

#navigation {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 225px;
	height: 93px;
	background: url(Images/header_rhs.gif) top right no-repeat;
}

#navigation .articles_link a {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 225px;
	height: 25px;
	background: url(Images/articles_link.gif) no-repeat;
}

#navigation .articles_link a:hover {
	background: url(Images/articles_link_hover.gif) no-repeat;
}

/********************************************************************************* 
 **  end formatting header 
 *********************************************************************************/


/********************************************************************************* 
 **  begin formatting main article 
 *********************************************************************************/
#content {
	margin: 0px 10px;
	padding: 0px;
}

h1#article_title {
	margin: 0;
	padding: 0;
	width: 480px;
	height: 30px;
	background: url(Images/title.gif) bottom no-repeat;
	position: absolute;
	top: 70px;
	left: 10px;
}

h1#article_title span {
	display: none;
}

.article_section {
	margin: 1.5em 20px 0 20px;
	clear: both;
}

.article_section ul {
	margin-top: 1.5em;
}

.article_section li {
	margin-top: 1em;
}

.drop-cap {
	font-family: georgia, serif;
	color:white;
	background: #cc9c4a;
	border:1px solid #bd712d;
	font-weight:bold; 
	float:left; 
	height:.75em; 
	line-height:.75em; 
	font-size:3em; 
	margin-top:.1em; 
	margin-right:1px;
	padding: 1px 2px 0 2px;
}

* html .drop-cap {
	margin-right:-2px; 
	margin-top:3px;
}

a:link {
	color: #cc9c4a;
}

a:visited {
	color: #cc9c4a;
}

a:hover {
	color: #3789b4;
	text-decoration: underline;
	color: #007165;
}
/********************************************************************************* 
 **  end formatting main article 
 *********************************************************************************/


/********************************************************************************* 
 **  begin formatting thumbprint images in Voynich article 
 *********************************************************************************/
.thumbprint_holder_left {
	border: 1px solid #c9b280;
	float: left;
	margin: 6px 10px 2px 0;
	vertical-align: top;
}

.thumbprint_holder_right {
	border: 1px solid #c9b280;
	float: right;
	margin: 6px 0px 2px 10px;
	vertical-align: top;
}

img.thumbprint {
	margin: 5px;
}

.thumbprint_caption {
	font: 80%/100% Verdana, sans-serif;
	float: left;
	margin-left: 5px;
}

.thumbprint_link {
	font: 80%/100% Verdana, sans-serif;
	float: right;
	margin-right: 5px;
}

.thumbprint_link a {
	text-decoration: none;
}
.thumbprint_link a:hover {
	text-decoration: underline;
}
/********************************************************************************* 
 **  end formatting thumbprint images in Voynich article 
 *********************************************************************************/


/********************************************************************************* 
 **  begin formatting for "figure" pages
 *********************************************************************************/
#image_content {
	margin: 0px auto 0px auto;
}

#image_content img {
	float: left;
	margin-right: 20px;
}

#image_content table img {
	float: none;
	margin-right: 0;
}

#image_content p {
	margin: 0 0 0 0px;
}

.image_caption {
 	padding: 5px 0 0 0;
	text-align: center;
}

#image_text {
	padding: 0px 0px 10px 0;
	margin-left: 10px;
	float: right;
	border: solid 1px #c9b280;
	text-align: left;
}

.subheading {
	margin: 0 20px 0 20px;
	float: left;
	font-size: 14pt;
	color: #993300;
}

.backlink a:link, .backlink a:visited, .backlink a:hover {
	margin: 0 20px 20px 0;
	float: right;
	font-size: 14pt;
	color: #993300;
	text-decoration: none;
}

.backlink a:hover {
	text-decoration: underline;
}
/********************************************************************************* 
 **  end formatting for "figure" pages
 *********************************************************************************/


/********************************************************************************* 
 **  begin formatting footer
 *********************************************************************************/
#footer {
	margin: 0px 10px;
	padding: 0px;
	background: url(Images/footer.gif) bottom repeat-x;
	height: 86px;
	position: relative;
}

#footer .articles_link a {
	width: 225px;
	height: 25px;
	background: url(Images/articles_link.gif) no-repeat;
	position: absolute;
	top: 53px;
	right: 20px;
}

#footer .articles_link a:hover {
	background: url(Images/articles_link_hover.gif) no-repeat;
}

#copyright {
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(Images/copyright.gif) bottom left no-repeat;
	width: 230px;
	height: 86px;
}

#copyright span{
	display: none;
}

#site_info {
	margin: 10px auto 20px auto;
	width: 30em;
}

#links {
	display: inline;
	text-align: center;
}	

#links li {
	display: inline; 
}

#links li a { 
	padding: 2px 10px;
	font-family: "Arno Pro", "Times New Roman", "Palatino", Lucida, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #72392c;
	border-right: 1px solid #72392c;
	text-decoration: none;
}

#links li.last a { 
	border-right: none;
}

#links a:hover {
	text-decoration: underline;
}

#web_design_author {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-family: "Arno Pro", "Times New Roman", "Palatino", Lucida, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #72392c;
}
/********************************************************************************* 
 **  end formatting footer
 *********************************************************************************/


/********************************************************************************* 
 **  begin formatting references for main article
 *********************************************************************************/
#references {
	padding: 0 20px 0px 2em;
	width: 50em;
}

#reference_heading {
	width: 100px;
	height: 30px;
	background: url(Images/references.gif) no-repeat;
}

#reference_heading span {
	display: none;
}

#glossary_heading {
	width: 90px;
	height: 30px;
	background: url(Images/glossary.gif) no-repeat;
}

#glossary_heading span {
	display: none;
}

a.ref {
    font-size: smaller;
    font-variant: small-caps;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
    text-decoration: none;
}

#references ol {
	margin-top: 0px;
}

#references ol.upper_roman {
	list-style-type: upper-roman;
}

li.reference {
	position: relative;
	margin-top: 1em;
}

.ref_backlink {
	position: absolute; right: -3.5em;
}
/********************************************************************************* 
 **  end formatting references for main article
 *********************************************************************************/

.clear {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.center {
	margin: 0 auto;
}


