#content {
	padding:0px;
	margin:0px 0px;
}

#area_explore_collection {
/* Typical fixed height and fixed width example */
width: 315px;
height: 100px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#area_bellevue_collection {
/* Typical fixed height and fixed width example */
width: 315px;
height: 63px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#area_luxery_bellevue {
/* Typical fixed height and fixed width example */
width: 315px;
height: 73px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#area_bellevue_place {
/* Typical fixed height and fixed width example */
width: 315px;
height: 108px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#area_lincoln_square {
/* Typical fixed height and fixed width example */
width: 154px;
height: 233px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#area_bellevue_square {
/* Typical fixed height and fixed width example */
width: 154px;
height: 238px;
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;
}

