BODY	{	 background: url(images/oakleaf_light_thin.jpg) 0 0 repeat-y; 	}

H1,H2,H3,H4	{	color: #007f08;	}

#content	{	color: #000000;
				background: #ffffff /* url(images/oakleaf3_light.jpg) -35px 0 */;
				/* margin-right: 165px; */
				padding-left: 1%;
				/* padding-top: 1%; */
				padding-bottom: 1%;
				margin-left: 100px;
				/* border: solid 1px #000000; */
				/* position: relative;
				top: 10px;
				left: 100px; */
			}

#sidebar	{	position: absolute;
			top: 22px;
			left: 3px;
		}
#sidebar_bg	{	position: absolute;
			top: 0px;
			left: 0px;
			background: url(images/oakleaf3_light.jpg) 0 0;
			height: 100%;
			width: 100px;
			
		}

.button	{	display: block;
			background: #ffffff url(images/oakleaf3_light.jpg) 0 0;
			padding: 4px 4px 4px 4px;
			margin-top: 2px;
			margin-bottom: 2px;
			/* border: #000000 1px solid; */
			width: 88px;
		}

A.button:link	{	text-decoration: none;
				color: #007f08;
				font-weight: bold;
			}
A.button:visited	{	text-decoration: none;
				color: #007f08;
			}

#bottomlink {	background: #ffffff url(images/oakleaf3_light.jpg);
		/* width: 100%; */
		padding: 7px 4px 7px 4px;
		border: #007f08 2px solid;
	    }
A#bottomlink:link	{	text-decoration: none;
				font-weight: bold;
				color: #007f08;
			}

A#bottomlink:visited	{	text-decoration: none;
				font-weight: bold;
				color: #007f08;
			}

.indent_4		{	margin-left: 4em;	}

.indent			{	margin-left: 1em;	}

.barefoot	{	float: right; padding-right: 20px; padding-top: 20px;	}

.left		{	float: left;	}
.right		{	float: right;	}

.wham		{	color: #007f08;
			font-weight: bold;
		}

