﻿@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #891508;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
img {
	border: none;
}
p {
	margin: 0 0 20px 0;
}
form {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 26px;
	color: #333333;
	line-height: 30px;
	margin: 0 0 15px 0;
	padding: 0;
}

a:link, a:visited {
	color: #d81815;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #e23936;
	text-decoration: none;
}
a:active {
	outline: none;
}
.relative {
	position: relative;
}


#wrapper {
	width: 896px;
}

#header {
	width: 896px;
	height: 137px;
	background: url('../images/header.jpg') top left no-repeat;
	position: relative;
}
#nav_bar {
	height: 23px;
	background: #f39346;
	text-align: right;
	line-height: 23px;
	padding: 0 0 0 500px;
}
#nav_bar a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	text-transform: uppercase;
	display: block;
	float: left;
	padding: 0 15px;
}
#nav_bar a.active {
	background: url('/images/ffffff_70_v2.png') top left repeat;
}

#content {
/*	min-height: 378px;	*/
	background: #f2b75b; 
	text-align: left;
	padding: 110px 90px 30px 90px;
	height: 375px;
	overflow-x: hidden;
	overflow-y: hidden;
}
#content_left {
	float: left;
	width: 290px;
}
#content_right {
	float: left;
	width: 420px;
}
.clear_float {
	clear: both;
	height: 0;
	line-height: 1px;
}
#logo {
	width: 424px;
	height: 101px;
	position: absolute;
	top: 146px;
	left: 90px;
	background: url('../images/logo.png') top left no-repeat;
}

#footer {
	font-size: 10px;
	line-height: 14px;
	color: #e36153;
	padding: 20px;
}

#missionary_list {
	position: absolute;
	top: -3000px;
	left: 0;
}
#missionary_list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#missionary_list ul li {
	display: block;
}
#missionary_list ul li a {
	display: block;
	text-align: center;
	background: url('/images/ffffff_70_v2.png') top left repeat;
	margin-top: 2px;
	padding: 0;
	width: 120px;
	text-transform: none;
	font-size: 12px;
	color: #333333;
	line-height: 23px;
}
#missionary_list ul li a:hover {
	background: #ffffff;
}



/* X BOX blue */
.x_box_red a {
	display: block;
	color: #a5a5a5;
	line-height: 12px;
	padding: 2px 5px 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
/*	float: right;	*/
}
.x_box_red a:hover {
	color: #ffffff;
	background: #229aff;
}