#content {
	padding:0px;
	margin:0px 0px;
}

#mainScroll {
/* Typical fixed height and fixed width example */
width: 597px;
height: 142px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#buldingScrollOne {
/* Typical fixed height and fixed width example */
width: 862px;
height: 140px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#buldingScrollTwo {
/* Typical fixed height and fixed width example */
width: 862px;
height: 95px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#clientScrollFP {
/* Typical fixed height and fixed width example */
width: 180px;
height: 179px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#clientScroll {
/* Typical fixed height and fixed width example */
width: 180px;
height: 224px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#propertyScroll {
/* Typical fixed height and fixed width example */
width: 597px;
height: 180px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}


