@charset "UTF-8";
#projectimages ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin-left: 12px;
	margin-top: 0;
}

#projectimages ul li a {
	background-image: url(../images/menuback.png);
	padding: 12px;
	display: inline-block;
	margin-bottom: 12px;
}

#projectimages img#mainimage {
	margin-top: 12px;
}


h1 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}

#projectimages ul li a:hover {
	background-color: #900;
	background-image: none;
}

img {
	border-style: none;
}

#projectimages td {
	vertical-align: top;
}
