/*For Trinity United Methodist Church*/

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: /*#D2B48C*//*#B87333*/#CE9D61;
	text-align: center;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: black;
}

#wrapper {
	width: 800px;
	background-color: #FFF3CB;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

#header {
	height: 125px;
}

#nav {
	background-color: #800020;
	height: 20px;
}

#nav ul {
	clear: both;
	float: left;
	text-align: center;
	width: 800px;
}

#nav ul li {
	display: inline;
	float: left;
	height: 25px;
	text-align: center;
	width: 160px;
}

#nav ul li:hover ul{
	display: block;
	position: absolute;
}

#nav ul li ul{
	border: 4px solid #D2B48C;
	display: none;
	background-color: #8A3324;
	height: auto;
	margin-left: 40px;
	padding: 0;
	width: auto;
}

#nav ul li ul li {
	display: block;
	float: none;
	height: auto;
	margin-left: 2px;
	margin-right: 2px;
	padding: 4px 30px 4px 10px;
	text-align: left;
	width: 175px;
}

#nav ul li a {
	color: #FFFEC0;
	font-family: georgia;
}

#nav a:hover {
	text-decoration: underline;
}

#content {
	font-family: arial, verdanda, georgia;
	padding: 20px;
}

#footer {
	text-align: center;
	padding: 3px;
	clear: both;
}

#footer p {
	font-size: .6em;
	font-family: verdana;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.icon_group {
	margin-top: 10px;
	margin-left: 10px;
	clear: both;
}

.icon_group p {
	padding-left: 5px;
}

#staff .name {
	font-weight: bold;
}