/* St. Mary Magdalene CSS document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 125%;
	background-color: #84773F;
}
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%;
	color: #333333;
}
#surround {
	background-color: #FFFFFF;
	text-align: left;
	width: 800px;
}
#header {
	width: 800px;
	background-color: #84773F;
}
#content {
	width: 800px;
}
#leftcontent {
	float: left;
	width: 465px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#container #surround #content #leftcontent #marquee {
	margin: 0px;
	padding: 0px;
}
#rightcontent {
	float: right;
	width: 250px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
#bottommenu {
	text-align: center;
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 800px;
}
#bottommenu a {
	color: #333333;
}
#copyright {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 800px;
}
#copyright a {
	color: #666666;
}
#credits {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 800px;
}
#credits h6 {
	color: #CCCCCC;
}
#credits a {
	color: #999999;
}
.important {
	color: #FF0000;
}
