		BODY { 
			background-image: url('/assets/bgs/img_125.gif');
			background-color: #A9C5CE;
			color: #003366;
		}
		#main {
			position: relative;
			width: 780px;
			height: 489px;
			margin: 20px auto 0 auto;
			background-color: #785A3C;
			border: 4px solid #785A3C;
		}
		#head {
			background-image: url('/assets/bgs/img_37.gif');
			text-align: right;
			font-family: Trebuchet MS;
			font-size: 20px;
			letter-spacing: 4px;
			font-weight: 400;
			padding: 8px;
			margin: 0;
			border-bottom: 4px solid #785A3C;
		}
		#head A {
			color: #FFFFFF;
			text-decoration: none;
		}
		#head A:visited {
			color: #FFFFFF;
		}
		#nav {
			position: absolute;
			top: 43px;
			left: 0;
			width: 120px;
			height: 430px;
			margin: 0;
			background-color: #B0A8A6;
			padding: 8px;
			font-family: Trebuchet MS;
			border-right: 4px solid #785A3C;
		}
		#nav UL {
			position: relative;
			top: 18px;
			left: 0;
			list-style: none;
			margin-top: 0px;
		}
		#nav LI {
			background-color: #639CB1;
			margin-top: 0px;
			margin-left: -40px;

			border-left: 12px solid #785A3C;
			border-top:  1px solid  #785A3C;
			border-right:  1px solid  #785A3C;
			border-bottom:  1px solid  #785A3C;
			
			padding-left: 6px;
			margin-bottom: 6px;
			letter-spacing: 2px;

			font-size: 14px;

		}
		#nav LI:hover {

			background-color: #D7E1E1;
			border-top:  1px solid  #785A3C;
			border-right:  1px solid  #785A3C;
			border-bottom:  1px solid  #785A3C;
		}
		#nav A {
			text-decoration: none;
			color: #003366;
		}
		#nav A:hover {
			color: #785A3C;
		
		}
		#content		
		{
			position: absolute;
			top: 43px;
			right: 0;
			width: 624px;
			height: 430px;
			background-color: #D7E1E1;
			padding-top: 16px;
			padding: 8px;
			font-size: 12px;
			font-family: Trebuchet MS;
			overflow: auto;
		}
		#content A {
			color: #003366;		
			text-decoration: underline;
		}
		#content A:hover {
			text-decoration: underline;
			color: #785A3C;
		}
		
		#content P {
			letter-spacing: 1px;
			line-height: 16px;
		}
		#content IMG {
			border: 2px solid #785A3C;
			margin-bottom: 2px;
		}
		#content DIV.img {
			float: right;
			margin: 8px;
			font-size: 10px;
			font-style: italic;
			color: #785A3C;
			text-align: right;
		
		}
		#content H1 {
			margin: 0px;
			font-size: 18px;
		}
		DIV.quote {
			padding-top: 18px;
			font-size: 10px;
			letter-spacing: 1px;
			font-style: italic;
		}

PRE.leaves { 
	color: #639CB1;
	font-weight: bold;
	font-size: 10px; 
	font-family: Courier New; 
	padding: 0px;
	position: absolute;
	top: 4px;
	left: 68px;
}
PRE.trunk {
	font-size: 10px; 
	color: #785A3C;
	font-family: Courier New; 
	padding: 0px;
	position: absolute;
	top: 280px;
	left: 68px;
	font-weight: bold;
}

P.foot {
	margin: 0px;
	text-align: center;
	font-size: 9px;
	font-family: Trebuchet MS;
}
