/*	This is the stylesheet for the front page. */

@media screen {
	div#home {
		background: url('http://hhshealthoptions.org/images/home_page.png') no-repeat;
		float: left;
		width: 842px;
		height: 654px; }

	div#slideshow {
		float: right;
		width: 546px;
		height: 423px;
		margin-right: 24px; }

	/*	This section contains workarounds for render bugs specific to Internet Explorer 6.x.
		By specifying a selection of * html, the styles in this section are ignored by other
		browsers, including later versions of Internet Explorer. */

	/*	Correct the positioning of the floated slideshow div */
	* html div#slideshow {
		margin-right: 12px; }
}