/*
 * Styles for scenics photos on norfthwestinsagency.com
 */
body {
/*	background-image: url("images/lrock046Light.jpg"); */
	background-color: #FAE6C5; /* #FFFFFF; */
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
}
div#PageBody {
	position: absolute;
	left: 12px;
	top: 12px;
	width: 900px;
	height: auto;
	text-align: left;
	border-top: solid 1px #8E3723;
/*	background-color: #D0FEFF; */
}
div#Photo {
	text-align: center;
	margin: 12px 0 0 0;
}
div#Credit {
	text-align: center;
	font: italic .9em "Times New Roman", Times, serif;
	margin: 0 0 20px 0;
}
div#Caption {
	text-align: left;
}
div#Footer {
	position: static;
	margin: 15px auto;
	text-align: center;
	font: bold italic 13px "Times New Roman", Times, serif;
	border-top: solid 1px #8E3723;
/*	background-color: #FFF8DC; */
}
p {
	margin: .5em 0em .75em 0em;
	line-height: 1.4em;
}
img {
	border: solid 2px #8E3723;
	vertical-align: middle;
}
/*
 * Debugging code - to make things visible
 */ /*
div {
	border: 1px;
	border-style: solid;
	border-color: red;
}
img {
	border: thin dotted #A9A9A9;
	margin: 0px;
} */


