#content {
	padding:0px;
	margin:0px 0px;
}

#fullMidSection {
/* Typical fixed height and fixed width example */
width: 559px;
height: 386px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#parkingSection {
/* Typical fixed height and fixed width example */
width: 264px;
height: 386px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#leftTopColumn {
/* Typical fixed height and fixed width example */
width: 195px;
height: 160px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#rightBotColumn {
/* Typical fixed height and fixed width example */
width: 290px;
height: 160px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#leftTopGift {
/* Typical fixed height and fixed width example */
width: 195px;
height: 150px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#rightGiftColumn {
/* Typical fixed height and fixed width example */
width: 300px;
height: 290px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#brandBrands {
/* Typical fixed height and fixed width example */
width: 149px;
height: 236px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#brandStores {
/* Typical fixed height and fixed width example */
width: 349px;
height: 236px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#photoPage {
/* Typical fixed height and fixed width example */
width: 530px;
height: 325px;
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;
}

