@charset "utf-8";

body {
	background-color: #F2F2F2;

}
p {

font-size: 25px;

}

#wrapper {
 	width: 80%;
	margin-right: auto;
	margin-left: auto;
	
	font-family: arial, sans-serif;
	font-size: 14px;
	padding-top: 30px;
	padding-bottom: 30px;
}


#container ul {
	list-style: none;
	
	
	padding-left: 12%;
}
#container ul li {

	background-color: #1a1a1a;
	width: 150px;
	border: 1px solid white;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
	color: white;
	font-size: 25px;
	font-family: courier;

}

#container ul li:hover {

	background-color: #737373;

}
#container ul ul {

	display:  none;
}
#container ul li:hover > ul {

	display: block;
}
#container a {
	color: white;
	text-decoration: none; 

}
#container a:hover {
	color: #222; 
}



.donate {
	
	
	font-family: verdana;
	font-size: 18px;
	
	z-index: 1;
	top: 55px;
	
}

#disc {

	font-family: courier;
	font-size: 20px;

}


#social {
	list-style: none;

}
#social li:hover {

	background-color: #1a1a1a;

}

#maps {
	display: center;
}

#other p {
	width: 70%;
	font-family: verdana;
	font-size: 20px;
	top: 55px;
}
#other li {
	list-style: none;
	font-family: verdana;
	font-size: 20px;
	font-style: strong;
}
#other a {

	color: black;
	text-decoration: none; 
}
#footer {
	
	width: 70%;
	font-family: verdana;
	font-size: 11px;
	padding-left: 12%;
	z-index: 1;
	top: 55px;
	background-color: ;
}

#home p {

	font-family: verdana;
	font-size: 30px;
}

#ref {
	
	font-family: verdana;
	font-size: 18px;
	
}
#ref li {
	list-style: none;
	
}
#ref a {

	color: black;
}

#com p {

	font-family: verdana;
	font-size: 20px;
}

#table td, tr {
	
	font-family: verdana;
	font-size: 15px;
}

#history p, li {
	font-family: verdana;
	font-size: 17px;
}



#function ul {
	font-family: verdana;
	font-size: 19px;
}

#gallery p {
	font-family: verdana;
	font-size: 15px;
}

#footer p {
	
	color: black;
	font-family: verdana;
	font-size: 12px;
	
}
#footer a {
	color: black;
	font-family: verdana;
	font-size: 12px;
	
}

#main {
	padding: 15px;

}
