body
{
	background-color:rgb(255,182,193);
}
h1
{
	text-align:center;
}
span.strawberry 
{
	color:red;
}
span.banana
{
	color:yellow;
}
h2{
	text-align:center;
}

#picture1
{
	top:100px;
	left:50px;
	position:absolute;
	width: 220px;
	height: 280px;
	background:url(SBScup.png) no-repeat;
	border:solid yellow;
}
#directions
{
	position: absolute;
	top:150px;
	left:300px;
	font-size:20px;
}
span.important
{
	text-decoration:underline;
}
	
#picture2
{
	top:100px;
	left:850px;
	position:absolute;
	width: 200px;
	height: 280px;
	background:url(SBSblender.png) no-repeat;
	border:solid red;	
}
#ingredients
{
	position: absolute;
	top:400px; /* ~phs */
}
#jimmy_list
{
	/* border-padding:"1";  */ /* ~phs */
	border-spacing:0;
	/* column: "1"; */ /* ~phs */
	text-align: center;
	font-size:20px;
	padding:10px;  /* ~phs */
	/* spacing:20; */ /* ~phs */
	border:1px;
	border-style:groove;
	border-color:red;
}

td
{
	border:1px solid red;
	
}
#picture3
{
	top:400px;
	left:450px;
	position:absolute;
	width:600px;
	height:370px;
	background:url(SBSstuff.png) no-repeat;
	border:solid yellow;	
}
#copyright
{
	position: absolute;
	top:706px;
	left:0px;
	font-size:19px;
}










