@charset "utf-8";
* { margin : 0; padding : 0; }
body {
	background-image: url(img/bodybg.png);
	height: 100%;
	width: 1300px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-position: left top;
}
#mainwrapper {
	padding: 0px;
	position: relative;
	left: auto;
	top: 0px;
	width: 960px;
	overflow: visible;
	height: 4350px;
	right: auto;
	bottom: auto;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#clouds {
	background-image: url(img/container_bg2.png);
	background-repeat: no-repeat;
	position: fixed;
	padding: 0px;
	height: 1266px;
	width: 1300px;
	left: 0px;
	top: 0px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#header {
	background-image: url(img/header_bg.png);
	padding: 0px;
	height: 159px;
	width: 750px;
	position: relative;
	left: auto;
	top: 0px;
	z-index: 1;
	background-repeat: no-repeat;
	right: auto;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	background-image: url(img/content_bg.png);
	background-repeat: repeat-y;
	padding: 0px;
	width: 750px;
	left: auto;
	position: relative;
	right: auto;
	background-position: center;
	top: -40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#litany {
	background-color: #f1f3e4;
	background-position: center;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	border: thick dashed #646639;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000099;
	text-indent: -9999px;
}
h2 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	padding: 0px;
	height: 35px;
	margin-top: 45px;
	margin-left: 75px;
	position: relative;
	top: 25px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #000000;
	text-align: center;
	padding: 0px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	font-weight: normal;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #660000;
	text-align: left;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 75px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #003300;
	text-align: left;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 75px;
}
h6 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	height: 24px;
	margin-top: 0px;
	margin-left: 30px;
	font-style: italic;
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: justify;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 55px;
	width: 650px;
}
.divider {
	background-image: url(img/divider.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 25px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding: 0px;
	z-index: 3;
}
.zerobottommargin {
	margin-bottom: 0px;
}

.indent {
	text-align: left;
	text-indent: 35px;
}


.italic {
	font-size: 14px;
	font-style: italic;
	margin-top: 0px;
}
#sidebar_nav {
	position: absolute;
	z-index: 1;
	list-style-type: none;
	height: 455px;
	width: 93px;
	padding: 0px;
	overflow: visible;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 0px;
	right: 0px;
}
#sidebar_nav ul   {
	z-index : 2;
	position : fixed;
	width : 93px;
	height : 455px;
	padding : 0;
	list-style-type: none;
	text-indent: -9999px;
	background-image: url(../../Assets/img/checkered.png);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	overflow: visible;
}
#sidebar_nav li  {
	padding: 0px;
	list-style-type: none;
	text-indent: -9999px;
	position: relative;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar_nav a  {
	position: relative;
	text-indent: -9999px;
	display: block;
}

li.sidebar_navhome a {
	top : 8px;
	width : 184px;
	height : 88px;
	background-image: url(../../Assets/img/home.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	list-style-type: none;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: -142px;
	margin-bottom: 0px;
	margin-left: 0px;
	right: 5px;
}
li.sidebar_navhome a:hover {
	background-image: url(../../Assets/img/homehover.png);
	background-repeat: no-repeat;
	list-style-type: none;
	height: 88px;
	width: 42px;
	text-indent: -9999px;
	display: block;
	top: 8px;
	margin-top: 0px;
	margin-left: 0px;
	right: 5px;
}
li.sidebar_navdownloads a {
	width : 42px;
	height : 88px;
	background-image: url(../../Assets/img/downloads.png);
	background-repeat: no-repeat;
	list-style-type: none;
	text-indent: -9999px;
	display: block;
	top: 8px;
	right: 5px;
}
li.sidebar_navdownloads a:hover {
	background-image: url(../../Assets/img/downloadshover.png);
	background-repeat: no-repeat;
	list-style-type: none;
	height: 88px;
	width: 42px;
	text-indent: -9999px;
	display: block;
	top: 8px;
	right: 5px;
}
li.sidebar_navlinks  a {
	width : 42px;
	height : 88px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url(../../Assets/img/links.png);
	list-style-type: none;
	display: block;
	top: 8px;
	right: 5px;
}
li.sidebar_navlinks  a:hover {
	top : 8px;
	width : 42px;
	height : 88px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url(../../Assets/img/linkshover.png);
	list-style-type: none;
	display: block;
	right: 5px;
}
li.sidebar_navshop  a {
	width : 42px;
	height : 88px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url(../../Assets/img/shop.png);
	list-style-type: none;
	display: block;
	top: 8px;
	right: 5px;
}
li.sidebar_navshop  a:hover {
	top : 8px;
	width : 42px;
	height : 88px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url(../../Assets/img/shophover.png);
	list-style-type: none;
	display: block;
	right: 5px;
}
li.sidebar_navimage  a {
	width : 42px;
	height : 88px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url(../../Assets/img/image.png);
	list-style-type: none;
	display: block;
	top: 8px;
	right: 5px;
}
li.sidebar_navimage  a:hover {
	top : 8px;
	width : 42px;
	height : 88px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url(../../Assets/img/imagehover.png);
	list-style-type: none;
	display: block;
	right: 5px;
}
li.sidebar_navcontact a {
	background-image: url(../../Assets/img/contact.png);
	background-repeat: no-repeat;
	list-style-type: none;
	height: 88px;
	width: 42px;
	text-indent: -9999px;
	display: block;
	top: 8px;
	right: 5px;
}
li.sidebar_navcontact a:hover {
	background-image: url(../../Assets/img/contacthover.png);
	background-repeat: no-repeat;
	list-style-type: none;
	height: 88px;
	width: 42px;
	top: 8px;
	text-indent: -9999px;
	display: block;
	right: 5px;
}

#nav {
	text-decoration: none;
	list-style-type: none;
	font-weight: normal;
	font-variant: normal;
	height: 55px;
	width: 650px;
	text-align: center;
	padding: 0px;
	background-position: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	top: 15px;
	position: relative;
	border: thin dotted #000000;
	bottom: 15px;
}
#nav  ul  {
	text-decoration: none;
	list-style-type: none;
	display: inline;
	text-align: center;
	vertical-align: middle;
}
#nav  li {
	text-decoration: none;
	list-style-type: none;
	line-height: 13px;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#nav  a  {
	color: #660000;
	text-decoration: none;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	display: inline;
	text-align: center;
	margin-right: 13px;
	margin-left: 13px;
	vertical-align: middle;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	line-height: 13px;
	padding-top: 20px;
}
#nav  a:hover {
	color: #990000;
	text-decoration: underline overline;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0;
	display: inline;
	text-align: center;
	margin-right: 13px;
	margin-left: 13px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	line-height: 13px;
}
#footer {
	text-decoration: none;
	list-style-type: none;
	font-weight: normal;
	font-variant: normal;
	height: 83px;
	width: 750px;
	text-align: center;
	padding: 0px;
	background-position: center;
	background-image: url(img/footer_bg.png);
	background-repeat: no-repeat;
	z-index: 2;
	margin: auto;
}
#footer ul {
	text-decoration: none;
	list-style-type: none;
	display: inline;
	text-align: center;
	vertical-align: middle;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#footer li {
	text-decoration: none;
	list-style-type: none;
	line-height: 13px;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border: thin dotted #000000;
	width: 650px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer a {
	color: #660000;
	text-decoration: none;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	display: inline;
	text-align: center;
	margin-right: 13px;
	margin-left: 13px;
	vertical-align: middle;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	line-height: 13px;
	padding-top: 20px;
}


#footer a:hover {
	color: #990000;
	text-decoration: underline overline;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0;
	display: inline;
	text-align: center;
	margin-right: 13px;
	margin-left: 13px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	line-height: 13px;
}
.hand_of_god {
	background-image: url(img/hand_of_god.png);
	height: 233px;
	width: 172px;
	background-repeat: no-repeat;
	position: absolute;
	left: 500px;
	top: 330px;
	margin: 0px;
}
.god_the_father {
	background-image: url(img/god_the_father.png);
	height: 233px;
	width: 172px;
	background-repeat: no-repeat;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 500px;
	top: 3125px;
}
.god_the_father2 {
	background-image: url(img/god_the_father2.png);
	height: 253px;
	width: 192px;
	background-repeat: no-repeat;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 500px;
	top: 350px;
}
.holy_spirit {
	background-image: url(img/holy_spirit1.png);
	height: 192px;
	width: 192px;
	background-repeat: no-repeat;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 500px;
	top: 3470px;
}
.moses_with_tablet {
	background-image: url(img/moses_with_tablet.png);
	height: 250px;
	width: 190px;
	background-repeat: no-repeat;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 500px;
	top: 350px;
}
.god_the_father_holds {
	background-image: url(img/god_the_father_holds.png);
	height: 250px;
	width: 180px;
	background-repeat: no-repeat;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 500px;
	top: 3970px;
}
.god_the_father_holds2 {
	background-image: url(img/god_the_father_holds.png);
	height: 250px;
	width: 180px;
	background-repeat: no-repeat;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 500px;
	top: 350px;
}

.father_of_all_mankind {
	background-image: url(img/fatherofallmankind.png);
	height: 224px;
	width: 192px;
	background-repeat: no-repeat;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 500px;
	top: 350px;
}
.holytrinity {
	background-image: url(img/holytrinity.png);
	height: 250px;
	width: 200px;
	background-repeat: no-repeat;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 500px;
	top: 3076px;
}

.jesusascension {
	background-image: url(img/jesusascension.png);
	height: 254px;
	width: 192px;
	background-repeat: no-repeat;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 500px;
	top: 321px;
}
.inthebeginning {
	background-image: url(img/inthebeginning.png);
	height: 254px;
	width: 200px;
	background-repeat: no-repeat;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 500px;
	top: 3194px;
}
.holytrinity2 {
	background-image: url(img/holytrinity2.png);
	height: 254px;
	width: 192px;
	background-repeat: no-repeat;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 500px;
	top: 320px;
}
.father_and_jesus {
	background-image: url(img/god_the_father.png);
	height: 254px;
	width: 192px;
	background-repeat: no-repeat;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 500px;
	top: 3150px;
}
.thankyou {
	background-image: url(img/thankyou.png);
	height: 254px;
	width: 192px;
	background-repeat: no-repeat;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 500px;
	top: 320px;
}
.holyface {
	background-image: url(img/holyface.png);
	height: 254px;
	width: 192px;
	background-repeat: no-repeat;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 500px;
	top: 3000px;
}
.host {
	background-image: url(img/host.png);
	height: 372px;
	width: 172px;
	background-repeat: no-repeat;
	position: absolute;
	margin: 0px;
	left: 500px;
	top: 230px;
}
.holytrinity3 {
	background-image: url(img/holytrinity.png);
	height: 250px;
	width: 200px;
	background-repeat: no-repeat;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 500px;
	top: 3220px;
}

