@charset "UTF-8";
/* CSS Document */
#portfoliostuff {
    position: relative;	
	text-align: center;
	margin-left: 6px;
	padding:2px;
}

#portfoliostuff img {
    border: 3px ridge orange;
	width: 180px;
	height: 152px;
}

table {
	position: relative;
	top: 10px;
	left: 98px;	
}
