div#selectedproject {
	width : 576px;
	float : left;
	margin-top : 2px;
	margin-right : 2px;
}

div#selectedproject div.number {
	position : absolute;
	width : 192px;
	background-color : #878787;
}

div#selectedproject div.number span {
	float : left;
	display : block;
	color : white;
	text-transform : uppercase;
	margin : 0.2em 0.5em;
}

div#selectedproject div.number span.right {
	float : right;
}

div#selectedproject a.image {
	display : block;
	margin-left : 128px;
}

div#selectedproject a.button {
	display : inline;
	float : left;
	margin-left : 128px;
	margin-top : 2px;
}

div#selectedproject div.text {
	float : left;
	width : 382px;
	margin-top : 2px;
	margin-left : 2px;
}

div#casestudy {
	width : 254px;
	margin-top : 2px;
	margin-right : 2px;
	float : left;
}

div#casestudy div.text {
	float : left;
	width : 254px;
}

div#casestudy a.button {
	float : left;
	margin-top : 2px;
	clear : both;
}