/* CSS Document */
@import "sidenav.css";
@import "brandIcon.css";
@import "storeLink.css";

#left{
	width:250px;
	/*
	height:630px;
	*/
	height: auto;
	float:left;
	position:absolute;
}
#right{
	width:522px;
	/*
	height:630px;
	*/
	height: auto;
	float:right;
	padding-top:10px;
	position: relative;
}

