/* TwoColumnLayout */

/* layout */
#mainColumn {
	width: 516; 
	float:left;
}
#subColumn {
	width: 242;
	float:right;
}
/* end layout */

/* End TwoColumnLayout */

/* mainIntro pattern for ffym newsletter - remove when possible */
		#mainIntrob {
			margin: 0 0 1em 0;
			background: #fff url(../images/main-fight-for-money.jpg) no-repeat 0 0;
			height:239px;
		}
		#mainIntrob .callToAction {
			float: right;
			width: 140px;
			text-align: center;
			padding: 50px 20px 0 0
		}
		#mainIntrob .callToAction img {
			margin: 10px 5px 5px 30px;
		}
		#mainIntrob .callToAction a.action {
			display: block;
			width: 139px;
			height: 38px;
			margin: 5 0 10px 0;
			text-indent: -100em; 
			overflow: hidden;
		}
		#mainIntrob .callToAction a.amazon {
			background: url(../images/btn_amazon.gif) no-repeat 0 0;
		}
		#mainIntrob .callToAction a.amazon:hover {
			background: url(../images/btn_amazon_green.gif) no-repeat 0 0;
		}
		#mainIntrob .callToAction a.barnes {
			background: url(../images/btn_barnes.gif) no-repeat 0 0;
		}
		#mainIntrob .callToAction a.barnes:hover {
			background: url(../images/btn_barnes_green.gif) no-repeat 0 0;
		}
/* end mainIntro pattern for ffym newsletter */