body {
	margin:0;
	padding:0;
	}
/* divs must have specific length so footer is cleared. Start with general wrapper and then one for pages which are a bit longer than others. */	
#wrapper {
	width: 800px;
	height:750px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	background-color:#99ffcc;
	} /* end IE workaround */
#masthead {
	border:2px solid white;
	margin:2px 0 0 2px;
	}
#linksbox {
	float:left;
	height:435px;
	width:146px;
	margin-left:2px;
	margin-top:4px;
	background-color:#99cccc;
	border:2px solid white;
	} 	
#links {
	position:relative;
	top:40px;
	left:4px;
	}
#links a {
	text-decoration:none;
	font-family:helvetica,arial,sans-serif;
	font-size:12px;
	color:#333333;
	padding:0;
	margin:0 0 0 4px;
	line-height:20px;
	}
#links a:hover {
	color:#cc00cc;
	}
.contentbox { /*12/30 mod */
	height:200px;
	width:225px;
	float:left;
	border:2px solid white;
	margin-top:4px;
	margin-left:12px;
	margin-bottom:25px;
 	}	
.content { /* mod 12/30 */
	position:relative;
	top:26px;
	padding:10px;
	color:#cc00cc;
	color:#333333;
	font-family:helvetica,arial,sans-serif;
	font-size:12px;
}
#newsbox {
	float:right;
	height:435px;
	width:146px;
	border:2px solid white;
	margin-right:4px;
	margin-top:4px;
	background:#99cccc;
 	}	
#items {
	float:left;
	margin-left:10px;
	margin-top:4px;
	height:178px;
	width:468px;
	background:#99ffcc;
	border:2px solid white;
	}	
#projectbox { /* 12/30 mod */
	float:left;
	height:125px;
	width:792px;
	border:2px solid white;
	margin-left:2px;
	margin-top:-21px;
	background:#99ffcc;
	}
#projectbox #project {
	position:absolute;
	top:610px;
	left:150px;
	}	
#projectbox img {
	margin:10px;
	}
#contact #projectbox { /* 12/30 mod */
	float:left;
	height:125px;
	width:792px;
	border:2px solid white;
	margin-left:2px;
	margin-top:4px;
	background:#99ffcc;
	}
#contactbox {
	float:left;
	margin-top:4px;
	height:435px;
	width:630px;
	border:2px solid white;
	margin-left:10px;;
	}	
#home #items a {
	font-size:18px;
	}
#footer {
	height:30px;
	width:792px;
	margin-top:4px;
	border:2px solid white;
	clear:both;
	float:left;
	}		
#footer ul {
	float:left;
	margin:4px 0 0 2px;
	font-family:helvetica,arial, sans-serif;
	font-size:14px;
	list-style:none;
}	
#footer ul li {
	float:left;
	padding:0 0 0 70px;
}	
#contact h1 { /* mod 12/30 */
	font-family:helvetica,arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	margin:25px 0 0 0;
	padding:0;
}
#contact h2 { /* mod 12/30 */
	font-family:helvetica,arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333333;
	margin:-5px 0 0 0;
	padding:0;
}	
#contact .content { /* mod 12/30 */
	padding-top:15px;
}
#contact a {
	font-size:14px;
	}	