@charset "utf-8";

/* CSS Document */


.page_container {
	position: relative;
	width: 900px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}


.banner_container {
	width: 900px;
	height: 172px;
	position: relative;
}

.navigation_container {
	background-color: #693353;
	width: 900px;
	height: 22px;
}
.navigation {
	margin-right: 55px;
	margin-left: 55px;
}

.content_container {
	background-color: #FFF;
	position: relative;
	height: 500px;
}
.content_left {
	float: left;
	width: 193px;
}
.content_center {
	width: 690px;
	position: relative;
	clear: none;
	float: left;
	padding-left: 5px;
}
.center_ad1 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	background-repeat: repeat-x;
	background-position: bottom;
}
.center_ad2 {
	margin-right: 14px;
	margin-left: 14px;
}


.content_right {
	float: right;
	background-color: #FFF;
	width: 200px;
	text-decoration: none;
}
.content_right img   {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.footer_container {
	background-image: url(../images/ParishMembers.jpg);
	background-repeat: no-repeat;
	width: 900px;
	clear: both;
}.footer {
	text-align: center;
	padding-top: 75px;
}

.clergy_picture {
	border: 1px solid #30869D;
	float: left;
	padding: 3px;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 1px;
}

.right_picture {
	float: right;
	border: 1px solid #30869D;
	padding: 3px;
	margin-left: 10px;
	clear: left;
	background-color: #FFF;
}
.left_picture {
	clear: none;
	border: 1px solid #30869D;
	padding: 3px;
	float: left;
	margin-right: 10px;
	background-color: #FFF;
}


/*Text decorations start here */

.h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #47292B;
}

.h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #47292B;
}

.h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #30869D;
	margin-left: 3px;
}

.h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4d4d4d;
	margin-left: 5px;
}

body {
	background-image: url(../test%20web/images/blueback.jpg);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height:22px;
	color: #47292B;
}


a {
  color: #47292B;
  text-decoration: none;
    font-weight: bold;
}

a:hover {
	color: #30869D;
	text-decoration: underline;
}

a:active {
  color: #47292B;
  text-decoration: none;
}

.body {
  color: #47292B;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height:22px;
}

.p {
	color: #47292B;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:22px;
	margin-left: 5px;
}
.classes_left {
	float: left;
	width: 295px;
}
.classes_right {
	float: right;
	width: 295px;
}
.panel_contnet {
	padding: 8px;
}
