div#layout
{
  text-align: center;
}
div#body{
  text-align: left;
  width: 900px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family:Verdana, Tahoma;
  font-size:9pt;
}
div.header
{
	background:#fff url(logo_last.png) no-repeat top center;
	height:176px;
	width:900px;
}
div.left
{
	width:300px;
	min-height:500px;
	float:left;
}
div.caption
{
	width:100%;
	height:20px;
	background-color:#E31E25;
	color:#fff;
	text-indent:10px;
	padding-top:5px;
	font-weight:800;
	vertical-align : middle; 
}
div.left p
{
	width:100%;
	height:25px;
	padding-left:10px;
}

div.middle
{
	float:right;
	width:600px;
}
div.info
{
	border:solid 1px #E31E25;
	width:600px;
	height:275px;
	position:relative;
}
div.info div
{
	position:absolute;
	top:0px;
	display:none;
	margin:10px;
	z-index:1;
	background-color:#fff;
}
div.info div#splash
{
	display:block;
	margin:10px;
	z-index:-1;
}
div.info div div.info-head {border-bottom:solid 1px #E31E25;height:20px;}
div.types
{
	width:600px;
	height:50px;
	position:relative;
}
div.types div
{
	width:50px;
	height:50px;
	float:left;
	margin-left:12px;
	border:solid 1px #E31E25;
	background-color:#E31E25;	
	top:-1px;
	position:relative;
	cursor:pointer;
}
div.types div.selected
{
	border-top:solid 1px #fff;
	background-color:#fff;
}
div#t1{background-image:url(home.png);background-repeat:no-repeat; background-position:center center;}
div#t2{background-image:url(car.png);background-repeat:no-repeat; background-position:center center;}
div#t3{background-image:url(traffic.png);background-repeat:no-repeat; background-position:center center;}
div#t4{background-image:url(accident.png);background-repeat:no-repeat; background-position:center center;}
div#t5{background-image:url(health.png);background-repeat:no-repeat; background-position:center center;}
div#t6{background-image:url(travel.png);background-repeat:no-repeat; background-position:center center;}
div#t7{background-image:url(factory.png);background-repeat:no-repeat; background-position:center center;}
div#t8{background-image:url(dask.png);background-repeat:no-repeat; background-position:center center;}

div.other
{
	float:right;
	width:600px;
	margin-top:49px;
}
div.other div.other-left
{
	width:49%;float:left;text-align:right;
	padding-right:5px;
	border-right:solid 1px #E31E25;
}
div.other div.other-left div {margin-top:5px;}
div.other div.other-right
{
	width:49%;float:right;
	padding-left:5px;
}
div.other div.other-right div {margin-top:5px;}

