/* All Saints' Church CSS document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 125%;
	background-color: #7E5F42;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#container #surround #content #leftcontent h1 {
	font-family: Papyrus, cursive;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 125%;
	color: #4D3431;
}
.jesuswords {
	color: #FF0000;
}
.newsimage {
	float: left;
	width: 150px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#surround {
	background-color: #FFFFFF;
	text-align: left;
	width: 800px;
}
#header {
}
#content {
	width: 800px;
}
#leftcontent {
	float: left;
	width: 540px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#week td {
	padding-right: 10px;
}
#rightcontent {
	float: right;
	width: 200px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
}
#announcements {
	text-align: left;
}
#announcements iframe {
	text-align: right;
}
#bottommenu {
	text-align: center;
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 800px;
}
#copyright {
	color: #FFFFFF;
	width: 800px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#copyright h6 {
	color: #FFFFFF;
}
#copyright a {
	color: #CCCCCC;
}
