body
{
	color : black;
	background:#483521 url("http://mountainlampidaho.org/images/dark-aldleaf.gif") repeat;
	font-family:sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
}

/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */
.contentText p
{
	max-width:50em;
}

.contentText a
{
	color : rgb(0,0,0);
	background-color : inherit;
}

.contentText a:hover
{
	color : rgb(79,58,35);
	background-color : rgb(230,230,250);
}

ul.menu
{
	list-style:none;
	margin:0px;
}

ul.menu li
{
	display:inline;
}

.menu
{
	text-align : left;
	background-color : rgb(219,201,156);
	border : thin solid rgb(0,0,0);
}

.menu a
{
	color : rgb(0,0,0);
	background-color : inherit;
	font-size : 80%;
}

.menu a:hover
{
	color : rgb(79,58,35);
	background-color : rgb(230,230,250);
}


.menu strong
{
	font-size : large;
}

.other
{
	text-align : left;
	border : thin solid rgb(0,0,0);
	background-color : rgb(219,201,156);
	color : rgb(0,0,0);
}

.smallText
{
	color : rgb(0,0,0);
	background-color : inherit;
	font-size : 80%;
}

.contentText
{
	color : rgb(0,0,0);
	background-color : rgb(219,201,156);
	border : thin solid;
}

.contextText a:link
{
	color: rgb(0,0,0);
	background-color:transparent;
}

.footer
{
	text-align : center;
	font-size : small; 
}

.footer a:link
{
	color: rgb(0,0,0);
	background-color:transparent;
}