/* --------------------------------------------------------------------------------------------------------
								Community Bible Church, Pierre SD

web:			http://www.cbcpierre.org
stylesheet:		IE.css 
date:			December 5, 2008
author:			Ron Duvall

The following styles are used to circumvent problems with how styles are rendered in I.E. 6.0.  No effort is being made
to fix problems with I.E. 5.5 or earlier browsers which are seldom used according to web statistics.
-----------------------------------------------------------------------------------------------------------*/

* html #mainnav {
	top: 166px;
	width: 958px
}

* html #footer {
	width: 955px;
}

* html #wrapper {
	width: 955px;
}

* html #subwrapper {
	width: 955px;  /* Added this line to accommodate Firefox 3.0 which indented subwrapper on right side */
}

* html #sidenav {
	margin-left: 6px;
	margin-top: 17px;
}

* html #wrapper #subwrapper #sidenav .sidenavlinks a {
	height: 1px;		/* This hack makes the whole link width clickable rather than just the text portion */
/*	margin-bottom: -17px; */
}

/* Following prevents a "double-margin" bug in IE 6 for the contact box on pages. */

* html .contact {
	display: inline;
}

/*
.clear {
	zoom: 1;
}
*/

