div.draw-media-item {
	float:left;
	width:390px;
	height:170px;
	margin:0 4px 10px 0;
	padding:3px;
	background:#EEEEEE;
}
div.draw-media-item img {
	margin-bottom:2px;
}
div.draw-media-item-left {
	float:left;
	width:165px;
}
div.draw-media-item-right {
	float:right;
	width:220px;
	height:170px;
	overflow:auto;
}

/* small project div string*/
div.smallProj {
	display:inline-block;
	margin-bottom:2px;
}
div.smallProj img {
	margin-right:5px;
}

/* gray and white overlays */
div.grayoverPageTitle {
	padding:0 0 15px 15px;
	font-size:28px;
	color:#669a40;
}
div.grayoverPageTitle img {
	margin:3px 8px 0 0;
}
div.grayoverPageTitle a {
	font-size:28px;
	color:#669a40;
	text-decoration:none;
}