/*  ===== pt_storefront Notes =====   /
	This page has a two column layout,
	
	Styles for the welcometeaser area inside the #content for
	the storefront page.
*/

/***********************************************/
/* Page Structure CSS                          */
/***********************************************/
/* Wider content area for storefront welcome pages */
#pt_storefront #content {
	width: 774px;
	background-color: #fff;
	margin: 0px; }
	
/***********************************************/
/* Page Styling CSS                            */
/***********************************************/	

/* Styles table containing homepage content */
#pt_storefront #content #welcomepage {
	margin: 0px;
	padding: 0px; }
	
#pt_storefront #content #welcomepage table	{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;}	
			
#pt_storefront #content #welcomepage table td {
	padding: 0px 2px; }			
