* {
	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: 100%; 
}

/* Titlebar **********************************************************************************/

.fulltitle {
	margin-left:10px; 
	color:#008080; 
	font-size:29px; 
	font-weight:bold
	}

/* Navigation **********************************************************************************/

#navigation {
	display: none;
	}

/* Content **********************************************************************************/

#content {
	margin : 0 0 0 50px;
	padding : 0; 
	width : 560px;
	background-color: white;
	color: black;
	border: 10px solid white; 
	}

#content h2 {
	margin-top: 0.5em;
	}
		
#content p {
	padding: 0 0 1.5em 0;
	} 

#links {
	text-align: right;
	}
		
#content a {
	text-decoration: underline;
	color: #5e744c;
	font-weight: bold;
	}
	
#sources {
	font-size: 75%;
	}

.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: none;
	text-align: center;
	}

.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: none;
	text-align: center;
	}

.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: black;
	}

#footer p {
	margin-bottom: 2em;
	margin-top: 2em;
	margin-left: 10px
	}

#footer a {
	color: black;
	text-decoration: underline;
	}

