/* CSS Print Style For allanbransbury.com may not be copied */
body {
	margin: 0;
	padding: 0;
	font-family: sans-serif, Arial, Georgia;
	text-align: center;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#montage {
	display: none;
}
#pagetop {
	display: none;
}
#header {
	width: 100%;
	height: 20px;
	margin: 5px 0 10px 0;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
#footer {
	width: 100%;
	height: 20px;
	position: absolute;
	top: 690px;
	left: 0;
	right: 0;
}
#footer .copy {
	color: #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
#footer p {
	display: none;
}
#content {
	width: 100%;
	height: 500px;
	text-align: left;
	margin: 0;
	padding: 15px 0 0 0;
}
#content img{
	margin: 0 15px 5px 0;
	padding: 0;
}
#content a img {
	border: 1px solid #FF6600;
	background-color: #FF6600;
}
#content .images {
	margin: 0 0 10px 20%;
}
#content .text {
	font-family: sans-serif, Arial, Georgia;
	font-size: 10pt;
	color: #000000;
	padding-left: 2em;
	margin: 0 0 10px 20%;
}
#content .text a em {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
#content .navigation {
	height: 550px;
	margin: 0;
	padding: 0;
}
#content .navigation a:link, .navigation a:visited {
	margin: 0;
	padding: 0;
	border: none;
}
#content .navigation a:hover {
	border: none;
	color: #000;
}
p {
	padding: 5px 0 7px 0;
	margin: 0;
}
.page {
	padding-left: 24%;
}