@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	font-weight: normal;
	max-width: 760px;
}
.twoColFixRtHdr #container {
	width: 955px;
	margin: 0; /* this overrides the text-align: center on the body element. */
	background-image: url(MainPage/container_bg.gif);
	background-attachment: scroll;
	position: absolute;
} 
.subfeatures_item {
	float: left;
	width: 330px;
	margin-left: 10px;
	padding-bottom: 15px;
	margin-top: 20px;
}
.subfeature_thumb {
	display: inline;
	float: left;
	width: 60px;
	margin-right: 10px;
}
.subfeature_description {
	width: 760px;
	height: 550px;
}
subfeature_description {
	font-weight: bold;
	color: #0000FF;
}
#praying_hands {
	width: 180px;
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.twoColFixRtHdr #header {
	height: 110px;

} 
#Nav {
	height: 30px;
	position: relative;
}
#Features {
	height: 40px;
	width: 760px;
}
#Sub_features {
	width: 760px;
	height: 550px;
}
#video_player {
	width: 755px;
	height: 725px;
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	width: 180px;
	float: right;
}
.twoColFixRtHdr #mainContent {
	width: 760px;
	float: left;
	height: auto;
	background-attachment: scroll;
	overflow: scroll;
	position: relative;

} 
Sub_Features_Final {
	height: 300px;
	width: 400px;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
	font-size: 12px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
Tag_container {
	position: static;
	display: inherit;
	visibility: hidden;
	z-index: auto;
}
Inner Page Links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#Template_Region {
	height: 725px;
	width: 755px;
	position: absolute;
}

