@charset "iso-8859-1";

body {
	text-align: center;
}
	
#page_container
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/* width: auto; */
	width: 960px;
	min-width: 960px;
}

#home_content_container
{
	z-index: 1;
	border-color: #fff;		/* set default color to white. set the real color inside colors.css */
	border-style: solid;
	border-width: 0px 0px 0px 0px;	/* sets the width of the borders used to create the left and right columns' background color. */
}

#home_content_area
{
	z-index: 2;
	width: 100%;
}

* html #home_content_area
{
	position: relative;		/* fix a render bug in IE under certain conditions */
}

#home_content_center_area
{
	margin: 0px 0px 0px 0px;		/* without this, boxes stop floating next to each other */
	width: 100%;
}

#home_content_center_area
{
	float: left;
	position: relative;		/* IE has a display/render bug with non-floated block elements inside floated block elements. 
											  	 setting position:relative on the floating element seems to resolve this. */
	z-index: 10;
	overflow: visible;		/* fix for IE italics bug */
}

#home_footer_area
{
	position: relative;
}

#home_header_area 
{
	z-index: 5000;
}
	
.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}

#home_content_center_area
{
	border-width: 0;	/* reset value from that in the version 4 
										   stylesheet. this isn't in borders.css because
										   were you to create a print.css and not 
										   include borders.css, then the v4 border would
										   still remain when you print. */
}

#home_content_center {
	position: relative;
}
	
* html #page_container
{
	word-wrap: break-word;
}

