			#wrapper {
				width: 960px;
				margin:0 auto;
			}
			
			h1 {
				margin-top:30px;
				font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
				font-weight: 200;
				margin-bottom:0;
			}
			
			h2 {
				margin-top: 30px;
				font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
				font-weight: 200;
				font-size: 20px;
			}
			
			.content_box h2 {
				color:white;
				font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
				font-weight: 200;
				font-size: 22px;
				margin-top: 15px;
				margin-bottom:5px;
				/*text-shadow: 2px 2px 2px black;*/
			}
			
			.content_box {
				float: left;
				margin-top:20px;
				margin-right:20px;
				-khtml-box-shadow: rgba(0,0,0,0.3) 0 3px 2px;
				-ms-box-shadow: rgba(0,0,0,0.3) 0 3px 2px;
				-o-box-shadow: rgba(0,0,0,0.3) 0 3px 2px;
				-moz-box-shadow: rgba(0,0,0,0.3) 0 3px 2px;
				-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 3px 2px;
				box-shadow: rgba(0, 0, 0, 0.3) 0 3px 2px;
				padding-top:0px;
				/*padding-left:15px;
				padding-right: 15px;*/
			}
			
			
			.content_bottom_box {
				width:297px;
				height:400px;
				float: left;
				font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
				font-size:12px;
				margin-right:20px;
			}
			
			.one_tile {
				width:265px;
				height:177px;
			}
			
			.double_tile {
				width:583px;
				height:200px;
			}
			
			.double_height_tile {
				width:583px;
				height:375px;
			}
			
			.full_width_tile {
				width:899px;
				height:422px;
			}			
			
			.right_box {
				margin-right:0;
			}
			
			.box_content {
				color:white;
				font: normal 80% Arial,Helvetica,sans-serif;
				line-height: 1.5;
				font-weight: 300;
			}
			
			.red_box {
				background-color: red;
			}
			
			.orange_box {
				background-color: #d34927;
				border: 1px solid #E07A60;
			}
			
			.green_box {
				background-color: #009400;
				border: 1px solid #3EB33E;
			}
			
			.purple_box {
				background-color: #5e3bb9;
				border: 1px solid #785FBA;
			}
			
			.light_green {
				background-color: #008399;
				border: 1px solid #2691A3;
			}
			
			.pink_box {
				background-color: #b91d47;
				border: 1px solid #C94468;
			}
			
			.blue_box {
				background-color: #2776ec;
				border: 1px solid #5A95ED;
			}
			
			.ad_tile {
				padding: 0px;
				width: 295px;
			}
			

			.splash_twitter {
				margin-top: -13px;
				margin-right: 10px;
			}

			.splash_twitter_text {
				padding-bottom:7px;
				padding-top: 10px;
				color:black;
			}
			
			.splash_twitter_text a {
				color:#1B87E0;
				text-decoration: none;
			}
			
			.related_link {
				margin-top: 10px;
			}
			
			.related_link a, .related_link a:hover, .related_link a:visited {
				text-decoration: none;
				color:#1B87E0;
				cursor: pointer;
			}
			
			.clear {
				clear:both;
			}