html {
		height: 100%;
		max-height: 100%;
		padding: 0;
		margin: 0;
		border: 0px none;
		background: fff;
		font-size: 76%;
		font-family:verdana, arial, sans-serif; 
		overflow: hidden;
		}
		
body {
		height: 100%;
		max-height: 100%;
		overflow: hidden;
		padding: 0;
		margin: 0;
		border: 0px none;
		}
		
#content {
		overflow: auto;
		position: absolute;
		z-index: 3;
		top: 100px;
		bottom: 50px;
		left: 130px;
		right: 0;
		background: #fff;
		}
		
* html #content {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		max-height: 100%;
		width: 100%;
		overflow: auto;
		position: absolute;
		z-index: 3;
		border-top: 100px solid #fff;
		border-right: 10px solid #000;
		border-bottom: 50px solid #fff;
		border-left: 140px solid #fff;
		}
		
#head {
		position: absolute;
		margin: 0;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100px;
		background: #000 url('chba/logo-header4.jpg') no-repeat 0;
		font-size:4em; z-index:5; overflow:hidden; color:#fff;
		}
		
#foot {
		position: absolute;
		margin: 0;
		bottom: 0;
		left: 0;
		display: block;
		text-align: right;
		width: 100%;
		height: 50px;
		font-size: 1em;
		z-index: 5;
		overflow: hidden;
		background: rgb(76,76,76);
		font-family: georgia, palatino linotype, times new roman, serif;
		color: #686868;
		text-decoration: none;
		background: #000;
		padding-top: 10px;
		padding-right:5px;
		padding-left: 140px;
		border-right: 25px solid #000;
		border-left: 0px solid #000;
		}
		
#left {
		position: absolute;
		left: 0;
		top: 100px;
		bottom: 50px;
		width: 130px;
		background: #000;
		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: 10px;
		}
		
.bold {
		font-size: 1.2em; 
		font-weight: bold;
		}
		
dd {
		display: none;
		}
		
a.nav-en, a.nav-en:link, a.nav-en:visited {
		display: block;
		width: 130px;
		height: 35px;
		background: #000 url('buttons/red-up.jpg') no repeat;
		text-align:center; 
		text-decoration:none; 
		font-family: georgia, palatino linotype, times new roman, serif;
		font-size:12px; 
		color:#fff; 
		line-height:35px; 
		overflow:hidden;		
		}
		
a.nav-en:hover {
		color: #e1e1e1;
		font-weight: bold;
		background: url('buttons/red-down.jpg') no repeat;
		}
		
a.nav-en:active {
		color: #e1e1e1;
		background: url('buttons/red-up.jpg') no repeat;
		}
		
a.nav-fr, a.nav-fr:link, a.nav-fr:visited {
		display: block;
		width: 130px;
		height: 35px;
		background: #000 url('buttons/blue-up.jpg') no repeat;
		text-align:center; 
		text-decoration:none; 
		font-family: georgia, palatino linotype, times new roman, serif;
		font-size:11px; 
		color:#fff; 
		line-height:35px; 
		overflow:hidden;		
		}
		
a.nav-fr:hover {
		color: #e1e1e1;
		font-weight: bold;
		background: url('buttons/blue-down.jpg') no repeat;
		}
		
a.nav-fr:active {
		color: #e1e1e1;
		background: url('buttons/blue-up.jpg') no repeat;
		}

		
