/* panel */	
body{	background-color:#ccc;}
	Table.contenthome td.firstpane{
	background-color:#fff;
	background-image:url(images/patter/first-pane.jpg);
	background-repeat:repeat-y;
	background-position:left;
	vertical-align:top;
	width:290px;
	padding:0px 30px 0px 30px;
	text-align: center;
	border-top:3px solid #cc0000;
	border-bottom:3px solid #cc0000;
	border-left:0px;
	border-right:0px;
	}
	Table.contenthome td.secondpane{
	background-color:#fafafa;
	background-repeat:repeat-y;
	background-position:left;
	vertical-align:top;
	text-align: center;
	width:255px;
	padding:0px 20px 0px 20px;
	border-top:3px solid #cc0000;
	border-bottom:3px solid #cc0000;
	border-left:0px;
	border-right:0px;
	}
	Table.contenthome td.thirdpane{
	background-color:#f5f5f5;
	background-repeat:repeat-y;
	background-position:left;
	text-align: center;
	vertical-align:top;
	width:175px;
	padding:0px 10px 0px 10px;
	border-top:3px solid #cc0000;
	border-bottom:3px solid #cc0000;
	border-left:0px;
	border-right:0px;
	}
	
	img.strokeImgHome{ margin:0px 10px 10px 0px !important; border:3px solid #ccc !important;}