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

h2 {
	color:#4069b2;
}

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

a {
	color:#4069b2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


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