/* Default Stylesheet */
a#trashCan {
	display:block; 
	width:64px;
	padding-top:32px;
	background:url(Images/recycleBin.gif) center top no-repeat; 
	color:#333; 
	text-decoration:none;
	margin-right:20px;
}
a:hover#trashCan {
	display:block; 
	background:url(Images/recycleBin.gif) center -50px no-repeat; 
	color:#333; 
	text-decoration:none;
}

.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}
