body { 
	background:url('images/lgTree.jpg') no-repeat;
	background-attachment:fixed;
	padding:0;
	font:13px Arial, Helvetica, Garuda, sans-serif;
}
 
#wrapper {
	width:750px;
	margin:auto;
	text-align:left; /*IE center hack*/
}

#header {
	background:url('images/header2.gif') no-repeat center;
	height:60px;
	text-align:center;
	margin-top:20px;
}
	

#nav {
	height:20px;
	width:100%;
	line-height:1em;
	margin-bottom:5px;
	background-color:#996633;
	text-align:center;
}
	#nav ul {
		margin:auto;
		margin-left:20px;
		padding:0px;
		list-style:none;
	}
	
	#nav li {
		float:left;
		display:inline;
		margin-left:30px;
	}
		
		#nav li a{
			display:block;
			width:100px;
			height:17px;
			padding-top:3px;
			text-decoration:none;
		}
		
			#nav li a:link {
				color:#fff;
			}
		
			#nav li a:visited {
				color:#fff;
			}
		
			#nav li a:hover {
				background-color:#663300;
			}

#content {
}			
 
.Al {
	float:left;
	padding:2px;
	margin-right:12px;
	margin-bottom:10px;
	border:solid thin black;
	background:#fff;
}


ul.gallery {
	padding:0px;
	margin:0px;
	list-style:none;
	text-align: center;
}

	.gallery img {
		padding:2px;
		margin:10px;
		border-style:solid;
		border-width:1px;
		border-color:#000;
		background:#fff;
	}

		img.landscape{
			width:180px;
			height:120px;
		}
		
		img.portrait{
			width:120px;
			height:180px;
		}
	
	.gallery li {
		display:inline;
		position:relative;
	}
	
#footer {
	border-top:1px solid black;
	color:black;
	text-align:center;
	clear:both;
	margin-top:10px;
}