/* basic elements */
body { 
	font: 10pt/16pt arial, helvetica, sans-serif; 
/*	color: #555753; */
	color: black;
	margin: 0px; 
	line-height: 1.5;
	}
p { 
	font: 10pt/16pt arial, helvetica, sans-serif; 
	margin-top: 0px; 
	text-align: justify;
	line-height: 1.5;
	}

h3 { 
	font: italic normal 16pt roman, 'times new roman', times, serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #3e3f3c;
	<!-- color: #7D775C; -->
	}


a:link { 
	text-decoration: none;
	color: #555753;
	}
a:visited { 
	text-decoration: none; 
	color: #555753;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #555753;
	}

td {
	vertical-align: text-top;
}

dl {
	line-height: 1.5;
	}

dt{
	line-height: 2;
	font-weight: bold;
	}

dd {
	list-style-type: none;
	text-align: left;
	list-style-position: outside;
	line-height: 1.2;
	width: 390px;
}


input {
	color: #781351;
	background: #fee3ad;
	border: 1px solid #7D775C;
	}

textarea {
	color: #781351;
	background: #fee3ad;
	border: 1px solid #7D775C;
	}

#preloadedImage {
	display: none;
	}

/* specific divs*/

#page {
	top: 5px;
	position: absolute;
	}

#linkList ul {
	margin: 10px;
	padding: 10px;
	text-indent: 0;
	text-align: left;
	line-height: 2;
}

#linkList li {
	list-style-type: none;
	text-align: left;
	text-indent: 0;
	line-height: 2;
}

#intro p {
	width: 460px;
	text-indent: 10px;
	margin-top: 20px;
	}
	
#linkList { 
	font: 16px verdana, sans-serif;
	top: 0px; 
	right: 0px;
	width: 180px; 
	}

#photoColumn {
	margin-left: 20px; 
	
	}
	
#insetList{
	width: 420px;
	margin-left: 40px;
	}
		
figure { 
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0px;
    margin-right: 0px;
}