body
{
font-size: 100%;  
color:#000000;
font-family: Georgia, Times, serif; 
background-image: url("beige010.jpg");
/* background-color:#f3a869; */
margin:0px;
margin-top: 1em;;
}

.menu
{
margin-top: 60px;
text-align: center;
}

.menu a
{
  font-size: 120%;
  background-color:#f3a869;
  color: black;
  font-weight: bold;
  text-decoration: none;
  border: 2px outset;
  padding: 6px;
  margin: 0px;
}

.menu a:hover
{
  color: red;
  border: 2px black outset;
  /* next property changes button background to green
  background-color: #A6D785; */
}

.menu a:active
{
	color: red;
	border: 2px black inset;
}

/* this div contains the main text plus the 2 side pics */
#content 
{
	width:  920px;
	/* margin-top:  5em; */
	background-color: transparent;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position:  relative;
}

#leftmain
{
	float: left;
	width: 140px;
	margin-right: 5px;
	background-color: transparent;
	border: 0;
}

#leftmain a img
{
	border: 0;
}

#rightmain
{
	float: right; 
	width: 140px;
	margin-left: 5px;
	background-color: transparent;
	border: 0;
}

#centermain
{
	text-align: left;
	background-color:#ffe4c4;
	border: 1px solid;
	margin-left: 155px;
	margin-right: 155px;
	padding: 25px;
	width: 550px;
}

.head
{
 font-size: 150%;
 font-style: italic;
 text-align: center;
} 

.subhead
{
	font-size: 80%;
}

.head2
{
font-size: 150%;
font-weight: bold;
}

#contact
{
	font-size: 80%;
	text-align: left;
}

#footer {
	clear: both;
	text-align: center;
}

#footer a img
{
	border: 0;
}

a:hover
{
	color: red;
}

.leftimg
{
float: left;
border: 0;
}

.leftimg a img
{
	border: 0;
}

.rightimg
{
float: right;
border: 0;
}

.oneline {
	white-space: nowrap;
}

/*
#members img
{
	text-align: left;
	vertical-align: top;
}
*/

.widerule
{
	height: 3px;
}

.w22
{
	width: 22%;
	text-align: left;
	vertical-align: top;
}

.w4
{
	width: 4%;
}

.centered
{
	text-align: center;
}
