html {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

#header {
	width: 641px;
	height: 64px;
	margins: 0px, 0px, 1px, 0px;
	background-color: #114a8f;
}

#nav {
	width: 641px;
	height: 43px;
	margins: 0px, 0px, 1px, 0px;
	background-color: #002b5f;
	border-color: #ffffff;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
}

#nav a {
	color: #ffffff;
}

.nav_item {
	position: relative;
	top: 12px;
	width: 33%;
	height: 43px;
	text-align: center;
	float: left;
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	color: #ffffff;
}

#verse_quote_inner {
	width: 219px;
	text-align: left;
	margin-top: 10px;
	margin-left: 15px;

}

#page_copy {
	position: absolute;
	top: 13px;
	left: 275px;
	width: 345px;
	margin: 0px;
	font-family: Arial;
	font-size: 10.5pt;
	color: #0b375c;
	overflow-y: auto;
	height: 340px;
}

h1 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #0b375c;
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
}

#footer {
	position: absolute;
	top: 376px;
	left: 0px;
	width: 396px;
	height: 21px;
	background-color: #104a8f;
	border-color: #ffffff;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}


#footer_home_link {
	font-family: Arial;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
}

#home_link {
	float: left;
	margin-left: 10px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

#copyright {
	float: right;
	font-family: Arial;
	font-size: 7pt;
	color: #ffffff;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#video_link {
	position: absolute;
	left: 397px;
	top: 358px;

	font-family: Arial;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
	text-align: left;

	width: 243px;
	height: 39px;

	background-color: #002b5f;

	border-color: #ffffff;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 0px;
	
	cursor: pointer;
}

#video_text {
	float: left;
	width: 172px;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 1px;
}

#video_thumbnail {
	float: right;
	width: 48px;
	height: 31px;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 1px;
}


