/* css for Assignment3, Igor Pesenson, IS242 */

body
{
	/*background-color: red;*/
	background-color: #ffffff;
	color: #000000;
	font: 8pt/16pt georgia; 
	margin: 60px; 
	text-align: center;

	background-image: url('lemonade2-small.jpg');	
	background-repeat: repeat-y
}

h1 { 
	font: italic 24pt georgia; 
	letter-spacing: 1px;
	color: #7D775C;
}

h2 { 
	font: italic 18pt georgia; 
	letter-spacing: 1px;
	 /*margin-left: 150px;
	margin-bottom: 0px;*/
	color: #7D775C;
}

/* Examples of pseudo-elements */

h1:first-letter {
	color: #ff0000;
	font-size:xx-large
}

h2:first-letter {
	color: #ff0000;
	font-size:xx-large
}

/* Example of padding */

td {
	padding-left: .5cm;
	padding-right: .5cm
}

/* Absolute Positioning  - Could not make this work well.
#about {
	position:absolute;
	left:100px;
	top:450px
}
*/

#header h1 { 
	/*background: transparent url(lemonade2-small.jpg) no-repeat top left;*/
	margin-top: 10px; 
	width: 219px; 
	height: 87px; 
	float: left;
}

/* Don't display customer names for confidentiality reasons */
span {
	display: none
}

