@charset "utf-8";
/* CSS Document */


h2 {
	color:#9956a2;
}

body {
	background-color: #333333;
	background-image: url(graphicPortfolio_background_mar2009.jpg);
	background-repeat: repeat-y;	
}

a {
	color:#9956a2;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

.portfolioSection {
	position:relative;
	width:154px;
	border:none;
	float: left;
	height: 154px;
	margin: 5px;
}
