body  { 
	color: #003366; 
	font-family: "Trebuchet MS", trebuchet, tahoma, geneva, sans-serif; 
	background-color: #fff; 
	background-image: url("pics/tealedge.gif"); 
	background-repeat: repeat-y; 
	background-position: 0 0; 
	margin: 0; 
	padding: 0; 
	border-right: 25px solid #006366;
	border-bottom: 25px solid #006366;
	}

#homebg { /* use to put a pretty studio img backdrop ... except I don't really like how this is working... */
	background-image: url("pics/bg_studio.jpg");
	background-repeat: no-repeat; 
	background-position: 100% 0px; 
	}	

#ulcorner {
	background-image: url("pics/ul_whiteonteal.gif");
	background-repeat: no-repeat; 
	background-position: 0 0;
	height: 10px;
	width: 10px; 
	position: relative;
	top: 21px;
	left: 25px;
}

#urcorner {
	background-image: url("pics/ur_whiteonteal.gif");
	background-repeat: no-repeat; 
	background-position: 0 0;
	height: 10px;
	width: 10px; 
	float: right;
	position: absolute;
	top: 21px;
	right: 25px;
}
/* fix for IE */
* html #urcorner {
	top: 22px;
	right: 24px;
	}

#brcorner {
	background-image: url("pics/br_transonteal.gif");
	background-repeat: no-repeat; 
	background-position: 0 0;
	height: 10px;
	width: 10px; 
	float: right;
	position: relative;
	bottom: 10px;
	right: 0px;
}

#brcorner .withhomebg {
	background-image: url("pics/br_transonteal.gif");
	}
	
#blcorner {
	background-image: url("pics/bl_whiteonteal.gif");
	background-repeat: no-repeat; 
	background-position: 0 0;
	height: 10px;
	width: 10px; 
	float: left;
	position: relative;
	bottom: 10px;
	left: 25px;
}
/* fix bottoming for IE */
* html #brcorner, * html #blcorner {
	bottom: -12px;
	}

#wrapper {
	background-color: #fff; 
	width: 660px;
	min-width: 600px;
	margin: 0;
	margin-left: 40px;
	padding: 0px 30px 30px 5px ;
	}
	
#header  { 
	background-color: #fff; 
	background-image: url("pics/two_baskets100.jpg"); 
	background-repeat: no-repeat; 
	background-position: 100% 0; 
	text-align: left; 
	margin-top: 20px; 
	padding-top: 0;
	width: 600px; 
	height: 100px }

#content {
	background-color: #fff; 
	height: auto;
	margin-top: -30px;
	}
	
h1, h2 {
	font-family: georgia, "times new roman", times, serif ;
	font-weight: normal ;
	color: #000 ;   
	text-align: left;
}

h1 {
	height: 56px;  /* based on the image height of the php-generated image. */
		/* Adjust if change font or other things change image. */
		/* But setting this will make the page layout more neatly as things come into view. */
	padding-top: 20px;
	margin-left: 0;
	color: #000;
	font-size: 40px;
	font-style: italic;
}


h2 {
	margin-left: 38px ;
	height: 22px;
	margin-bottom: 0;
	color: #D05258;
	font-size: 20px;
	font-style: italic;
}

h2.topline {
	padding-top: 60px;
	height: 100px;
}

h3 {
	font-style: italic;
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 14px;
	}

p {
    margin: 20px 0 20px 40px ;
    font-size: 13px ;
	text-align: left;
}

p.first {
	margin-top: 5px;
}

a {
	color: #006366 ;
	}

a:hover {
	background-color: #E4D8C3;
	}
	
/* for tables **************************************/
table {
	margin-left: 40px;
	width: 580px;
	min-width: 500px;
	height: auto;
	padding: 0;
	}

tr {
	background-color: #e4d8c3;
	}

td {
	padding: 5px 5px 5px 10px;
	vertical-align: top;
	font-size: 13px ;
	}	
	
.ul { 
	background-image: url("pics/ul_beige.gif"); 
	background-repeat: no-repeat;
	background-position: 0 0; 
	 }
.ur { 
	background-image: url("pics/ur_beige.gif"); 
	background-repeat: no-repeat;
	background-position: 100% 0; 
	 }	 
.bl { 
	padding-bottom: 10px;
	background-image: url("pics/bl_beige.gif"); 
	background-repeat: no-repeat;
	background-position: 0 100%; 
	 }	 
.br { 
	background-image: url("pics/br_beige.gif"); 
	background-repeat: no-repeat;
	background-position: 100% 100%; 
	 }

td.imagecell {
	width: 320px;
	}
	
td a:hover {
	background-color: #fff;
	}	 

	
/* for footers **************************************/
	 
address, #footer address a {
	color: #006366 ;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}	

#footer address a:hover {
	background-color: #006366 ;
	color: #fff ;
	}

#footer p, #footer p a {
	color: #006366 ;
	font-weight: normal;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	margin: 0; padding: 0;
}

/* for specific images **************************************/
	
img#basket_in_progress {
	float: left;
	padding: 2em;
	padding-left: 0;
	padding-top: 0;
	border: 0;
	width: 175px;
	height: 197px;
	}	
