/*************************************************************************
/* COMMON PAGE STYLESHEET
/*
/* Written by Heladio Adame
/************************************************************************/

	/******************************** TEXT ********************************/
	
	
	
	.text-headers {
		font-size: 30px;
		font-family: "TradeGothicLTLightRegular", Arial, Helvetica, sans-serif ;
	}
	
	.text-area {
		float: left;
		margin-top: 24px;
		padding-bottom: 30px;
		width: 630px;
		text-align: justify;
	}
	
	.body-text {
		font-family: "TradeGothicLTLightRegular", Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #999999;
	}
	
	/******************************* COMMON CALLS *************************/
	
	.common-calls {
		float: right;
		width: 326px;
		height: auto;
		margin-top: 50px;
		margin-bottom: 100px;
	}
	
	.top-call {
		padding-bottom: 20px;
	}
	
	.page-calls {
		float: right;
		width: 325px;
		height: 440px;
		margin-bottom: 113px;
		margin-top: 25px;
	}
	
	/*******************************************************************/
	
	.body-text-two {
		float: left;
		width: 350px;
		margin-top: 20px;
	}
	
	.text-container-two {
		float: left;
		width: 600px;
	}
	
	/****************************** TESTIMONIAL and COUPONS*******************************/
	
	.top-container {
		background-image: url('http://www.blackmarketbakery.com/assets/common/images/body/see-through-box.png');
		width: 590px;
		padding: 15px;
	}
	
	.main-bg-container {
		background-image: url('http://www.blackmarketbakery.com/assets/common/images/body/secondary_page_bg.jpg');
		width: 619px;
		padding: 15px;
		height: auto;
	}
	
	.border-pages {
		border: solid 2px #999999;
	}
	
	
	.content-container {
		float:left; 
		width:649px; 
		height:auto; 
		margin-top:20px; 
		margin-bottom:20px;
	}
	
	.right-side-calls {
		float:right; 
		margin-top:20px; 
		margin-bottom:20px;
	}