body {
	background: GhostWhite url("/pics/site_bg_image.png") no-repeat fixed top center;
}
/*
*/


.rad4 {
	border-radius: 4px;
}


.rad8 {
	border-radius: 8px;
}


.opc0 {
	opacity: 1;
}


#main {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 920px;
	height: 680px;
	overflow: auto;
}
/*
	background-color: lightblue;
	opacity: 0.2;
	background: url('archive/pics/site_bg_image.png');
	border: 1px solid red;
*/


#info {
	position: relative;
	width: 700px;
	height: 530px;
	top: 20px;
	left: 20px;
	font-size: 14pt;
	background: none;
}


#info > div {
	position: relative;
}
/*
	border: 1px solid black;
	margin: auto;
*/


#menu {
	display: flex;
	flex-direction: column;
	width: 155px;
	height: 600px;
	margin: 20px 10px 5px 10px;
}
/*
	border: 1px solid black;
	opacity: 1;
*/


.menuItem {
	width: 100%;
	height: 75px;
	margin: 7px auto;
	border-radius: 8px;
}
/*
	margin-bottom: 10px;
	vertical-align: bottom;
	padding-top: 10px;
*/

#menu span {
	display: block;
	width: 90%;
	height: 62px;
	margin: 4px auto;
	color: black;
	font-size: 13pt;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	line-height: 30px;
	box-shadow: 3px 4px gray;
	background: rgba(255,222,173,0.4);
	border: none;
}
/*
*/


#about {
}
/*
	margin-top: 3px solid gray;
*/


#aboutTxt {
	width: 350px;
	height: 200px;
	margin-top: 25px;
	margin-left: 100px;
	text-align: justify;
}


#give {
}


#giveTxt {
	width: 300px;
	height: 200px;
	margin-top: 25px;
	margin-left: 100px;
	text-align: justify;
}


#dinner {
}


#newsTxt {
	width: 240px;
	height: 200px;
	margin-top: 25px;
	margin-left: 100px;
	text-align: justify;
}


#volunteerTxt {
	width: 250px;
	height: 200px;
	margin-top: 25px;
	margin-left: 100px;
	text-align: justify;
}


#donateTxt {
	width: 250px;
	height: 200px;
	margin-top: 25px;
	margin-left: 100px;
	text-align: justify;
}


#banner {
	position: relative;
	left: 120px;
	width: 460px;
	height: 90px;
	background: FloralWhite;
	border: 2px double black;
}
/*
	margin: 10px 10px 10px 20px;
	display: inline-block;
	background: cornsilk;
	margin: 10px auto 0 auto;;
*/


#welcome {
	width: 97%;
	height: 98%;
	font-family: "Lucida Handwriting";
	font-size: 20pt;
	text-align: center;
}


.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.border_1sb {
	border: 1px solid black;
}


#greeting {
	width: 180px;
	height: 30px;
	font-style: italic;
	line-height: 1.25;
	margin-top: 5px;
	margin-bottom: 0;
	border: none;
}


#identity {
	width: 500px;
	height: 70px;
	font-size: 28pt;
	font-style: italic;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 5px;
	border: none;
}
