div.object
{
	float: left;
	width: 760px;
	height: auto;
	margin-bottom: 10px;
	padding: 10px 10px;
}
	 div.object div.photobox
	{
		float: left;
		width: 230px;
		height: 130px;
		margin-top: auto;
	}
	 div.object div.description
	{
		float: left;
		width: 520px;
		height: auto;
		margin-left: 10px;
		margin-top: auto;
	}
div.next
{
	float: right;
	width: 120px;
	height: 20px;
	margin: 10px 0px 10px 0px;
}
div.officer
{
	float: left;
	width: 250px;
	margin: 15px 5px;
}
	div.officer div.photobox
	{
		width: 200px;
		height: 260px;
		border: 1px solid black;
		margin: 0px auto;
	}
	div.officer div.description
	{
		width: 200px;
		margin: 5px auto;
		background: gray;
		border: 1px solid black;
		text-align: center;
		font-weight: bold;
		color: white;
	}
		.officerdescription
		{
			color: #66CAFB;
		}
div.project
{
	width: 760px;
	padding: 0px 10px 5px 10px;
	margin-top: 10px;
	border-bottom: 1px solid black;
}
	div.project p
	{
		margin-left: 10px;
		text-indent: 0px;
	}
div.preview
{
	float: left;
	width: 250px;
	margin: 10px 5px;
}
	div.preview div.description
	{
		width: 250px;
		margin-bottom: 10px;
		text-align: center;
		font-size: 20px;
		color: #006699;
	}
	div.preview div.picbox
	{
		width: 220px;
		height: 220px;
		border: 5px solid silver;
		text-align: center;
	}