body  { 
	background: #000080; 
	background-image: url("../images/flowersbackground.jpg");
}


div#header {
	font-size: 1em;

	width:100%;
	left: 5px;
	right: 5px;
}

div#logo {
		background-image: url("../images/flowersbackground2.jpg");
		width: 76%;
		float: right;
		position: relative;
		right: 10px;
		top: 25px;
		border: #932A53 2px solid;
}


div#mainbody {
	left: 5px;
	right: 5px;
	position: absolute;
	top: 190px;
	}
	

div#menu {
	font-size: 1em;
	position: absolute;
	left: 5px;
	width: 20%;
}


div#content {
	font-size: 1.2em;
	position: relative;
	float: right;
	width: 75%;
	right: 10px;
	padding: 5px;
	border: #000080 2px solid;
}

div#footer {
	font-size: 1em;
	width:100%;
	left: 5px;
	right: 5px;
	border: #932A53 2px solid;
}

/* backgrounds  */

.main {
	background-image: url("../images/flowersbackground2.jpg");
}

.aging{
	background-image: url("../images/age4.jpg");
}

.bible{
	background-image: url("../images/biblebackground5.jpg");
}

.birthdays{
	background-image: url("../images/birthdaybackground5.jpg");
}

.christmas{
	background-image: url("../images/christmasbackground2.jpg");
}

.church{
	background-image: url("../images/churchbackground4.jpg");
}

.comfort{
	background-image: url("../images/clouds5.jpg");
}

.compassion{
	background-image: url("../images/compassion7.jpg");
}

.devotion{
	background-image: url("../images/devotion2.jpg");
}

.easter{
	background-image: url("../images/easterbackground3.jpg");
}

.emotional{
	background-image: url("../images/emotionalbackground5.jpg");
}

.encouragement{
	background-image: url("../images/encouragementbackground5.jpg");
}

.fathers{
	background-image: url("../images/fathersbackground3.jpg");
}


.general{
	background-image: url("../images/generaltopicsbackgrounds3.jpg");
}

.hope{
	background-image: url("../images/outofdarknessbackground.jpg");
}

.love{
	background-image: url("../images/love5.jpg");
}

.mental{
	background-image: url("../images/emotionalbackground5.jpg");
}

.missions{
	background-image: url("../images/missions1.jpg");
}

.mothers{
	background-image: url("../images/mothersbackground2.jpg");
}

.newyears{
	background-image: url("../images/newyearsbackground3.jpg");
}
	
.praise{
	background-image: url("../images/praise2.jpg");
}


.prayer{
	background-image: url("../images/prayer2.jpg");
}

.salvation{
	background-image: url("../images/salvation1.jpg");
}

.sanctification{
	background-image: url("../images/sanctificationbackground2.jpg");
}

.service{
	background-image: url("../images/servicebackground4.jpg");
}

.sickness{
	background-image: url("../images/sickness1.jpg");
}

.thanksgiving{
	background-image: url("../images/thanksgiving1.jpg");
}

.wedding{
	background-image: url("../images/wedding1.jpg");
}


.women{
	background-image: url("../images/womenbackground2.jpg");
}


.worship{
	background-image: url("../images/worship1.jpg");
}

/* end of backgrounds */


div#news {
	border: 2px solid #000080;
	background-image: url("../images/flowersbackground2.jpg");
	width: 165px;
	padding: 5px;
}



A:link, a:visited {
	text-decoration : none;
	color: #932a53;
   background-image: url("../images/flowersbackground2.jpg");
	font-family: arial;
	font-weight: bold;
	font-size: 1.1em;   
}


A.nav2:link, a.nav2:visited {
	text-decoration : none;
	color: #932a53;
   background-image: url("../images/flowersbackground2.jpg");
	font-family: arial;
	font-weight: bold;
	font-size: 1em;
}

ul
{	margin: 5px;
	padding: 5px;
}
        
A:hover, A:active, A.nav2:hover, A.nav2:active .index:hover
        {
        text-decoration :       none;
        color           :       #000080;
        background      :       #A8BABC;
        }


.index {
	text-decoration : none;
	color: #932a53;
   background-image: url("../images/flowersbackground2.jpg");
	font-family: arial;
	font-weight: bold;
	font-size: 1.1em;   
}

.index:visited
   {
   text-decoration : underline;
   }


.dark-title
 {  text-decoration: none;
    color: #000080;
    padding: 3px;
    border: #932a53 2px solid;
    font-family: arial;
    font-size: 1.3em;
    font-weight: bold; 
    background-image: url("../images/flowersbackground2.jpg");
    }

.on-light-text
 {  text-decoration: none;
    color: #000080;
    font-size: 1em;
    background-image: url("../images/flowersbackground2.jpg");
    }

.dark {
	color: #000080;
	font-size: 1.0em;
}

.plus1{
	font-weight:bold;
	font-size: 1.1em;
}

.footer{
	font-size: 0.8em;
	color: #000000;
	border: 2px solid #000080;
	padding: 5px;
	margin: 5px;
}


