body{ 
	position:relative;
	top:18px;
	text-align: center; /* for IE */
	font-family:arial;
	background-image: url(images/bodybackground.jpg);
	background-repeat: repeat-x;
	background-color:#842a12;
	
}
.container {
	position:relative;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	top:-26px;	
	width:650px;
}
#header {
	position: relative;
	left:2px;
	height:114px;
	width: 650px;
	background-image: url(images/header.gif);
	background-repeat: repeat-x;
}
#content {
	position:relative;
	height:550px;
	width:655px;
	background-image: url(images/contentBackground.gif);
	background-repeat: no-repeat;
}
#innerContent {
	position:relative;
	top:26px;
	left:27px;
	height:499px;
	width:601px;
	background-color:#eacfa2;
}
#contentHeader {
	position:relative;
	left:1px;
	height:119px;
	width:601px;
/*	background-image: url(images/ourMission.jpg); */
/*	background-repeat: no-repeat;  */
}
#menuBar {
	position:relative;
	top:1px;
	height:29px;
	width:100%;
	background-color:white;
	border-style:solid;
	border-color:white;
	border-width:2px 0 0 0;
}

.textWrapper {
	font-family: Arial;
	font-size:10pt;
	font-style: italic;
	color:white;
	padding-left:10px;
	padding-top:5px;
	font-weight:bold;
}
.textWrapper a:link{
	font-family: Arial;
	font-size:10pt;
	font-style: italic;
	color:white;
	font-weight:bold;
	text-decoration:none;
	z-index:100;
}
.dropDownNavigation {
	position:absolute;
	top:24px;
	visibility:hidden;
	z-index:10000;
	background-color:#a03316;
	color:white;
	border-style: solid;
	border-width: 0px 2px 2px 2px;
	border-color:white;
	width:150px;
}

	.dropDownNavigation a:link{
		color:white;
		text-decoration:none;
		font-family:arial;
		font-style: italic;
		font-weight:normal;
		font-size:8pt;		
	}
	.dropDownNavigation a:hover{
		color:#e4a347;
		text-decoration:none;
		font-family:arial;
		font-style: italic;
		font-weight:normal;
		font-size:8pt;	
	}
	.dropDownNavigation a:visited{
		color:white;
		text-decoration:none;
		font-family:arial;
		font-style: italic;
		font-weight:normal;
		font-size:8pt;	
	}

.textWrapper a:visited{
	font-family: Arial;
	font-size:10pt;
	font-style: italic;
	color:white;
	font-weight:bold;
	text-decoration:none;
}
.menuBarAboutUs {
	position:relative;
	float:left;
	height:24;
	width:84;
	background-image: url(images/aboutus.gif);
	background-repeat: no-repeat;
}
.menuBarMinistries {
	position:relative;
	float:left;
	height:24;
	width:86;
	background-image: url(images/ministries.gif);
	background-repeat: no-repeat;
}
.menuBarCalendar {
	position:relative;
	float:left;
	height:24;
	width:80;
	background-image: url(images/calendar.gif);
	background-repeat: no-repeat;
}
.menuBarDailyReading {
	position:relative;
	float:left;
	height:24;
	width:92;
	background-image: url(images/dailyreading.gif);
	background-repeat: no-repeat;
}
.menuBarForums {
	position:relative;
	float:left;
	height:24;
	width:84;
	background-image: url(images/forums.gif);
	background-repeat: no-repeat;
}
.menuBarResources {
	position:relative;
	float:left;
	height:24;
	width:85;
	background-image: url(images/resources.gif);
	background-repeat: no-repeat;
}
.menuBarContactUs {
	position:relative;
	float:left;
	height:24;
	width:90;
	background-image: url(images/contactus.gif);
	background-repeat: no-repeat;
}
#left {
	position:relative;
	float:left;
}
#innerContentTopLeft {
	position:relative;
	float:left;
	top:-2px;
	height:181;
	width:170;
	background-image: url(images/newtoRS.gif);
	background-repeat: no-repeat;
	border-style:solid;
	border-width:0 2px 2px 0;
	border-color:white;
}
#innerContentBottomLeft {
	position:relative;
	float:left;
	top:-2px;
	height:168;
	width:170;
	background-image: url(images/listen.jpg);
	background-repeat: no-repeat;
	border-style:solid;
	border-width:0 2px 0 0;
	border-color:white;
}
#right {
	position:relative;
	float:right;

	width:426;
}
#innerContentTopRight {
	position:relative;
	float:right;
	top:-2px;
	left:-3px;
	height:36;
	width:429;
	background-image: url(images/whatshappening_saf.jpg);
	background-repeat: no-repeat;
	border-style:solid;
	border-width:0 0 0 0;
	border-color:white;
}
#innerContentMiddleTRight {
	position:relative;
	float:right;
	top:-2px;
	left:0px;
	height:172;
	width:426;
	background-image: url(images/whatshappening_background.jpg);
	background-repeat: no-repeat;
	border-style:solid;
	border-width:0 0 0 0;
	border-color:white;
}
#innerContentMiddleBRight {
	position:relative;
	float:right;
	top:-2px;
	height:31;
	width:426;
	background-image: url(images/ourministries.jpg);
	background-repeat: no-repeat;
	border-style:solid;
	border-width:2px 0 0 0;
	border-color:white;
}
#innerContentBottomRight {
	position:relative;
	float:right;
	top:-2px;
	padding-top:3px;
	height:110;
	width:426;
	background-image: url(images/ourministries_background.jpg);
	background-repeat: no-repeat;
	border-style:solid;
	border-width:0 0 0 0;
	border-color:white;
}
#footer {
	position: relative;
	left:2px;
	height:96px;
	width:655px;
	background-image: url(images/footerBackground.gif);
	background-repeat: no-repeat;
}
.footerSearch {
	position: relative;
	float:left;
	padding-top:4px;
	padding-left:80px;
	font-family:arial;
	font-size:8pt;	
}
.footerAddress {
	position: relative;
	float:right;
	padding-top:4px;
	right:55px;
	width:120px;
	text-align:right;
	font-family:arial;
	font-size:8pt;
}
.footerCopyright {
	position: relative;
	float:right;
	padding-top:4px;
	width:100%;
	text-align:center;
	font-family:arial;
	color:gray;
	font-size:8pt;
}
.footerCopyright a:link{
	text-align:center;
	font-family:arial;
	color:gray;
	font-size:8pt;
	text-decoration:none;
}
.footerCopyright a:visited{
	text-align:center;
	font-family:arial;
	color:gray;
	font-size:8pt;
	text-decoration:none;
}
.footerCopyright a:hover{
	text-align:center;
	font-family:arial;
	color:black;
	font-size:8pt;
	text-decoration:none;
}
.arial-italics-underline-white {
	position:relative;
	font-family:arial;
	text-align:right;
	color:white;
	font-style: italic;
	text-decoration:underline;
	font-weight:bold;
	font-size:9pt;
	padding-right:5px;
	
}
	.arial-italics-underline-white a:link{
		position:relative;
		font-family:arial;
		text-align:right;
		color:white;
		font-style: italic;
		text-decoration:underline;
		font-weight:bold;
		font-size:9pt;
		padding-right:5px;

	}
	.arial-italics-underline-white a:link{
		position:relative;
		font-family:arial;
		text-align:right;
		color:white;
		font-style: italic;
		text-decoration:underline;
		font-weight:bold;
		font-size:9pt;
		padding-right:5px;

	}
.arial-italics-green {
	position:relative;
	font-family:arial;
	text-align:right;
	color:#3b5a48;
	font-style: italic;
	font-weight:bold;
	font-size:9pt;
	padding-right:5px;
}
.arial-italics-lightgreen-Big {
	position:relative;
	font-family:arial;
	text-align:right;
	color:#b9d7bd;
	font-style: italic;
	font-weight:bold;
	font-size:24pt;
	padding-right:5px;
}
	.arial-italics-lightgreen-Big a:link{
		position:relative;
		font-family:arial;
		text-align:right;
		color:#b9d7bd;
		font-style: italic;
		font-weight:bold;
		font-size:24pt;
		padding-right:5px;
		text-decoration:none;
	}
	.arial-italics-lightgreen-Big a:visited{
		position:relative;
		font-family:arial;
		text-align:right;
		color:#b9d7bd;
		font-style: italic;
		font-weight:bold;
		font-size:24pt;
		padding-right:5px;
		text-decoration:none;
	}
.clear-left {
	clear:left;
}
.clear-right {
	clear:right;
}
.clear-both {
	clear:both;
}
