#showcase {
	width: 287px;
	float: left;
	display: block;
}
#showcase #screenshot {
	float: none;
	margin: 0px;
}
#showcase p {
	margin: 5px 15px 15px 0px;
}
#listofprojects {
	margin: 0px;
	padding: 0px;
	list-style: none;
	clear: none;
}
#listofprojects li {
	margin: 0px 16px 12px 0px;
	float: left;
}
#listofprojects img {
	height: 40px;
	width: 70px;
	border: none;
}
#listofprojects a {
	display: block;
	background:  url("images/listofprojectsup.jpg");
	padding: 4px 6px 6px 4px;
}
#listofprojects a:hover, #listofprojects a:visited {
	background:   url("images/listofprojectsdn.jpg");
	padding: 5px;
}
