
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:80%;
	padding:20px 30px 0px 30px;
	border-top:3px solid #336699;
	border-bottom:3px solid #336699;
	border-left:0px;
	border-right:0px;
	text-align:center;
	}
	Table.contenthome td.secondpane{
	background-color:#f2f2f2;
	background-image:url(images/patter/second-pane.jpg);
	vertical-align:top;
	width:20%;
	padding:30px 20px 0px 20px;
	border-top:3px solid #336699;
	border-bottom:3px solid #336699;
	border-left:0px dotted #f5f5f5;
	border-right:0px;
	text-align:left
	}

