/* PNG FIX */
img, div { behavior: url('/iepngfix.htc'); }
/* GOOGLE MAP POLYLINE FIX */
v\:* { behavior:url(#default#VML); }
/* commented backslash hack \*/
html, body{height:100%;}
/* end hack */
html,body {margin:0;padding:0}
body {text-align:center}/* centre for ie5.+*/
body{
	background-image: url('/graphics/background-body.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: Garamond, Times, serif;
	font-size: 16px;
}
#outer{
	min-height:100%;
	width:800px;
	margin:auto;/* center it*/
	position:relative;
	text-align:left;
	background-image: url('/graphics/background-outer.gif');
	background-repeat: repeat-y;
}
* html #outer{
	height:100%;
	width:800px;
}
#inner{
	padding: 0 9px 0 9px;
	background-image: url('/graphics/background-inner.gif');
	background-repeat: no-repeat;
	min-height: 460px;
	height: auto;
	_height: 460px;
}
#content{
	float: left;
	margin: 120px 0 0 10px;
	padding: 0;
	width: 540px;
}
#thumbnails{
	float: left;
	width: 65px;
	margin: 72px 0 0 0px;
}
#nav-top{
	position: absolute;
	top: 0px;
	right: 85px;
	background-image: url('/graphics/background-nav-top.gif');
	background-repeat: no-repeat;
	width: 356px;
	padding-top: 16px;
	font-weight: bold;
	font-family: times, serif;
	font-size: 11px;
	color: #231F20;
}
#nav-top a{
	color: #007765;
	text-decoration: none;
}
#nav-top a:hover{
	color: #231F20;
}
#photo-top{
	position: absolute;
	top: 0px;
	right: 85px;
	width: 356px;
	text-align: center;
	/* 16+30 FROM TOP */
	margin-top: 46px;
}
#nav-left{
	float: left;
	/* TOTAL DIMENSIONS: 160 WIDE / 353 HIGH */
	width: 150px;
	height: 343px;
	padding: 10px 10px 0 0;
	margin: 107px 0 0 0;
	background-image: url('/graphics/background-nav-left.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
	font-family: Garamond, Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
}
#nav-left a{
	display: block;
	padding: 7px 0 7px 0;
	line-height: 18px;
	color: #007765;
	text-decoration: none;
}
#nav-left a:hover{
	color: #231F20;
}
#nav-left a.button{
	display: block;
	height: 24px;
	width: 132px;
	margin: 5px 0 5px 20px;
	padding: 2px 0 0 0;
	background-image: url('/graphics/background-button.gif');
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-variant: small-caps;
}
#nav-left a:hover.button{
	color: #231F20;
}
#footer {
	height:36px;
	color: #000;
	margin:-36px auto 0;
	position: relative;
	background-image: url('/graphics/background-footer.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	font-size: 14px;
}
#clearfooter{clear:both;height:36px;width:100%}
p {margin:0 0 .5em 0}
h1{
	position: absolute;
	/* REAL POSITION FROM TOP: 84px */
	top: 84px;
	left: 9px;
	display: block;
	width: 380px;
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Garamond, Times, serif;
	font-variant: small-caps;
	font-size: 19px;
	font-weight: bold;
}
h2{
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 20px;
	font-variant: small-caps;
}
p{
	margin: 0;
	padding: 5px 0 5px 0;
}
a{
	color: #007765;
	text-decoration: none;
}
a:hover{
	color: #231F20;
	text-decoration: underline;
}
