#wrapper{
	width:1000px;
	float:left;
}
	#boxes{
		margin-bottom:0;
	}
	#content_left{
		display:none;
		visibility:hidden;
	}
	#content_mid{
		float:left;
		background:none;
		width:680px;
		padding-top:0px;
	}
		#content_mid h1{
			font-size:24px;
		}
		#pricing_table{
			width:*;
			margin-top: 1px;
		}
		#pricing_table tr{
			/*width:900px;
			float:left;*/
			
		}
		#pricing_table td,#pricing_table th{
			width:200px;
			text-align:center;
			background:#f2f2f2;
			height:30px;
			vertical-align:middle;
		}
		#pricing_table th{
			height:107px;
			vertical-align:top;
			border-right:3px solid #FFF;
		}
		#pricing_table th.basic{
			background:url("/static/images/pricing_basic_h.jpg") no-repeat top center;
			border-right:3px solid #FFF;
		}
		#pricing_table th.medium{
			background:url("/static/images/pricing_medium_h.jpg") no-repeat top center;
			border-right:3px solid #FFF;
		}
		#pricing_table th.full{
			background:url("/static/images/pricing_full_h.jpg") no-repeat top center;
			border-right:3px solid #FFF;
		}
		#pricing_table td{
			border-right:3px solid #FFF;
		}
		#pricing_table td.property,#pricing_table th.property{
			width:140px;
			text-align:right;
			background:transparent;
			padding-right:25px;
			font-size:13px;
		}
		
	#content_right{
		display:none;
		visibility:hidden;
	}
		#content_right a#try_it{
			top:0;
			right:20px;
		}
