body {
	background-image: url(images/bg.jpg);
	background-color: #9B8154;
	padding: 0px;
	margin: 0px;
}

.gen { font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #77120F}
a.gen { color: #000000; text-decoration: underline; }
a.gen:hover { color:  #000000; text-decoration: underline; }

.gen_large { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #77120F}
a.gen_large { color: #000000; text-decoration: underline; }
a.gen_large:hover { color:  #000000; text-decoration: underline; }

.title { font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #3B1D21}

.list { font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #3B1D21}

.copyright { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #C49558}
a.copyright { color: #C49558; text-decoration: none; }
a.copyright:hover { color:  #7C1B18; text-decoration: none; }

#copyright_div {
	padding-top: 10px;
	padding-left: 165px;
}

.home_text {
	padding: 8px;
	text-align: left;
}

.menu_content {
	padding-left: 25px;
}

.menu_title { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11px; 
	color: #3B1D21; 
	font-weight: bold
}

.menu_items { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11px; color: #77120F; 
	padding-bottom: 15px; 
	padding-right: 100px;
}

.menu_summer { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11px; 
	color: #3B1D21; 
	font-weight: bold;
	padding-bottom: 15px;
}

div.menu {
z-index: 0;
}

div.menu > div {
z-index: -2;
}

div.menu > div:target > div, :target #default2 {
  position: absolute;		/* All these DIVs overlap */
  z-index: -1;
  }			
  




