body, html {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
}
#leftCol {
	float: left;
	height: 100%;
	width: 220px;
	background-color: #2C2C2C;
}
#contentFlash {
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content {
	position: absolute;
	left: 240px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 800px;
}
#content a {
	color: #FF8800;
	text-decoration: none;
	font-size: 11px;
}
#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#content h4 {
	color: #FF8800;
}

#lang-fr {
	width: 100px;
	position: absolute;
	left: 396px;
	top: 500px;
	text-align: right;
}
#lang-en {
	width: 100px;
	position: absolute;
	left: 396px;
	top: 500px;
	visibility: hidden;
	text-align: right;
}



#site {
	display:none;
}
#french-biography {
	line-height: 18px;
	color: #FFFFFF;
	width: 420px;
	font-size: 11px;
	left: 20px;
	top: 510px;
	position: absolute;
	visibility: hidden;
}
#english-biography {
	line-height: 18px;
	color: #FFFFFF;
	width: 420px;
	font-size: 11px;
	position: absolute;
	left: 20px;
	top: 510px;
}
#biography-picture {
	position: absolute;
	left: 20px;
	top: 20px;
}
#references {
	margin-left: 40px;
	margin-top: 40px;
	color: #FFFFFF;
}
#references td {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
}

