#contentdiv{
	float:left;
	width:100%;
	background-image: none;
	background-color: #EBEBEB;
	}
#firminfo {
	font-family: "Times New Roman";
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #000;
	padding: 10px;
	margin-top: 10px;
	text-align: left;
	background:#ebebeb;
}

#image1{
	text-align:center;
	background:#ebebeb;
}
#leftpanel{
	float:left;
	margin-left:0px;
	width:170px;
	}
#centerpanel{
	float:left;
	width:650px;
	background-color: #ebebeb;
	}	
#rightpanel{
	float:left;
	width:150px;
	}	

