/* Unchanged */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.project-item {
	width: 100%;
	height: auto;
	float: left;
}
.banner {
	background-color: #D5CCAB;
	margin: auto;
	height: 101px;
	width: 800px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	/*border-bottom: 1px solid black;*/
}
.display-box-main-left {
	float: left;
	padding: none;
	margin: 0px 0px 0px 0px;
	width: 315px;
}
#display-right {
	float: right;
	padding: none;
	margin: 0px 0px 0px 5px;
	width: 500px;
}
.display-box-main-right {
	background-color: #D2C9A8;
	padding: none;
	float: right;
	margin: 0px 0px 0px 0px;
	width: 315px;
}
.infoBox {
	background-color: #948977;
	color: #FFFFFF;
	padding: 5px;
	float: right;
	margin: 1px 0px 0px 5px;
	font-family: sans-serif;
	font-size: 8pt;
	width: 160px;
	height: 100%;
	text-indent: 0px;
}
.main {
	background-color: transparent;
	margin: auto;
	top: 101px;
	width: 800px;
	height: auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
#main {
	background-color: transparent;
	margin: auto;
	top: 101px;
	width: 800px;
	height: auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
html>body #main{
	background-color: transparent;
	margin: auto;
	top: 95px;
	width: 800px;
	min-height: 500px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.table-header {
	float: left;
	font-family: sans-serif;
	font-size: 8pt;
	color: white;
	height: 14px;
	text-indent: 15px;
	background: #948977;
	width: 100%;
}

.featured-text {
	font-family: arial, verdana;
	font-size: 9pt;
	color: black;
}

.image {
	width: auto;
	height: auto;
}
.description {
	margin-top: 10px;
	margin-left: 15px;
	width: 595px;
	padding: 2px;
	font-family: "Arial";
	font-size: 10pt;
	font-style: normal;
}
.left-panel-info {
	float: left;
	margin-top: 150px;
	margin-left: 4px;
	width: 150px;
	text-alight: left;
	font-family: sans-serif;
	font-size: 8pt;
}
#left-panel-info {
	float: left;
	margin-top: 150px;
	margin-left: 4px;
	width: 150px;
	text-alight: left;
	font-family: sans-serif;
	font-size: 8pt;
}
.display-main {
	background-color: #FFFFFF;
	padding: 1px;
	float: right;
	width: 631px;
	height: auto;
}
.display-main-irr {
	background-color: #FFFFFF;
	padding: 1px;
	float: right;
	width: 631px;
	height: auto;
}
.item-title {
	margin: 5px 0px 0px 0px;
	width: 315px;
	font-family: "Arial";
	font-size: 14pt;
	font-style: normal;
	/*line-height: 20pt;*/
	text-indent: 10px;
}
.datatable-sizes-head {
	/*float: left;*/
	font-family: sans-serif;
	font-size: 8pt;
	height: 9px;
	background: white;
	text-indent: 15px;
	width: 190px;
}
ul {
	font-family: sans-serif;
	font-size: 8pt;
	font-style: normal;
	list-style-type: none;
	list-style-position: outside;
}
div p {
	margin-left: 5px;
}