body {
	background-color:#FDF0D4;
	background-image:url(../images/tile.jpg);
	background-position: center;
	background-repeat:repeat-y;
	margin:0;
}
a {
	color: #01542D;
	text-decoration:underline;
}
div#container {
	margin:0 auto;
	position:relative;
	width:900px;
	height:100%;
	clear:both;
}
div#Layer1 {
	position:absolute; 
	width:297px; 
	height:520px; 
	z-index:2; 
	left: 0px; 
	top: 0px;
}
div#Layer2 {
	position:absolute; 
	width:544px; 
	height:100%; 
	z-index:3; 
	left: 319px; 
	padding:0 20px;

}
a:hover {
	color: #01542D;
	text-decoration:none;
}
.smcaps {
	color: #01542D;
	font-variant: small-caps;
}
.style2 {
	color: #01542D;
	font-weight: bold;
	font-size: 16px;
	text-align:center;
	font-variant: small-caps;
}
.sidenote {
	color: #01542D;
	font-style: italic;
}
.style3 {
	font-size: 18px;
	text-align:center;
}
.style4 {color: #01542D; font-style: italic; font-size: 12px; }

#pix img {
	border:1px solid #01542D;
	padding:5px;
}
