/* CSS Document */
body {text-align: center;
	background: #996;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 80%; margin: 0; padding: 0; 
}
h1, h2, h3 {margin:0; }
h1 {font-size: 200%; color: #000;}
#wrap { margin: 0 auto; margin-bottom: 20px; text-align: left; width: 800px;
	background: #b0b088 url(images/leftedge.gif) top left repeat-y; }
#header {background:  url(images/top.gif) top left no-repeat; padding: 30px 0 15px 27px; margin-left: 2px;}
#edgewrap {background:  url(images/rightedge.gif) top right repeat-y; margin-top: -20px; margin-right: -5px;}
a:link, a:visited {text-decoration: none; font-weight: bold; color: #000;}
a:hover, a:active {text-decoration: underline; font-weight: bold; color: #000;}
#navwrap { margin: 0; margin-top: 20px; font-weight: normal; text-align: center;}
	#navlist {background: #b0b088; padding: 3px 0; margin: 0 27px; border-bottom: 1px solid #000; }
	#navlist li {display: inline; margin: 0; list-style: none;}
	#navlist li a {padding: 3px 10px;  border: 1px solid #000; border-bottom: none;
		text-decoration: none; background-color: #fff;}
	#navlist li a:link, #navlist li a:visited {color: #fff;background-color: #000;}
	#navlist li a:hover, #navlist li a:active {color: #000; background-color: #f3f3f3;}
	#navlist li a#current {background-color: #fff; color: #000; border-bottom: 1px solid #fff;}
#content {margin: 0 27px; padding: 20px 30px 10px 20px;
	 background: #fff;
	 border: 1px solid #000; border-top: none;}
	 
#gallery {margin: 0; padding: 0; height: 600px;}
	#page {margin: 0; margin-bottom: 1em; font-size: 80%; color: #ccc;}
		#page a {font-weight: normal; text-decoration: none; color: #000;}
		#page a:hover, #page a:active {text-decoration: underline;}
	#P7ShowPL100 {float: left; width: 450px; margin: 0; padding: 0;}
		#P7ShowPL100 img {float: left; width: 150px; margin: 0 1em 1em 0;}
	#picwrap {position: relative; margin: 0; margin-top: 20px; padding:0; font-size: 80%;}
	#thumbwrap {float: right; width: 200px; margin: 0; padding-left: 25px; border-left: 1px solid #000;}
	.thumbnails  {float: left; width: 90px; padding: 0 10px 10px 0; margin:0;}
	
#footer { margin: 0; margin-left: 2px; text-align: right; font-size: 70%;
	background:  url(images/botleft.gif) bottom left no-repeat;}
#footer p {background:  url(images/botright.gif) bottom right no-repeat;
	margin:0; margin-right:-5px; display: block; padding: 0 27px 3em 0;}

.clearer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearer {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearer {height: 1%;}
.clearer {display: block;}
/* End hide from IE-mac */
