/*Project Designs Work StyleSheet*/

.myWorkHeader
{
	margin-top: 40px;
	margin-bottom: 20px;
	width: 900px; 
}

.workContainer
{
	width:220px;
	float:left;
	margin-left:5px;
}

.work a
{
	width:200px;
	height: 106px;
	display: block;
	padding:10px;
	background-color: #101010;
}

.work a:hover 
{
	background-color: #181818;
}

a:active {outline: none;}	
 
.plug
{
	font-size:.7em;
	color:#262626;
}
	
