/*********************************************************
/* 2 COLUMN LAYOUT STYLES
/*********************************************************/

	.page-layout
	{

	}
	
	.page-header
	{
		background-image:url(../../../images/body/red-tile.jpg);
		width:960px;
		height:65px;
		margin:0px;
	}

	.page-header div
	{
		float:right;
		margin-top:25px;
		margin-right:20px;
	}

	.text-headers {
		font-size: 30px;
		font-family: "TradeGothicLTLight", Arial, Helvetica, sans-serif ;
	}
	
	.text-area {
		float: left;
		/*margin-top: 50px;*/
		margin-bottom: 20px;
		min-height: 400px;
		height: auto;
		padding-bottom: 30px;
		width: 600px;
		text-align: justify;
	}

	.body-text {
		font-family: "TradeGothicLTLight", Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #999999;
	}

	.content-container
	{
		float:left;
		width:581px;
		background-image:url(../../../images/content-tile.png);
		height:auto;
		min-height:500px;
		margin-left:10px;
		padding:15px;
	}

	.left-side-container
	{
		float:left;
		margin-top:175px;
	}

	.address-box
	{
		width:234px;
		height:335px;
		background-image:url(../../../images/address-box.jpg);
		margin-left:15px;
		margin-top:75px;
		padding:20px;
		font-size:16px;
		color:#9d9d9d;	
		font-family: "TradeGothicLTBoldRegular", Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		line-height:16px;	
	}

	.address-box span
	{
		font-size:21px;
		color:#fff;	
		line-height:40px;			
	}
	
	.v-tile-line
	{
		width:1px;
		height:450px;
		background-image:url(../../../images/v-tile.png);
		margin:100px 10px 10px 20px;
		float:left;
	}	
	
	.resist
	{
		position:absolute;
		left:-25px;
		top:340px;
		z-index:2;
	}
	
	.butter-power
	{
		position:absolute;
		left:-25px;
		top:460px;
		z-index:1;
	}	

	.piece-of-me-cakes
	{
		position:absolute;
		left:-16px;
		top:718px;
		z-index:1;	
	}
	
	.piece-of-me
	{
		position:absolute;
		left:-16px;
		top:863px;
		z-index:1;	
	}
	
/******************************* COMMON CALLS *************************/
	.common-calls {
		float: right;
		width: 318px;
		height: auto;
		/*margin-top: 50px;*/
		/*margin-bottom: 100px;*/
	}
	
	.top-call {
		padding-bottom: 20px;
	}