@charset "utf-8";
/* CSS Document */

/*
	File: Available.css
	Author: Emanuel Mandel
	Email: mannymandel@hotmail.com
	Description:
	
		This file will relate css information for the produced.html file. This file is a photogallery
		for images. 
 */
 
 /* ----- style the table that will hold the pictures ----- */
 #produced
 {
 	border: 3px solid #669933;
 }
 
 #produced  td
 {
	background-color: #666633;
	padding: 10px;
 }
 
 #produced td IMG
 {
 	border: 0;
 }

/**** Available Page Style Definitions ****/ 
.contentBox TABLE
{
	background-color: #666633;
	border: 3px solid #FF9900;
}

.contentBox TABLE TD IMG
{
	padding: 4px;
}

.parent_info
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
}
 