	html {
		height: 101%; /* prevent scrollbar jumping in firefox */
	}
	* {
		margin: 0;
		padding: 0;
		border:0;
	}
	body {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 100.01%;
		text-align: center;
	}
	img {
		border:0;
	}
	.clear {
		clear: both;
	}
	br.clear {
		font-size: .01em;  /* remove space below clearing br tags in IE5  #9ABCAD*/
	}
	#frame {
		background-color: #fff;
		width: 770px;
		height: 100%;
		margin: 0 auto 0 auto;
	}
	#header {
		width: 100%;
		height: 90px;
		background-image: url(images/logo.png);
		background-position: top left;
		background-repeat: no-repeat;
		padding-top: 35px;
		margin:  15px auto 0 auto;
		text-align: right;
		color: #666666;
	}
	#consultancy {
		color: #333333;
	}
	#title {
		color: #191919;
	}
	#content {
		display: block;
		width: 100%;
		text-align: left;
		font-size: 65%;
	}
	#content h1 {
		font-size: 170%;
		margin-top: 10px;
		margin-bottom: 10px;
		font-weight: normal;
	}
	.first_word {
		color: #666666;
	}
	#content p {
		margin-bottom: 10px;
	}
	#menu {
		text-align: center;
		font: Arial;
		font-size : 8pt;
		margin-top:40px;
	}
	#menu a, #menu a:visited {
		color: #4e4e4e;
		text-decoration: none;
	}
	#menu a:hover {
		text-decoration: underline;
		color: #c60000;
	}
	
	
	
	#credits {
		margin: 80px 0px 10px 0px;
		color: #3d9ea9;
		font-size: 10px;
		font-family: arial;
		text-decoration: none;
	}
	#credits a, #credits a:visited {
		color: #3d9ea9;
		text-decoration: none;
	}
	#credits a:hover {
		text-decoration: underline;
		color: #c60000;
	}

	.where {
		position: absolute;
		font-size : 8px;
		text-align: center;
		color: #ffe;
		left: -999em;
	}
	.where a {
		position: absolute;
		font-size : 8px;
		text-align: center;
		color: #eff;
		left: -999em;
	}
	.wheret {
		position: absolute;
		font-size : 8px;
		text-align: center;
		color: #ffe;
		left: -999em;
	}
	.wheret h1 {
		position: absolute;
		font-size : 20px;
		text-align: center;
		color: #eff;
		left: -999em;
	}
