/* CSS Document */
html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden;	/* */ 
}
body {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	border: 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 0;
}
#head {
	background-color: #FFFFFF;
	position: absolute;
	margin: 0;
	top: 0 px;
	left: 0;
	display: block;
	width: 980px;
	height: 126px;
	z-index: 5;
	overflow: hidden;
	color: #fff;
	padding-top: 14px;
}
* html #head {
	height: 140px;
}
#h_column_1 {
	visibility:hidden;
	float: left;
	width: 222px;
	height: 126px;
}
#h_column_2 {
	height: 126px;
	width: 758px;
	float: left;
	background-color: #FF0000;
	background-repeat: no-repeat;
	background-position: 0px 40px;
}
#left {
	visibility:hidden;
	position:absolute;
	left:0;
	top: 140px;
	bottom: 20px;
	width: 222px;
	font-size: 1.2em;
	z-index: 4;
	overflow:auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9B9B9B;
}
* html #left {
	visibility:hidden;
	width: 223px;
	height: 100%;
	top: 0; 
	bottom: 0; 
	border-top: 140px solid #FBF5DB; 
	border-bottom: 20px solid #FBF5DB; 
	color: #fff;
}
#content {
	overflow: auto;
	position: absolute;
	z-index: 3;
	top: 140px;
	bottom: 20px;
	left: 222px;
	width: 757px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9B9B9B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9B9B9B;
	line-height: 14px;
}
* html #content {
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	max-height: 100%;
	width: 980px;
	overflow: auto;
	position: absolute;
	z-index: 3;
	border-top-width: 140px;
	border-bottom-width: 21px;
	border-left-width: 223px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #9B9B9B;
	border-left-color: #FFFFFF;
}
#column_2 {
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#foot {
	visibility:hidden;
	position:absolute;
	margin:0;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:20px;
	z-index:5;
	overflow:hidden;
	background-color: #FFFFFF;
}
* html #foot {
	visibility:hidden;
	bottom: -1;
	
}
