html, body
{
	background-image: url(images/body_background.gif);
	background-repeat: repeat-y;
	
	height: 100%;
	margin: 0;
	padding: 0;
	width: 1003px;
}
#container
{
	border-left: 177px solid #99cc33; /* left border creates background for left column ~ colour only */
	margin: 0;
	min-height: 100%; /* this is where inheritance stops */
	position: absolute;
	width: 1003px;
}

/* the following changes the width per box model hack
and then puts in the 100% height (equivalent to min-height) for IE/Win only */
/*\ hide from Mac it's not broken */
* html #container
{
	width: 1003px;
	w\idth: 803px; /* should be 760 if in quirks mode */
	height: 100%;
}
/* end hide */

/* trick to get compliant browsers to clear the (right) floated div if required */
#container::afte
{
	clear: both;
	content: ".";
	display: block;
	font-size: 1px;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

#header
{
	margin: 0 0 0 0px;
	padding: 0;
	position: absolute;
	width: 1003px;
	z-index: 100;
}

#footernew
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;

}

#footer
{
	background-image: url(images/footer_background.gif);
	background-repeat: no-repeat;
	/*bottom: -1px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 32px;
	line-height: 32px;
	/*margin: 0 0 0 0px;
	padding-bottom: 0;
	padding-left: 6px;
	padding-right: 9px;
	padding-top: 0px;
	position: absolute;*/
	text-align: right;
	width: 991px;
	z-index: 2;

}

#left-col
{
	float: left;
	margin: 0px 0 0 0;
	padding: 0;
	position: absolute;
	width: 177px;
	z-index: 200;
}

#right-col
{
	color: #000000;
	float: right;
	
	margin: 0px 0 0 0;
	padding-bottom: 36px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 5px;
	position: relative;
	width: 766px;
	overflow: visible;
	z-index: 1;


}
