* {
	padding: 0;
	margin: 0;
	}

body {
	width: 100%;
	color: white;
	background-color: #70895b;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 2em 2em 0em;	
	font-size: 80%; 
	}

/* Masthead-------------------------------------------------------------------------------- */

#masthead {
	background: transparent;  
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding: 4px;
	}

	
#masthead ul {
	margin: 0;
	padding: 0; /* ~~~~~~~~ compress masthead list (which will soon be hidden anyway) */ 
	}

#masthead a:link, #masthead a:visited {
	color: white; /* ~~~~~~~~ set link color */
	background: transparent; /* ~~~~~~~~ always set background when you set a color */
	text-decoration: none;
	font-weight: normal;
	}
	
#masthead a:hover, #masthead a:active {
	color: white; /* ~~~~~~~~ set rollover color */
	background-color: transparent; /* ~~~~~~~~ always set background when you set a color */
	text-decoration: underline;
	font-weight: normal;
	}
	
/* Titlelink------------------------------------------------------------------------------- */

#titlelink {
	background: transparent; 
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding: 4px;
	}
	
#titlelink ul {
	margin: 0;
	padding: 0; /* ~~~~~~~~ compress masthead list (which will soon be hidden anyway) */ 
	}
	
#titlelink h1 {	
	font-size: 120%;
	margin: 0;
	padding: 0;
	}

#titlelink a {
	color: white; /* ~~~~~~~~ set link color */
	background: transparent; /* ~~~~~~~~ always set background when you set a color */
	text-decoration: underline;
	font-size: large;
	font-weight: normal; 
	}

/* Titlebar **********************************************************************************/

#titlebar h1{
	background-position: center;
	background-repeat: no-repeat;	
	margin: 0 0 0 143px;
	width: 642px;
	padding: 0;
	background-color: #feff99;
	color: #000000;
	border-left: 12px solid #d36f03;
	border-right: 12px solid #d36f03;
	border-top: 12px solid #995117;
	border-bottom: 12px solid #995117;
	}

#titlebar img {
	border-style: none;
	}
	
/* homepagebox2 **********************************************************************************/

#homepagebox2 {
	margin : 15px auto 0 auto; 
	width: 650px;
	height: 340px;
	padding : 0;
	background-color: #feff99;
	color: #000000;
	border-left: 22px solid #d36f03;
	border-right: 22px solid #d36f03;
	border-top: 22px solid #995117;
	border-bottom: 22px solid #995117;
	vertical-align:baseline;
	background-position: center;
	background-repeat : no-repeat;
	text-align: center;
	}

/* Navigation **********************************************************************************/

#navigation {
	width: 170px;
	float: left;
	clear: left;
	margin: 2em 0px 10px 0px;
	padding: 0 5px 0 5px;
	display: inline;
	letter-spacing: 0.06ex;
	}

#navigation li {
	margin-bottom: 5px;
	list-style-type: none;
	font-size: 105%; 
	}

#navigation h2 {
	display: none;
	}

#navigation a:link {
	text-decoration: none;
	color: white;
	font-weight: bold; 
	}

#navigation a:visited {
	text-decoration: none;
	color: black;
	font-weight: bold; 
	}

#navigation a:hover, a:active {
	text-decoration: underline;
	color: white;
	font-weight: bold; 
	}

#navigation p {
	margin : 1em 0 1em 0;
	}

/* Content **********************************************************************************/

#content {
	margin : 0 0 0 182px;
	padding : 0; 
	width : 560px;
	background-color: white;
	color: black;
	border: 10px solid white; 
	}

#content h2 {
	margin-top: 0.5em;
	}

#content h3 {
	margin-top: 1.5em;
	font-size: 75%;
	}
	
#content h3.clearboth {
	margin-top: 1.5em;
	font-size: 75%;
	clear:both;
	}
	
#content h3.clearright {
	margin-top: 1.5em;
	font-size: 75%;
	clear:right;
	}
	
#content p {
	padding: 0 0 1.5em 0;
	} 

#content p.bookheading {
	font-size: 130%;
	padding: 1.0em 0 1.0em 0;
	}

#links {
	text-align: right;
	}
		
#content a {
	text-decoration: underline;
	color: #5e744c;
	font-weight: bold;
	}

#content a.gallery {
	text-decoration : underline;
	color : #5e744c;
	font-weight : normal;
	font-size: smaller;
	}

.reference {
	font-size: 75%;
	}

#sources {
	font-size: 75%;
	}
	
#sources a {
	text-decoration : underline;
	color : #5e744c;
	font-weight : normal;
	}	
	
.quote {
	padding: 3px;
	margin: 0 0 1.5em 0;
	color: black;
	background-color: #f8f784;
	font-size: 130%;
	text-align: center;
	min-width: 0;
	}
	
/* Images *******************************************************************/

.images {
	float: right;
	}

.images img {
	border: 8px solid #995117;
	margin: 10px 10px 5px 10px;
	}
	
.images .caption { 
	font-size: 95%;
	font-weight: bold;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
	}

.images p {
	margin-top: 10px;
	text-align: center;
	}
	
.images a.bigimg { 
	font-size: 90%; 
	font-weight: bold;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
	text-decoration: underline;
	}

/* Images-L *******************************************************************/

.images-L {
	float:left;
	}

.images-L img {
	border: 8px solid #995117;
	margin: 10px 10px 5px 10px;
	}
	
.images-L .caption { 
	font-size: 95%;
	font-weight: bold;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
	}

.images-L p {
	margin-top: 10px;
	text-align: center;
	}
	
.images-L a.bigimg { 
	font-size: 90%;
	font-weight: bold;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
	text-decoration: underline;
	}
				  
/* Footer **********************************************************************************/

#footer {
	clear: both;
	text-align: left;
	font-size: 75%;
	margin: 0 0 0 0px;
	color: white;
	background: transparent;
	}

#footer hr {
	margin-top: 1em;
	margin-bottom: 1em;
	background: #995117;
	color: #995117;
	border: 0;
	height: 2px; 
	}

#footer p {
	margin-bottom: 2em;
	margin-top: 2em;
	margin-left: 10px
	}

#footer a {
	color: white;
	text-decoration: underline;
	}

