#pixelteklogo
{
	padding-bottom: 20px;
}

h2
{
	font: bold 1.5em "Trebuchet MS", Helvetica, sans-serif;
	color: #907d82;
	padding: 0 0 0.7em 0;
}

ul.portimgs li
{
	background-color: #e0d8da;
	width: 110px;
	height: 110px;
	border: thin dashed #a99a9e;
	margin: 0 30px 25px 0;
	display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
ul.portimgs li:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	background-color: #b6afb1;}

ul.portimgs img
{
	width: 100px; height: 100px; margin: 5px 5px 5px 5px;
}
.writeup
{
	padding-bottom: 18px;
}
