	html {
		background-color:#000000;
		/*background-image:url(../img/timeline-background.gif);
		background-position:center center;
		background-repeat:repeat-x;*/
		font-family:Arial;
		font-size:70%;
	}
	body {
		font-size:100%;
	}
	table {
		font-size:100%;
	}
	td {
		font-size:100%;
	}


	table.grid {
		border-collapse:collapse;
		height:100%;
		width:100%;
	}
	.low {
		height:1px;
	}






	div.plate {
		position:absolute;
		height:100%;width:100%;
	}
	div.plate-holder {
		border:1px solid #444444;
		position:relative;
		height:100%;width:100%;
		-moz-box-sizing:border-box;
	}
	td.plate-top {
		background-image:url(../img/plate-top.png);
		background-position:center center;
		background-repeat:no-repeat;
		height:38px;
	}
.ie6	td.plate-top {
		background-image:url(../img/plate-top.gif);
	}
	td.plate-middle {
		background-image:url(../img/plate-middle.png);
		background-position:center center;
		background-repeat:repeat-y;
		padding:0px 28px 0px 52px;
		height:100%;
	}
.ie6	td.plate-middle {
		background-image:url(../img/plate-middle.gif);
	}
	td.plate-bottom {
		background-image:url(../img/plate-bottom.png);
		background-position:center center;
		background-repeat:no-repeat;
		height:38px;
	}
.ie6	td.plate-bottom {
		background-image:url(../img/plate-bottom.gif);
	}








	div.logo-plate {
		background-image:url(../img/logo.png);
		background-position:center center;
		background-repeat:no-repeat;
		height:123px;
		left:20px;
		position:absolute;
		top:-5px;
		width:312px;
	}
.ie6	div.logo-plate {
		background-image:url(../img/logo.gif);
	}





	div.head-plate {
		border:1px solid #444444;
		background-color:#222222;
		height:125px;
		left:0%;
		position:absolute;
		top:0%;
		width:100%;
		-moz-box-sizing:border-box;
	}
	div.head-plate td{
		color:#999999;
	}
	div.head-plate a{
		color:#666666;
		text-decoration:none;
	}


	div.faces-plate {
		border-left:1px solid #333333;
		border-right:1px solid #333333;
		height:96px;
		left:0%;
		position:absolute;
		top:29px;
		width:100%;
		-moz-box-sizing:border-box;
	}


	div.foot-plate {
		border:1px solid #333333;
		background-color:#222222;
		height:50px;
		left:0%;
		position:absolute;
		bottom:0%;
		width:100%;
		-moz-box-sizing:border-box;
	}
	div.foot-plate td{
		color:#999999;
	}
	div.foot-plate a{
		color:#666666;
		text-decoration:none;
	}





	div.search-plate {
		border:1px solid #333333;
		background-color:#000000;
		position:absolute;
		left:0%;
		top:125px;
		width:100%;
	}
	div.search-plate td {
		color:ffffff;
	}
	td.search-top-label {
		padding:2px 10px 2px 20px;
		width:100px;
	}
	td.search-top-input {
		padding:2px 20px 2px 0px;
	}
	td.search-top-menu {
		padding:2px 40px 2px 30px;
	}
	td.search-top-language {
		padding:2px 30px 2px 0px;
	}

	td.search-middle {
		border-top:1px solid #222222;
		x-background-image:url(../img/search-middle.png);
		x-background-position:center center;
		x-background-repeat:repeat-y;
		x-padding:0px 25px 0px 25px;
		height:100%;
	}
.ie6	td.search-middle {
		x-background-image:url(../img/search-middle.gif);
	}
	td.search-bottom {
		x-background-image:url(../img/search-bottom.png);
		x-background-position:center center;
		x-background-repeat:no-repeat;
		border-top:1px solid #222222;
		x-padding:3px 0px 0px 0px;
		x-height:40px;
	}
.ie6	td.search-bottom {
		x-background-image:url(../img/search-bottom.gif);
	}
	div.search-plate input.text{
		background-color:#444444;
		border:1px solid #000000;
		color:#ffffff;
	}
	div.search-plate input.text.focus{
		background-color:#ffffff;
		border:1px solid #000000;
		color:#000000;
	}
	div.search-first{
		x-padding:20px;
		text-align:center;
	}



	div.menu-plate {
		position:absolute;
		left:35%;
		top:130px;
		width:1%;
	}



	div.info-plate-white {
		/*background-image:url(../img/icon-img-information-white.png);
		background-position:left top;
		background-repeat:no-repeat;*/
		color:#ffffff;
		height:32px;
		right:20px;
		position:absolute;
		top:205px;
		padding-left:46px;
		padding-top:4px;
		width:300px;
	}
	div.info-plate-black {
		/*background-image:url(../img/icon-img-information-white.png);
		background-position:left top;
		background-repeat:no-repeat;*/
		color:#000000;
		height:32px;
		right:20px;
		position:absolute;
		top:205px;
		padding-left:46px;
		padding-top:4px;
		width:300px;
	}




	table.menu td   {color:#444444;}
	table.menu td a {color:#aaaaaa;text-decoration:none;}


