html { min-height: 100%; margin-bottom: 1px; }

body
{
    background: #F6F4F6 url('http://www.okumcministries.org/Files/webbkg10.jpg') no-repeat top left;
	margin:0;
    padding:0;
    font-family:Verdana, Helvetica, Sans-Serif;
}

#header a {
  background: #fff url('http://www.okumcministries.org/Files/webbkg10.jpg') no-repeat;
  display: block;
  height: 101px;
  width: 800px;
}
#header a span {
  visibility: hidden;
}


/*main body content area*/

#contentarea {position:absolute; top:165px; left: 250px; 
	display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0 0 5px}
    
div.desc {text-align: left;
  width: 900px;
  height: 600px;
  margin: 1px;
  padding: .5em;
  background-color: #ffffff;}
    
div#menu { padding:50px 0 0 200px;}
    
div#menu li.links {font-size:8pt;
line-height: 120%;
}

div#menu li.links a {text-decoration: none;
    color: #0099CC;
}

div#menu li.a:visited {text-decoration: none;
    color: #FFC641;
}
 

a
{text-decoration: none;
    color: black;
    font-size: 10pt;
    text-align:center; 
}

a:visited
{color: #56273A;
}

a:hover
{text-decoration: underline;
}

	
div#address {position: absolute;
			top: 1100px;
			left: 350px;
			padding:4px 0; /* pushes the links away from top and bottom of the div */
			font-size: 10pt;  /* sets the font size of all links */
			color:white; /* sets the font color of all links */
			text-align:center; /* centers the ul elements in the div */
			border-left: 2px #fff;
			height: 61px;}
	
div#address ul.fineprint p {color:#ffffff;
				border-top-style: double; 
				border-top-color: #ffffff;
				padding: 15px 0 0 0; 
				}
				
div#address ul.fineprint li {list-style-type: none;
    list-style-position: inside;
    border-left: 2px #FFFFFF;
				}
				
div#address ul.fineprint li a {text-decoration:none; /* removes the underlining off the links */
 							 color: #FFFFFF; /* the color of the links */
 							 							 }			

hr 
{
    border:0;
    height:1px;
    color:#FFC641;
    background-color:#ccc;
    margin-bottom:20px;
}

h1{ font-size:12pt;color:black;}
