
				
				
		.projHeading
			{
				position:			absolute;
				top:				60px;
				left:				0px;
				width:				680px;
				height:				40px;
				font-size:			24pt;
				color:				#000066;
				text-align:			center;
				background-color:	transparent;
				border:				thin none #000066;
			}
						
						
		.recent1, .recent2, .recent3, .recent4
			{
				position:			absolute;
				width:				286px;
				height:				30px;
				font-size:			10pt;
				color:				#000066;
				font-weight:		bold;
				text-align:			center;
				border:				thin none #ff0000;
			}
			
			.recent1
				{
					top:				195px;
					left:				0px;
				}
			
			.recent2
				{
					top:				195px;
					left:				380px;
				}
			
			.recent3
				{
					top:				415px;
					left:				0px;
				}
			
			.recent4
				{
					top:				415px;
					left:				380px;
				}
				
		
		.project1, .project2, .project3, .project4
			{
				position:			absolute;
				width:				226px;
				height:				170px;
				border:				thin solid #0000ff;
			}
			
			.project1
				{
					top:				20px;
					left:				30px;
				}
			
			.project2
				{
					top:				20px;
					left:				410px;
				}
			
			.project3
				{
					top:				240px;
					left:				30px;
				}
			
			.project4
				{
					top:				240px;
					left:				410px;
				}
