/* Episcopal Appalachian Ministries CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 125%;
	background-image: url(../images/background.jpg);
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 125%;
}
#surround {
	background-color: #FFFFFF;
	text-align: left;
	width: 802px;
	border: 1px solid #000000;
}
#header {
	text-align: center;
	height: 130px;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#topmenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	padding: 20px;
	width: 760px;
	display: none;
}
#leftcontent {
	float: left;
	width: 120px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	display: none;
}
#rightcontent {
	float: right;
	width: 760px;
	padding: 20px;
}
#pictures {
	text-align: center;
	float: right;
	width: 400px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#bottommenu {
	padding: 20px;
	clear: both;
	width: 760px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#footer {
	text-align: center;
	padding: 20px;
	clear: both;
	width: 760px;
	display: none;
}
#copyright {
	padding: 20px;
	width: 760px;
	color: #FFFFFF;
}
#copyright a {
	color: #FFFFFF;
}
