/* CSS Document */

ul#homelist {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
#homelist li {
	padding: 1em 1em 2em;
	float: left;
	width: 160px;
	font-size: 1.25em;
}
#homelist li a {
	text-align: center;
	display: block;
	padding-bottom: 315px;
}
li#painting {
	background:   url("../imgtemp/oil_hm.jpg") no-repeat 50% 3em;
}
li#worksonpaper {
	background:   url("../imgtemp/drawing_hm.jpg") no-repeat 50% 3em;
}
li#multimedia {
	background:   url("../imgtemp/designs_hm.jpg") no-repeat 50% 3em;
}
li#archives {
	background:   url("../imgtemp/archives_hm.jpg") no-repeat 50% 3em;
}