/* wrappers */
	.ProgramOverview{
		font-size:12px;
		font-family: Arial, Helvetica, sans-serif;
		color: #333333;
		line-height: 128%;
	}
	
	.MainContent{
		float: right;
		width: 580px;
		padding: 0px 85px 0px 30px;
	}
	
	.SideContent{
		float: left;
		width: 176px;
		padding-left: 20px;
	}
/* /wrappers */

/* content */
	.ProgramOverview h1{
		width: 656px;
		height: 84px;
		padding: 42px 0px 0px 221px;
		margin: 12px auto 25px auto;
	
		font-family: Dax, Arial, Helvetica, sans-serif;
		font-size:22px;
		font-style: italic;
		color:#FFFFFF;
		line-height:131%;
	}
	
	.ProgramOverview h1.Lean{
		background: #FAAA17 url(/pages/programs/programs/hdrLean.gif) 0px 0px no-repeat;
	}
	
	.ProgramOverview h1.Fitness{
		background: #FF6600 url(/pages/programs/programs/hdrFitness.gif) 0px 0px no-repeat;
	}
	
	.ProgramOverview h1.Performance{
		background: #2C8DDE url(/pages/programs/programs/hdrPerformance.gif) 0px 0px no-repeat;
	}
	
	.MainContent h2{
		font-family: Dax, Arial, Helvetica, sans-serif;
		color: #FF6600;
		font-size:15px;
		font-style: italic;
		margin: 0px 0px 4px 0px;
	}
	
	.MainContent h3{
		font-family: Dax, Arial, Helvetica, sans-serif;
		color: #FF6600;
		font-size:15px;
		font-style: italic;
		margin: 0px 0px 4px 0px;
	}
	
	.MainContent P{
		margin: 0px 0px 16px 0px;
		line-height: 128%;
	}
	
	.ProgramOverview .MainContent .col1, .ProgramOverview .MainContent .col2{
		width: 160px;
		float: left;
	}
	
	.ProgramOverview .MainContent ul{
		margin: 0px 0px 16px 0px;
		padding: 0px;
		list-style-type:none;
	}
	
	.ProgramOverview .MainContent ul li{
		background: url(../../images/common/bulletRaquo.gif) 0px 5px no-repeat;
		padding-left: 15px;
		padding-top: 2px;
	}

	.ProgramOverview .MainContent ol{
		margin: 0px 0px 16px 0px;
		padding: 0px 0px 0px 23px;
	}
/* /content */

/* Other Programs */	
	.OtherPrograms{
		width: 177px;
	}
	
	.OtherPrograms img{
		display: block;
	}
	
	.OtherPrograms h3{
		margin: 0px;
	}
	
	.OtherPrograms a.LearnMoreBtn img{
		display: block;
		position: absolute;
		right: 9px;
		bottom: 12px;
	}
	
	.OtherPrograms p{
		color: #FFFFFF;
		font-size:12px;
		font-weight: bold;
		width: 210px; 
		position: absolute;
		left: 121px;
		top: 40px;
	}
	
	.OtherPrograms .Lean{
		height: 91px;
		position:relative;
		margin-bottom: 8px;
		background: #FAAA17 url(/pages/programs/programs/cornerLeanBtmRight.gif) 100% 100% no-repeat;
	}
	
	.OtherPrograms .Fitness{
		height: 91px;
		position:relative;
		margin-bottom: 8px;
		background: #FF6600 url(/pages/programs/programs/cornerFitnessBtmRight.gif) 100% 100% no-repeat;
	}
	
	.OtherPrograms .Performance{
		height: 91px;
		position:relative;
		background: #2C8DDE url(/pages/programs/programs/cornerPerfBtmRight.gif) 100% 100% no-repeat;
	}
/* /Other Programs */
