#events {
	background-color: #EFEFEF;
	border: 1px solid #CC4747;
	padding: 6px;
	text-align: justify;
}

body {
	background-color: #969696;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
#header_wrap {
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
}
#content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	height: 100%;
}
#side_menu {
	float: left;
	width: 196px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
	clear: none;
	height: 636px;
}
#content_body {
	width: 724px;
	padding-right: 18px;
	height: 100%;
	background-image: url(images/side_menu_bg.png);
	background-repeat: repeat-y;
	clear: none;
	float: none;
	padding-left: 217px;
	padding-top: 18px;
}


#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 124px;
	background-image: url(images/header.png);
}
#top_menu_wrap {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image: url(images/top_menu_bg.png);
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#footer {
	padding: 2px;
	height: 14px;
	width: 956px;
	margin-right: auto;
	margin-left: auto;
	background-color: #901717;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	border: 2px solid #000;
}


#top_menu {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	height: auto;
	background-image: url(images/top_menu_bg.png);
}
#name {
	margin-top: 18px;
}

.clear {
	height:0px;
	overflow:hidden;
	width: 724px;
	clear: left;
}
#missionary {
	float: right;
	margin-bottom: 12px;
	margin-left: 18px;
	border: 1px solid #CC4747;
	margin-top: 24px;
}
#footer a:link {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
#footer a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
#footer a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

