body
	{
		background-color:#e1e1e1;
	}
	
	div#main {
		width: 1105px;
        height: 1100px;
		
		margin-left:auto;
		margin-right:auto;
		justify-content:center;
		display: block;
		align-items:center;
   
}
	
p {
    margin-top: 0px;
    margin-bottom: 0px;
   
}

p {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}




p {
    font-family: "Arial", Arial, san-serif;
	color: #808080;
} 

/* this positions text over textbox.jpg for project descriptions */
.image { 
   position: relative; 
   width: 100%; /* for IE 6 */
}
h2 {
	position: absolute;
	top: 830px;
	left: 350px;
	width: 995px;
	font-family: "Arial", Helvetica, san-serif;
	font-size: 14px;
	color: #808080;
	height: 200px;
   
}
