/* St. Peter's Episcopal Church CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 125%;
	background-color: #550B18;
}
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 {
	text-align: left;
	width: 802px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
#header {
	height: 150px;
	width: 800px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#topmenu {
	text-align: center;
	width: 760px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#topmenu h5 {
	color: #999999;
}
#leftcontent {
	float: left;
	width: 140px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
#leftcontent h5 {
	color: #999999;
}
#rightcontent {
	float: right;
	width: 600px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#pictures {
	text-align: center;
	float: right;
	width: 200px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 20px;
}
#bottommenu {
	clear: both;
	text-align: center;
	padding: 20px;
	width: 760px;
}
#copyright {
	width: 760px;
	color: #CCCCCC;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	clear: both;
}
#copyright a {
	color: #CCCCCC;
}
