@charset "UTF-8";
/* CSS Document */

body { padding:0px; margin:0px; background:#0F3400 url(/images/bg_body.jpg) center top no-repeat; font-family:Arial, Helvetica, sans-serif; font-size:62.5%; }
img { behavior:url("/scripts/iepngfix.htc"); }

a { color:#0F3400; }

#output { position:absolute; top:0; left:0; padding:10px; width:150px; height:550px; background:#FFF; overflow:scroll; display:none; }

#main { position:relative; width:778px; margin:0px auto; background:#FFF; }

#top { position:relative; height:281px; background:#000; z-index:2; }
#top.sub { height:225px; }
	div.btn { position:relative; float:left; width:75px; color:#9c9c9c; font-size:1.1em; margin-right:22px; margin-top:35px; }
	#top.sub div.btn { margin-top:30px; font-size:1.1em; }
	div.btn p { padding:5px 0px; text-align:center; font-size:1em; font-style:italic; width:75px; }
	#menuarea { z-index:10; padding:0px 0px 0px 110px; }
	#leaf { position:absolute; top:30px; right:0; z-index:20 }
	#arch { position:absolute; top:0; left:0; z-index:30 }
	img.btn { position:absolute; top:10px; width:20px; height:20px; z-index:50 }
	img.home { right:63px }
	img.mail { right:15px }

#middle { position:relative; background: url(/images/middle/bg.gif) top left repeat-y; z-index:3 }
	img.arch { position:absolute; top:0; left:0; z-index:100; }
	#content { position:relative; z-index:50; }
		#L { position:relative; float:left; width:202px; color:#FFF; padding:140px 10px 80px 30px; font-family:Georgia, "Times New Roman", Times, serif; }
		#L h1 { font-size:3em; font-weight:normal; }
		#L h2 { font-size:2em; font-weight:normal; }
		#L p { font-size:1.4em; text-transform:uppercase; padding-top:10px; }
		#R { background:url(/images/middle/content_bg.jpg) top left no-repeat; position:relative; float:left; padding:80px 10px 20px 0; width:510px; }
		#R img { float:left; margin:0 20px 20px 0; }
		#R p { color:#7A7A7A; font-size:1.1em; line-height:1.5em; padding:0 10px 10px 20px; }
		#R h1 { color:#0F3400; font-size:1.6em; margin:20px 10px 10px 0; }
		#R h1.twenty { margin:20px 10px 10px 20px; }
	img.fern { position:absolute; left:0; bottom:-21px; width:309px; height:83px; }

#bottom { position:relative; border-top: #3b7a03 4px solid; border-bottom: #3b7a03 4px solid; background:#174b00; height:13px; z-index:1 }
	#bottom p { color:#FFF; text-align:right; height:12px; line-height:13px; padding:0px 10px; }
	
a.gallery_button { display:block; height:98px; margin:25px 0 0 5px; width:172px; background:url(/images/middle/gallery_button_off.gif); }
a.gallery_button:hover { background:url(/images/middle/gallery_button_on.gif); }

table.thumbtable { margin: 0 0 0 20px; }
div.thumbtable { margin: 0 0 0 20px; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}