﻿#wrapper{ 
	width:100%; 
	min-width:975px; 
	text-align:left; 
	margin-left:auto; 
	margin-right:auto; 
	position:relative;
	width:expression(this.offsetParent.clientWidth*1<975?"975px":"100%");
}
#outer
{
	margin-left: 226px;
	margin-right: 270px;
}
#left
{
	position: relative; /*ie needs this to show float */
	width: 196px;
	float: left;
	left: -1px;
	padding: 0 10px 0 20px;
	margin-left: -225px; /*must be 1px less than width otherwise won't push footer down */
}
* html #left
{
	margin-right: -3px;
}
/* 3px jog*/
* html #outer
{
	/* 3px jog*/
	margin-left: 223px;
	margin-right: 267px;
}
#right
{
	position: relative; /*ie needs this to show float */
	width: 240px;
	float: right;
	left: 1px;
	padding: 0 20px 0 10px;
	margin-right: -269px; /*must be 1px less than width otherwise won't push footer down */
}
* html #right
{
	margin-right: -270px;
	margin-left: -3px;
}
/* stop float drop in ie + 3px jog */

/*needed to make room for header*/
#centrecontent
{
	float: right;
	width: 100%;
	position: relative;
}

html > body #centrecontent
{
	margin: 0 -0.5%;
}
/*moz needs this*/
.outerwrap
{
	float: left;
	width: 99%;
}
.clearer
{
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
	clear: both;
}

/* mac hide\*/
* html #outer, * html #wrapper, * html #centrecontent
{
	height: 1%;
}
/* end hide */

#clearheader{ 
	height:240px;
	width:100%;
}
.sitemap {
	margin-bottom:10px;
}



