/*
div.projectPage div.header
{	
	height: 122px;
}*/

div.projectArea {margin: 0px; padding: 0px;}
div.projectPage div.contentText {padding: 10px 0px 0px 0px;}
div.content {height: 590px;}
table.projectTable td{vertical-align: top;}

/*Take out later, when there is more content */
td.projectDetails
{
	text-align: left;
	width: 250px;
	font-size: 12px;
	color: #000;
	padding: 10px 0px 0px 10px;
	margin: 0px;
}
	
	td.projectDetails span
	{
		font-family: "Arial Narrow", "Times New Roman", "Times";
		text-align: center;
		margin-top: 0px; padding: 0px;
		margin-bottom: 4px;
		font-size: 14pt;
	}

	td.projectDetails p
	{
		margin: 0px 4px 0px 4px;	
	}

td.projectNavigation
{
	width: 18px;
	padding-left: 2px; padding-right: 2px;
	margin: 0px;
}

	td.projectNavigation div.imageSquare
	{
		display: block;
		width: 14px; height: 8px;
		border: 1px solid #000;
		margin: 2px 0px 2px 0px;
	}
	td.projectNavigation div.selectedSquare
	{
		background: #cca;
	}
	td.projectNavigation div.notSelectedSquare
	{
		
	}
	td.projectNavigation div.hoveredSquare
	{
		background: #aa9;
	}

	

td.projectImage
{
	text-align: center;
	width: 700px;
	margin: 0px;
	padding: 0px;
}



