@charset "utf-8";

/* CSS Document */

#index_container {
	width: 890px;
	height: 640px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #000;
	color: #00F;
}


#container  {
	width: 914px;
	height: 864px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
}

#page_background {
	background-image: url(images/background_jmm.jpg);
	width: 914px;
	height: 864px;
	position: absolute;
}

#menubar_container  {
	width: 720px;
	height: 40px;
	margin-top: 190px;
	margin-left: 90px;
	position: relative;
	top: 1px;
}


#main_content {
	width: 500px;
	height: 530px;
	overflow: hidden;
	position: relative;
	top: 250px;
	left: 300px;
	letter-spacing: normal;
	word-spacing: normal;
	padding: 10px;
}

#main_content2 {
	background-color: #000;
	color: #FFF;
}

#text1 {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	color: #03C;	
}

#about_content {
	width: 495px;
	height: 520px;
	overflow: scroll;
	position: relative;
	letter-spacing: normal;
	word-spacing: normal;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#press_content {
	width: 495px;
	height: 520px;
	overflow: scroll;
	position: relative;
	letter-spacing: normal;
	word-spacing: normal;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#home_content {
	font-family: "Century Gothic";
	margin-top: 20px;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#video_player {
	margin-top: 40px;

}

#bibleverse_container  {
	width: 180px;
	height: 150px;
	margin-top: 10px;
	margin-left: 100px;
	font-size: 11px;
	letter-spacing: normal;
	word-spacing: 1px;
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#nspired_container {
	font-family: "Times New Roman";
	margin-top: 250px;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	float: right;
	margin-right: 70px;
}