/* content wrappers */
	.Content_1Col{
		width: 893px;
		font-size:12px;
		color:#8E8E8E;
		padding: 20px 0px;
	}
/* /content wrappers */

/* col1 */
	/* page header */
		.Content_1Col .PageHeader{
			width: 567px;
			margin-bottom: 24px;
		}

		.Content_1Col .PageHeader .RightGraphic{
				width: 82px;
				height: 68px;
				float:right;
				margin-top: 16px;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/assets/images/gfxBubbleRight.png');		
		}
		.Content_1Col .PageHeader .RightGraphic[class]{
			filter:none;
			background: url(/assets/images/gfxBubbleRight.png) 0px 0px no-repeat;
		}
		
		.Content_1Col .PageHeader .BubbleTop{
			width: 485px;
			height: 7px;
			float: left;
			overflow: hidden;
			background: url(/assets/images/bgBubbleTop.gif) 0px 0px no-repeat;
		}
		
		.Content_1Col .PageHeader .BubbleContent{
			width: 440px;
			padding: 0px 33px 12px 12px;
			float: left;
			background: #BCBE57 url(/assets/images/bgBubbleBtm.gif) 0% 100% no-repeat;
			color: #FFF;
		}
		
		.Content_1Col .PageHeader .BubbleContent em{
			display: block;
			font-size:16px;
			font-style: normal;
			padding-bottom: 5px;
			border-bottom: 1px solid #CFD086;
		}
		
		.Content_1Col .PageHeader .BubbleContent h2{
			font-size:24px;
			font-weight: normal;
			margin: 5px 0px 0px 0px;
			color: #FFF;
		}
		
		.Content_1Col .PageHeader .BubbleContent span{
			font-size:12px;
		}
	/* /page header */
	
	.Content_1Col .col1 h3{
		font-size: 18px;
		font-weight: normal;
		color: #989A28;
		margin: 0px 0px 16px 7px!important;
	}
	
	/* content section */
		.Content_1Col .ContentSection{
			padding: 0px 0px 11px 0px;
			border-bottom: 1px solid #ECEBCE;
			margin: 0px 0px 22px 7px;
			
			font-size:12px;
			color: #8E8E8E;
		}
		
		.Content_1Col .ContentSection h4{
			margin: 0px 0px 8px 0px;
			font-size: 16px;
			font-weight: normal;
			color: #F8942A;
		}
		
		.Content_1Col .ContentSection p{
			width: 720px;
			margin: 0px 0px 14px 0px;
		}	
		
		ol.PopularExercises{
			margin: 0px;
			padding: 0px;
			list-style-type: none;
			width: 740px;
		}
		
		ol.PopularExercises li{
			float: left;
			width: 140px;
			height: 110px;
			padding: 5px;
			background: #FCF8F3;
			border: 1px solid #CCC;
			margin: 0px 10px 10px 0px;
			text-align: center;
		}
		
		ol.PopularExercises li.clear{
			clear: both;
			float: none;
			height:1px;
			color:9B9D3D;
			border: none;
			padding: 0px;
			background: none
		}
		
		ol.PopularExercises li h5{
			margin: 0px;
			font-size:12px;
			width:140px;
			background-color: #DDDDDD;
/*			float: right; */
			color: #555;
			margin-bottom: 4px;
		}
		
		ol.PopularExercises .Exercise a{
			display: block;
			width:90px;
			text-align: center;
/*			float: left */
		}
		
		a.btnViewMoreExercises{
			display: block;
			width: 202px;
			height: 50px;
			overflow:hidden;
			text-indent: -9999px;
			cursor: pointer;
			margin: 0p 0px 0px 7px;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/popular_exercises/btnViewMoreExercises.png');
		}
		
		a.btnViewMoreExercises[class]{
			filter: none;
			background: url(../images/popular_exercises/btnViewMoreExercises.png) 0px 0px no-repeat;
		}
		
	/* /content section */
