#page-wrapper-outer
{
	background: none;
}

#page-content
{
	padding: 0px;
	width:	auto;
}

#page-content-wrapper
{
	background-image: url('/images/templates/background_home_lines.gif');
	background-position: 253px 80px;
	background-repeat: repeat-y;
}

#page-secondary
{
	float: none;
	display: block;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: auto;
	background-color: #ffffff;

	padding: 4px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	clear: both;
}

#home-header
{
	border-bottom: 1px solid #000000;
}
#home-footer
{
	display: none;
	padding: 4px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	clear: both;
}

#home-content
{
	background-image: url('/images/templates/bg_home.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}
#content1
{
	position: relative;
	float: left;
	width: 224px;
	padding: 15px;
	padding-top: 50px;
	margin: 0px;
}
* html #content1
{
}
#content2
{
	position: relative;
	float: left;
	width: 260px;
	padding: 10px;
	padding-top: 20px;
	margin: 0px;
}
* html #content2
{
}
#content3
{
	position: relative;
	float: right;
	width: 196px;
	padding: 10px;
	padding-top: 20px;
	margin: 0px;
}
* html #content3
{
	/* Manual nudge, what's IE doing with a few extra pixels? */
	position: relative;
}