@charset "utf-8";
/* CSS Document */

body { 
	padding-top: 20px;
	margin: 0px;
	background-color: #B4C9CB;
	 font-family: Times New Roman,Times, serif
}

#wrapper {
	overflow: auto;
	margin: 0 auto 0 auto;
	width: 927px;
	/*height: 699px;*/
	border: 4px solid #883967;
overflow-y:hidden;
}

#header {
	float: left;
	background-image: url(background_images/home_slices/header.jpg);
	background-repeat: no-repeat;	
	width: 927px;
	height: 146px;
	}
	 
#nav {
	float: left;
	width: 108px;
	height: 553px;
	background-image: url(background_images/home_slices/nav.jpg);
	background-repeat: no-repeat;	
}

#right_background {
	float: right;
	background-image: url(background_images/home_slices/right_background.jpg);
	background-repeat: no-repeat;	
	width: 819px;
	height: 553px;
 
}

#right_content {
	float: left;
	width: 375px;
	height: 275px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 220px;
    
}
#right_content p {
	padding:5px 59x 0px 5px;
	text-align: center;
	
	}
	
#jesus_content1 {
	margin: 30px auto 0 auto;
	width: 100%;
	text-align: center;
	}
 
#jesus_content2 {
	margin: 10px auto 0 auto;
	width: 100%;
	text-align:center;
	}
#jesus_content3 {
	margin: 10px auto 0 auto;
	width: 100%;
	text-align:center;
	}
/*******************************IMAGES CODE*****************************/

#images {
margin: 0 auto 0 auto;
width: 100%;
 
}

.image  {
float: left;
margin: 20px auto 20px 20px;
width: 80px;
height: 80px;
display: inline;
}
#images_right_content {
	float: left;
	width: 425px;
	height: 275px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 190px;
    
}
#images_right_content p {
	padding:5px 59x 0px 5px;
	text-align: center;
	
	}
