title {
	display: none;
}


body {
	background: rgb(0, 0, 0);
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}


.body-text {
	color: rgb(255, 255, 255);
	display: block;
	font-family: Garamond, serif;
	font-size: 1em;
	text-align: left;
}


.body-text-box {
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 32px;
	margin-top: 32px;
	width:640px;
}


.bottom-banner-box {
	width: 720px;
	height:255px;
	position: fixed;
	bottom: 0px;
	left: 50%;
	margin-left: -360px;
	z-index: -1;
}


.centered-image {
	display: block;
	margin-bottom: 32px;
	margin-left: auto;
	margin-right: auto;
}


.menu-box {
	background-image: url(site/menu-box-contribute.png);
	display: block;
	width:402px; 
	height:116px; 	
	margin-bottom: 32px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
 }
 
 
.menu-header {
	color: rgb(255, 255, 255);
	width:402px; 
	height:37px; 
	font-family: "Monaco", monospace;
	font-size: 1.75em;
	font-weight: 500;
	letter-spacing: 3px;
	padding-top: 24px;
	text-align: center;
	text-shadow: 3px 0px #000000;
	user-select: none;
}


.menu-option {
	color: rgb(255, 255, 255);
	width:402px; 
	height:37px; 
	font-family: "Monaco", monospace;
	font-size: 1.75em;
	font-weight: 500;
	letter-spacing: 3px;
	text-align: left;
	text-indent: 112px;
	text-shadow: 3px 0px #000000;
	user-select: none;
}


.menu-option:hover {
	background-image: url(site/menu-cursor.png);
	color: rgb(255, 255, 255);
	width:402px; 
	height:37px; 
	font-family: "Monaco", monospace;
	font-size: 1.75em;
	font-weight: 500;
	letter-spacing: 3px;
	text-shadow: 3px 0px #000000;
	user-select: none;
}


.menu-option-greyed-out {
	color: rgb(80, 80, 80);
	width:402px; 
	height:37px;    
	font-family: "Monaco", monospace;
	font-size: 1.75em;
	font-weight: 500;
	letter-spacing: 3px;
	text-align: left;
	text-indent: 112px;
	text-shadow: 3px 0px #000000;
	user-select: none;
}