#page
{
	/* recommended styles */
	margin: 0 auto; /* marker :m1: delete this to make layout left aligned */

	/* add custom styles here */
	width: 805px; /* marker :m3:  */
	text-align: left;
	background-color: #fff;
	position: relative;
}

/*
 * Header style Definitions
 */
#header
{
	/* recommended styles */

	/* add custom styles here */
	height: 110px;
	width: 805px;
	background: url(../cmsimages/header.gif) top right no-repeat;
}
#header *
{
	margin-left: -2000px;
}
/*
 * Body style Definitions
 */
#body
{
	/* recommended styles */
	clear: both;

	/* add custom styles here */
	background: #f0f0f0 url(../cmsimages/body_bg.gif) top left repeat-y;
	border-top: 3px solid #898b8e;
	border-bottom: 3px solid #898b8e;
}
.subpage #body
{
	background-color: white;
	border-bottom: none;
}
#altcontainer
{
	/* recommended styles */
	float: left; /* marker :m21: */
	width: 182px; /* should match the margin-left of #container */

	/* add custom styles here */
}
#container
{
	/* recommended styles */
	margin-left: 182px; /* marker :m22: should match width on #altcontainer */

	/* add custom styles here */
	color: #000;
}
.subpage #container
{
	padding: 25px 0 0 35px;
}
#home_position{
	position: relative;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
#main_slideshow {
	position: absolute;
	top: 0px;
	left: 0px;
}
#inner_index {
	position: absolute;
	top: 0px;
	left: 341px;
	width: 260px;
	height: 363px;
	font-size: 13px;
	padding: 15px 10px 0px 12px;
	background: url(/cmsimages/index_inner.png) no-repeat;
}
*html #inner_index { behavior: url(../_jsclasses/pngRoll/iepngfix.htc); }
.fimg {
	float: left;
	clear: left;
	height: 20px;
}

/*
 * Footer style Definitions
 */
#footer
{
	/* recommended styles */
	clear: both;

	/* add custom styles here */
	padding: 20px 0 50px 0;
	text-align: center;
	background: #fff;
}
.subpage #footer
{
	border-top: 3px solid #898b8e;
	margin-left: -35px;
	padding-bottom: 20px;
}