body {
	color: Black;
	background: white; 
	background-image: url(images/timwingbg2.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	text-align: center; /* for centering background in IE */
}

#wrap{
	width: 100%;
	margin: 0 auto;   /* align for good browsers */
}

#col-1{
	position: absolute;
	width: 21%;
	top: 15px;
	left: 3px;
	padding: 1%;
	z-index: 2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration.See http://glish.com/css/hacks.asp for details.width: 170px; */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 128px;
	}
/* The "be nice to Opera 5" rule. Basically, it feeds correct length values to user agents that exhibit the parsing error exploited above yet get the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width: 128px;
}



#col-2{
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */ 
	width: 46%;
	margin: 0 auto;
	padding: 1%;
	z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. width: 574px;*/
}

#col-2-other{
	margin: 0 auto;
	text-align: center;
}

#col-2 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	color: black;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	padding: 0px 0px 20px 10px;
}

#col-3{
	position: absolute;
	width: 21%;
	top: 15px;
	right: 3px;
	padding: 1%;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 168px;
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}
z-index: 1;
}


#bottom{
	width: 100%;
	margin: 20px 0 0 0;
	width: 100%;
	padding: 0;
	text-align: center;

}

#1-click{
	background-image: url('images/1-click-searches.jpg');
	margin: 0;
	padding: 0;
	text-align: center;
}

p.text{
	width: 86%;
	margin: 0 auto;
	padding: 0px;
	text-align: justify;
}

p.text-2{
	width: 100%;
	margin-left: 2px;
	text-align: center;
}

p.centered{
	text-align: center;
}

ul{
	margin: 0;
	text-align: left;
}

ul{
	margin: 0;
	text-align: left;
}

li{
	margin: 0 5px 0 0;
	padding-bottom: 5px;
	padding-left: -1em;
	display: list-item;	
	list-style: none;
}

li.tim{
	margin: 0 5px 0 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: list-item;	
	list-style-type: disc;
}

li.mike{
	margin: 0 5px 0 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: list-item;	
	list-style-type: disc;
}


a{
	font-size: 0.90em;
	color: blue;
	text-decoration: none;
	font-weight: 700;
}

A:HOVER 
{
	color: #999999;
	text-decoration: underline;
}

H1 A 
{
	font-size: 0.70em;
	font-weight: normal;
	color: blue;
	text-decoration: none;
	}
	
H1
{
font-size: 1.10em;
color: black;
margin: 2px 0 30px 0;
}

H2
{
font-size: 1.00em;
color: black;
}
	
H3	
{
font-size: 0.90em;
color: black;
}

td.sidebar A 
{
	font-size: 0.90em;
	color: Blue;
	text-decoration: none;
	}
	
td.fontblue{
	color: Blue;
	font-size: medium;
	font-weight: bold;
}

p.fontred{
	color: Red;
	font-size: 1em;
	font-weight: bold;
	font-family: BibleScrT
}

p.fontblue{
	color: Blue;
	font-size: 0.95em;
	font-weight: bold;
}

p.fontgreen{
	color: #007759;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}

p.bluelrg{
	color: Blue;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
}

ul.fontblack{
	color: Black;
	font-size: small;
}

span.smlink{
	color: Blue;
	font-size: 1.0em;
}

span.textblack{
	color: Black;
	font-size:1em;
	font-weight: 600;
}


