body {
	margin: 0;
	padding: 0;
}

#logo {
	float: left;
	margin-top: -2px;
}

#main-menu {
	background: #b20000 no-repeat 0 center url(/image/cru-logo-bg.png);
	border-bottom: solid #000 1px;
	padding: 8px 0 8px 0px;
}

#main-menu ul {
	background-color: #000;
	color: #fff;
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 4px;
}

#main-menu ul li {
	font-family: Times New Roman, serif;
	display: inline;
	margin-left: 1em;
}

#main-menu ul a {
	color: #fff;
	font-weight: bold;
}

span.checkoutlink {
	background-color: #bc0000;
	color: #fff;
	padding: 4px;
	font-size: 12px;
}

span.checkoutlink a {
	color: #fff;
	text-decoration: underline;
}

td, th, p, li {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

dl {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

dt {
	font-weight: bold;
	margin-top: 1em;
}

#content {
	margin-top: 8px;
	margin-left: 20px;
	padding-right: 20px;
	width: 510px;
	border-right: solid #999 1px;
	min-height: 400px;
	float: left;
}

#content h1 {
	color: #ccc;
	font-size: 12px;
}

#content h2 {
	color: #ad8b00;
	padding: 0;
	margin: 0;
}

#content h3 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

#content.wide {
	width: 710px;
	border-right: none;
}

#sidebar {
	float: left;
	width: 220px;
	padding-top: 20px;
	padding-left: 20px;
}

#sidebar h1 {
	color: #ad8b00;
	font-size: 16px;
	margin: 0;
}

#sidebar ul, #sidebar ol {
	margin: 1em 1.5em;
	padding: 0;
}

#sidebar p, #sidebar li {
	font-size: 12px;
	line-height: 1.5;
}

ul {
	font-family: Arial, Verdana, sans-serif;
}

ul.churches {
	list-style-type: none;
	font-size: 12px;
	line-height: 1.4;
}


ul.churches li {
	padding-bottom: 1em;
}

ul.churches li:last-child {
	padding-bottom: 0;
}

ul.links {
	font-size: 14px;
	line-height: 1.6;
}

ul.links > li {
	padding-top: 1em;
}

table#groups {
	width: 100%;
}

table#groups th {
	border-bottom: solid #ccc 2px;
}

table#groups td {
	border-bottom: solid #ccc 1px;
	font-size: 12px;
	padding: 2px;
}

table#groups td.leader {
	text-align: center;
}

#footer {
	background-color: #eee;
	clear: both;
	text-align: center;
	margin-top: 1em;
	padding: 0.5em;
	font-size: 10px;
	border-top: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
}

#footer a {
	color: #000;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer li {
	display: inline;
	margin: 0 0.5em;
	font-size: 10px;
}