html {
		height:100%; 
		max-height:100%; 
		padding:0;
		margin:0; 
		border:0; 
		background:#eee; 
		font-size:100%; 
		font-family:Arial, Helvetica, sans-serif;
		/* hide overflow:hidden from IE5/Mac */ 
		/* \*/ 
		overflow: hidden; 
		/* */ 
}

body {
		height:100%; 
		max-height:100%; 
		overflow:hidden; 
		padding:0; 
		margin:0; 
		border:0;
}

#content {
	overflow: auto;
	position: absolute;
	z-index: 3;
	top: 129px;
	bottom: 55px;
	left: 199px;
	right: 0;
	width: 75%;
	background: #eee;
}

#content2 {
	overflow: auto;
	position: absolute;
	z-index: 3;
	top: 150px;
	bottom: 55px;
	left: 220px;
	right: 0;
	width: 75%;
	background: #eee;
}

#content3 {
	overflow: auto;
	position: absolute;
	z-index: 3;
	top: 177px;
	bottom: 55px;
	left: 206px;
	right: 0;
	width: 75%;
	background: #eee;
}


* html #content {
		top:0; 
		left:0; 
		right:0; 
		bottom:0; 
		height:100%; 
		max-height:100%; 
		width:100%; 
		overflow:auto;
		-webkit-overflow-scrolling: touch;  
		position:absolute; 
		z-index:3; 
		border-top:100px solid #fff; 
		border-bottom:50px solid #fff; 
		border-left:200px solid #fff;
}

#container { 
		overflow: auto; 
		-webkit-overflow-scrolling: touch; 
		height:1600px;
}

object { 
		width: 795px; 
		height: 10000px 
}

#head {
	position: absolute;
	margin: 0;
	top: 5px;
	left: 199px;
	display: block;
	width: 75%;
	height: 150px;
	background: #eee;
	background-position: 0 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-size: 1em;
	z-index: 5;
	overflow: hidden;
	color: #000;
}

#head2 {
		position:absolute; 
		margin:0; 
		top:10px; 
		left:210px; 
		display: block; 
		width:100%; 
		height:150px; 
		background: #eee;
		background-position:0 0;
		background-attachment:fixed;
		background-repeat:no-repeat; 
		font-size:1em; 
		z-index:5; 
		overflow:hidden; 
		color:#000;
}

#head3 {
	position: absolute;
	margin: 0;
	top: 9px;
	left: 202px;
	display: block;
	width: 75%;
	height: 170px;
	background: #eee;
	background-position: 0 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-size: 1em;
	z-index: 5;
	overflow: hidden;
	color: #000;
}

span {
  		display: inline-block;
  		vertical-align: top;
  		line-height: normal;      
}

#foot {
		position: absolute;
		margin: 0;
		padding: 5px;
		bottom: 0px;
		left: 200px;
		display: block;
		width: 100%;
		height: 50px;
		font-size: .8em;
		z-index: 5;
		overflow: hidden;
		background: #eee;
		color: #000;
}

#left {
		position:absolute; 
		left:0; 
		top:0px; 
		bottom:50px; 
		width:200px; 
		font-size:1.2em; 
		z-index:4; 
		overflow:auto; 
}

* html #left {
		height:100%; 
		top:0; 
		bottom:0; 
		border-top:100px solid #fff; 
		border-bottom:50px solid #fff; 
		color:#fff;
}

#content p {
		padding:0px;
}

.bold {
		font-size:1.2em; 
		font-weight:bold;
}
