body { 
	background-color: #faf3f0; 
	color: black; 
	font-size: 14px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(images/side3.gif) repeat-y 0 0;
} 
p { color: black; font-size: 14px; line-height: 1.5; } 
h1, h2, h3, h4 {
	color: #6D2112;
	font-variant: small-caps;
}
td { color: black; font-size: 14px } 
img#pagename { padding-left: 15px; padding-top: 20px; padding-bottom: 10px; }

#sidebar { 
	position: absolute;
	left: 10px;
	width: 180px;
	z-index: 10;
}

#content { 
	width: 750px; 
	position: absolute;
	left: 200px;
	padding-left: 20px;
	padding-bottom: 10px;
	z-index: 0;
}
#sidebar img {
	text-align: left;
	margin: 16px 0;
	border: 0;
}

#sidebar ul {
        margin: 0;
        list-style: none;
        padding: 0;
        width: 160px;
        font-weight: bold;
        font-size: 135%;
        font-variant:small-caps;
        letter-spacing:-.1ex;
}
#sidebar ul li {
	position: relative;
	line-height: .8;
	padding: 8px; /* cascades through */
	width:160px;
}
#sidebar li a { display: block;}
#sidebar ul li ul {
	position: absolute;
	left: 170px;
	top: 0;
	width: auto;
	display:none;
	font-size: 90%;
	background-color: #e9c791;
}


#sidebar ul li ul li {
	border: 1px solid #e9c791; 
	background-color: #e9c791;
	width: 140px;
} /* so box size doesn't change when border is higlighted */

#sidebar .donate {
margin-top: 15px;
text-align: center;
}

/* HOVER BEHAVIOR */
#sidebar li:hover ul, #sidebar li.over ul { display: block; } /* makes the menu appear */
#sidebar li ul li:hover, #sidebar li ul li.over {
	border: 1px solid #6a1e10;
	background-color: #faf3f0; }
#sidebar li:hover, #sidebar li.over { background-color: #e9c791; } /* background of top menu item turns same color as dropdown menu */
#sidebar li:hover :link, #sidebar li.over :link { color: #b75d1b; } /* all links turn darker when menu drops down */

#sidebar li.over { position: static; } /* attempted IE7 fix */

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li span {
	vertical-align: -2px;
}

/* Basic Link Behavior */

a { text-decoration: none; }
a:link { color: #B75D1B; }
#content a:visited { color: #d7ac6c; }
a:hover { xcolor: #d7ac6c; text-decoration: underline; }

/* Nav link behavior */
#nav a:link { color: #d7ac6c; }
#nav a:visited { color: #d7ac6c; }
#nav a:hover { text-decoration: none; }
#nav li:hover a, #sidebar li.over a { color: #b75d1b; } /* all links turn darker when menu drops down */

#sidebar p#contact {
		clear: left;
        position: relative;
	    top: 180px;
        text-align: center;
        color: #ead9c0;
}
#sidebar p#contact a {
text-decoration: none;
font-weight: bold;
color: inherit;
}
#sidebar p#contact a:hover {
text-decoration: underline;
}