body{
	background: #fff url(images/MOUSE.jpg) no-repeat top right fixed;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #333;
}

.title{
	width: 800px;
	margin: auto;
	height: 160px;
	background: url(images/title2.png) no-repeat top center;
}

.blurb{
	width: 800px;
	margin: auto;
	height: 160px;
}

.project{
	width: 800px;
	margin: auto;
	min-height: 180px;
}

.project_description{
	margin-left: 185px;
}

.project_image {
	float: left;
	padding: 0;
}

.project_image img{
	border: 1px solid #333;
	padding: 10px;
}

h2{
	font-family: "Cooper Black";
	color: #639;
}

a:link{
	color: #639;
	text-decoration: none;
}
a:visited{
	color: #666;
	text-decoration: none;
}
a:hover{
	border-bottom: 1px dotted #639;
}