

div#aboutContainer {
         position:absolute;
	width:800px;
	height:470px;
         right:0px;
         top:0px;
	border:0px solid #f00;
	}

img#recentProject {
         position:absolute;
	left:-11px;
	top:0px;
	}
div#recentProjectCaption {
         position:absolute;
	right:0px;
	text-align:right;
	font-size:8pt;
	top:130px;
	}
div#recentProjectCaption a {
         color:#404040;
	text-decoration:none;
	}
div#recentProjectCaption a:hover {
         color:#999;
	text-decoration:underline;
	}

p.aboutText {
         font-size:8pt;
	line-height:16px;
	color:#404040;
	margin-top:167px;
         position:absolute;
         width:390px;
	}

p#leftAboutText {
         margin-left:0px;
	}
p#rightAboutText {
         margin-left:410px;
	}




