/* Primary layout */
#content {
	float: left;
	background: #000000 url(images/site_images/h_content_bg.jpg) top left no-repeat;
	width: 600px;
	margin: 0 0 0 20px;
	display:inline;
}

#rightcolumn {
	background: #000000 url(images/site_images/h_rightbar_bg.jpg) top left no-repeat;
	width: 300px;
	float: left;
	margin: 0 0 0 20px;
	display:inline;
}


/* Secondary layout */

#about_ssp {
	background:none;
	margin:20px;
	height: 250px;
}
#store_front {
	background:none;
	margin:20px;
	width: 600px;
}
#contLook {
	clear: both;
	background:none;
	width: 600px;
}
#contact_form {
	float: left;
	width: 290px;
	height:250px;
	background:#000000 url(images/site_images/about_rightcol_bg.jpg) top left no-repeat;
	margin: 10px 20px 0 0;
	display:inline;
}
#addcontainer {
	float:left;
	margin: 20px;
	display:inline;
}
#linkcontainer {
	float:left;
	margin:20px;
	display:inline;
}
#lookbook {
	float:left;
	width: 290px;
	height:250px;
	background:none;
}

