BODY{
   background-color:#000;
   color:#333;
   font-family:Georgia,Times,Serif;
  }

  DIV.project{
   width:775px;
   height:385px;
   z-index:3;	
  }
  
  DIV.projectContainer{
   position:absolute;
   width:775px;
   left:50%;
   margin-left:-387px;
   z-index:3;	
  }

 DIV.navContainer{
   position:absolute;
   width:775px;
   left:50%;
   margin-left:-387px;
   z-index:3;	
  }

  DIV.topNav{
	height:70px;
	width:775px;
	z-index:3;
	clear:both;
  }

  DIV.navArea{
   overflow:auto;
   width:775px;
   z-index:3;	
  }  

  DIV.nameContainer{
	width:400px;
	margin-top:15px;
  }

 DIV.navbar{
	position:absolute;
	width:400px;
	height:25px;
	left:375px;
	top:25px;
	text-align:right;
 }

  H1{
	display:block;
	color:#763978;
	font-size:42px;
	margin-bottom:10px;
	font-weight:normal;
  }

  DIV.footer{
	font-size:11px;
	margin-bottom:50px;
	line-height:16px;
	color:#6e6e6e;
  }

  DIV.glow{
	position:absolute;
	width:800px;
	left:50%;
	margin-left:-700px;
	z-index:1; 
	top:-130px;
}

  DIV.dot{
   width:775px;
   height:15px;
   background-image:url('../images/dot.gif');
   margin-bottom:20px;
  }

  SPAN.myName{
   display:block;
   font-size:28px;
   color:#0099ff;
   padding-bottom:2px;	
  }

  SPAN.subheadline{
   color:#6e6e6e;
   font-size:16px;	
  }

  SPAN.selectedPage{
	color:#0099ff;
	font-weight:normal;
	font-size:13px;
  }

  A.nav,A.nav:visited{
	color:#666;
	font-weight:normal;
	font-size:13px;
	text-decoration:none;
 }

  A.nav:hover,A.nav:visited:hover{
	color:#999;
 }

  A.nav:active,A.nav:visited:active{
	color:#763978;
 }


  A,A:visited{
	color:#9e9e9e;
	font-weight:normal;
	font-size:13px;
	text-decoration:none;
 }

  A:hover,A:visited:hover{
	color:#0099ff;
 }

  A:active,A:visited:active{
	color:#763978;
 }

 SPAN.sidebarHeader{
	font-size:14px;
	color:#763978;
	display:block;
   line-height:24px;
 }


 DIV.infoContainer{
	clear:both;
	overflow:auto;
	margin-bottom:30px;
 }

 DIV.infoBody{
	width:475px;
	float:left;
	font-size:14px;
	line-height:24px;
	margin-right:30px;
	color:#6e6e6e;
	text-align:justify;
	background-image:url('../images/textlines.gif');
	padding-bottom:10px;
}

 DIV.contactForm{
	width:475px;
	float:left;
	font-size:14px;
	line-height:24px;
	margin-right:30px;
	color:#6e6e6e;
	padding-bottom:10px;
}

 DIV.sidebar{
	width:270px;
	float:left;
	font-size:14px;
   line-height:24px;
	color:#6e6e6e;
	background-image:url('../images/textlines.gif');
	padding-bottom:10px;
}

DIV.drop{
float:right;
width:300px;
text-align:right;
margin-top:-43px;
z-index:5;
color:#fff;
background-image:url('images/spacer.gif');
}

SELECT.work{
	width:200px;
	font-size:12px;
}