#container {   /* <div id="container"> */
	background-image: url('../images/croweprojectsbkgd.png');  /* bkgd image */
	background-position: center top;  /* bkgd image to center */
	background-repeat: no-repeat;
	width: 800px;  /* 720px; */
	background-color: transparent;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	}	
	
#maincopy {   /* <div id="container"> */
	background-color: #fff;		/* bkgd color  */
	width: 800px;  /* 720px; */
	margin: 0px auto 0px auto;
	padding: 20px 0px 20px 0px;
	text-align: left;
	}	
	
.data {
	background-color: #fff;		/* bkgd color  */
	width: 760px;  /* 680px; */
	height: 100px;
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 0px;
	text-align: left;
	}	
	
.history {
	background-color: #fff;		/* bkgd color  */
	width: 760px;  /* 680px; */
	height: 25px;
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 0px;
	text-align: left;
	}	
	
.whitebkgd a {  /* color of link */
  	color:	#099939;
  	text-decoration:	none;
  	padding:	0px;
  	}
	
.whitebkgd a:visited {  /* color of visited link */
		color: #099939;
		text-decoration: none;
  	padding:	0px;
		}

.whitebkgd a:hover {  /* color of link when hovered*/
		color: #23322b;
		text-decoration: none;
  	padding:	0px;
		}	
	
table {  /* table with 10 px padding and no margins */
	margin: 	0px auto 0px auto;
	padding:	0px;	
	width: 720px;
	border-collapse:	collapse;
	}	
	
td {  
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 15px;
	height: 84px;
	}	
	
td.size140{  
	width: 140px;	
	}

#photos {
	width: 289px;
	background-color:transparent;
}

#photos table {  
	margin: 0px 0px 0px 0px;
	padding: 0px;	
	width: 293px;
	border-collapse: collapse;
	}
	
#photos th{  
	width: 144px;
	height: 97px;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px; 
	}

#photos td{  
	width: 144px;
	height: 97px;
	background-color: transparent; /* #000; */
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#photos th img{  
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 0px;
	padding-bottom: 1px;
	}
	
#photos td img{  
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 4px;
	padding-bottom: 0px;
	}
	
td.size555{  
	width: 555px;	
	}
	
tr.d0 td {
	background-color: #e8f7f0;
}

tr.d1 td {
	background-color: #fff;
}	

tr.d2 td {
	background-color: #e3e5e4;
}	



  	
