body {
	background-color: #F0EFF1;
 	font-family: Helvetica, Arial, sans-serif;
 	font-size: 10px;
 	font-weight: normal;
}    

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}  

#container {
	position: absolute; 
	width: 6000px; 
	height: 510px; 
	z-index: 2; 
	left: 340px; 
	top: 28px;	
}

#contact {
	position: fixed;
	width: 310px;
	height: 100px;
	z-index: 3;
	left: 20px;
	top: 338px;
	border-bottom: 1px solid #000;
}  
#contact h1 {
 	font-size: 20px;
 	font-weight: bold;
 	letter-spacing: -.00em;
}
#contact p {
	margin-bottom: 10px;
}

#projects div {
	float: left;
	margin-right: 10px;
}
#projects div img {
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
#projects div p {
	width: 300px; 
	margin-top: 5px;
}
