html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:#4c4c4e;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background:#4c4c4e;
	font:85% Arial,Verdana,Tahoma,sans-serif;
	color: #666666;
	}

#maincontent {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:0px; 
	bottom:40px; 
	width:700px; 
	margin-left:255px; 
	background:#ffffff url(../Images/grad-lgrey-white.gif) top left repeat-x;
	}
* html #maincontent {
	top:0; 
	bottom:0; 
	height:100%;
	width:702px;
	border-top:0px solid #fff; 
	border-bottom:38px solid #fff;
	}

#footer {
	text-align:center;
	position:absolute; 
	margin-left:255px; 
	bottom:0; 
	width:700px; 
	min-width:700px; 
	height:40px; 
	z-index:4; 
	color: #C0C0C0;
	font-size:0.9em;
	text-align: center;
	background:#ffffff;
	}
* html #footer {
	bottom:2px; width:702px; height:38px;
	}

#leftcolumn {
	position:absolute; 
	left:0; 
	top:0; 
	height:100%; 
	width:255px; 
	background-color: #4c4c4e;
	color: white;
	z-index:4
}

#homecontent{
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:0px; 
	bottom:40px; 
	width:700px; 
	margin-left:255px; 
	min-height:750px;
	height:auto !important;
	height:850px;
	background:#ffffff url(../Images/bg-Home.jpg) top left no-repeat;
}
* html #homecontent {
	top:0; 
	bottom:0; 
	height:100%;
	width:702px;
	border-top:0px solid #fff; 
	border-bottom:38px solid #fff;
	}

// END