/* CSS Document */




/* Document style Clear */
*{
margin:0px;
padding:0px;
}


/* auto Link style */
a:link {color: #eee8d0; text-decoration: none;}
a:visited {color: #eee8d0; text-decoration: none;}
a:hover {color: #b29a42; text-decoration: underline;}
a:active {color: #eee8d0; text-decoration: none;}


/* Template and Page Styles */

body.main
{
background-image:url(../images/bg.jpg);
background-color:#000000;
background-position:center;
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
color: #faf4dd;
font-size:13px;
font-family: Arial;
}

DIV.container
{
background-image:url(../images/content_bg1.png);
height:1049px;
width:667px;
margin-left:auto;
margin-right:auto;
}


/* Header CSS STYLES */
DIV.header-filler
{
width:667px;
height: 60px;
margin-left:auto;
margin-right:auto;
}

DIV.header
{
background-image:url(../images/logo.png);
background-repeat:no-repeat;
width:457px;
height: 64px;
margin-left:105px;
margin-right:105px;
margin-bottom: 10px;
}


/* Navbar style */
DIV.navigation
{
margin-top:10px;
margin-left:60px;
margin-right:60px;
}

ul.navbar
{
list-style:none;
}

ul.navbar li {
display:inline;
padding-right:2px;
font-family: Arial;
font-size: 14px;
font-weight:bold;
}

.navbar li a {
	padding: 0 5px;
}

.navbar a:link {
color: #eee8d0;
text-decoration: none;
}

.navbar a:visited {
color: #eee8d0;
text-decoration: none;
}

.navbar a:hover {
color: #b29a42;
text-decoration: none;
}

.navbar a:active {
color: #b29a42;
text-decoration: none;
}


/* CONTENT CSS */
DIV.content
{
margin-top: 32px;
width:547px;
min-height:550px;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
}

.content p
{
color:#faf4dd;
font-size:13px;
font-family: Arial;
}

p.prayer
{
margin-left:90px;
margin-right:90px;
font-family:Arial;
font-size:11px;
}

DIV.content-spacer
{
margin-left:10px;
margin-top:10px;
}


/* Primary content header font Style */
.style1 {
color: #faf4dd;
font-size: 16px;
font-family: Arial;
font-weight: bold;
}


/* Primary content Link style */
.contentlink
{
text-decoration: underline;
color:#b29402;
font-family: Arial;
font-size:14px;
padding-right:5px;
}


/* FORM CSS STYLE */

.formstyle {
color: #faf4dd;
font-size: 12px;
font-family: Arial;
font-weight: bold;
}

.spacer	{
margin-left: 110px;
padding-bottom: 10px;
}


/* Footer Style START */

DIV.footer
{
clear:both;
width:667px;
height:50px;
margin-top:80px;
margin-left: auto;
margin-right: auto;
}

.footer ul {
color:#eee8d0;
font-family: Arial;
text-align: center;
}

.footer li {
display: inline;
font-family:Arial;
font-size: 12px;			
}

.footer a:link {
color: #eee8d0;
text-decoration: none;
}

.footer a:visited {
color: #eee8d0;
text-decoration: none;
}

.footer a:hover {
color: #b29a42;
text-decoration: underline;
}

.footer a:active {
color: #eee8d0;
text-decoration: none;
}

.estate {
font-family: Arial;
font-size: 12px;
color: #FFFFFF;
text-align: center;
}


/* Form Style START */
span.formtext	{
display: block;
float: left;
width: 150px;
padding-right: 6px;
text-align: right;
color: #eee8d0;
}
.spacer	{
margin-left: 110px;
padding-bottom: 10px;
}
fieldset	{
padding: 10px;
}
legend	{
color: #000000;
}


/* LIGHTBOX CSS */

#gallery img:hover {
opacity: 0.60;
filter: alpha(opacity = 60);
}


