﻿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;
}
#wrap{
	width: 100%;
	margin: 0;
}
#col-1{

position: absolute;
	width: 170px;
	top: 20px;
	left: 5px;
	padding: 3px;
	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 for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration.See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 128px;
	}
/* I've heard this called 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: 574px;
	min-width: 120px;
	margin: 0px 180px 20px 180px;
	padding: 10px;
	z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	text-align: center;
	top: 0px;
	left: 0px;
}

#col-2-other{
	width: 486px;
	margin: 0;
	padding: 0;
	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;
}

#col-3{
	position: absolute;
	width: 170px;
	top: 20px;
	right: 5px;
	padding: 0;
	text-align: center;
/* 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 10px;
	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: 90%;
	margin: 0;
	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;
}

li{
	margin: 0 5px 0 0;
	padding-bottom: 5px;
	padding-left: -1em;
	display: list-item;	
	list-style: none;
}

a{
	font-size: 0.90em;
	color: blue;
	text-decoration: none;
}

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;
}
