@charset "utf-8";
/* CSS Document 
p {
  margin-bottom: 0;
  text-align:justify; }
p + p {
  text-indent: 1.5em;
  margin-top: 0 }
*/  
#front_page_box {
	width:950px;
	height:480px;
	background-image:url(../images/storefront.jpg);
}
#about_us_box {
	float:right; width:280px;
	margin:80px 40px auto auto;
}
#about_us_header {
	font-weight:bold;
	font-size:16px;
	color:#CCCCCC;
	margin-bottom:8px;
}
#about_us_body {
	margin-left:8px;
}
