@charset "UTF-8";
/* CSS Document */

/* General Body */

body {
	color:#333333;
	background-color:#cc9;
	margin-left:auto;
	marign-right:auto;
	width:90%;
	align-content:center;
}

/* Body Linkage */

a:link {
	color:#666;
}

a:visited {
	color:#555;
}

a:hover {
	color:#fff;
	font-weight:600;
}

a:active {
	color:#cc9
}

/* Page Title */

h1 {
	font-family:Apple Chancery;
}

/* Page Subtitle */

h2 {
	font-weight:500;
}

/* Page Source */

.page_source {
	font-size:0.8em;
}

/* Text Body */

#textbox {
	width:100%;
	text-align:justify;
	margin-right:2em;

}

/* Page Icon */

#iconbox {
	margin: 0.3em 2em 1em 1em;
	border:1em solid #333;
	padding:1em;
	float:right;
	display:block;
}

img.icon {
	width:210px;
	height:253px;
}

/* Citation */

.quotation {
	font-weight:700;
	font-size:0.9em;
}

span.credit {
	font-size:0.8em;
}

/* Book Covers and Bibliographical Information */

div.image {
	margin: 0.5em;
    height: auto;
    width: auto;
    float: left;
    text-align: center;

}

div.image img.online {
    margin:0.5em;
	border-style:solid;
	boder-width:1em;
	border-color:#333;
	padding:0.2em;
}


a:hover img.online {
	border-style:solid;
	border-color:#FFF;
	padding:0.2em;
}

div.caption {
    text-align: center;
    font-weight: normal;
}

/* Site Linkage */

a.site_link {
	text-transform:uppercase;
	font-size:0.7em;
	text-decoration:none;
}
	
	
/* Footer */

#footer {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#cc9;
}


.FooterLeftFloat {
	float:left;
	margin:0em;
	text-align:left;
	font-size:0.8em;
	padding-left: 2em;
	padding-bottom: 2em;
	border-style:none;
}

.FooterRightFloat {
	float:right;
	margin:0em;
	text-align:right;
	font-size:0.8em;
	padding-right: 2em;
	padding-bottom: 2em;
	border-style:none;
}

a.FootLink:link {
	font-weight: 400;
	text-decoration: none;
	outline:none;
}

a.FootLink:visited {
	font-weight: 400;
	text-decoration: none;
	outline:none;
}

a.FootLink:hover {
	font-weight: 700;
	text-decoration: none;
	outline:none;
}

.Italics {
	font-style:italic;
}

.SmallCaps {
	font-variant:small-caps;
}

