/* Layout CSS Document */
	body {
		padding: 25px 5px 50px 5px;	
	}
	#page, #footer {
		width: 935px;
		margin: 0 auto;
		padding: 10px 10px 0 10px;
	}

	#header {
		margin-bottom: 20px;
	}
	
		#header .identity {
			float: left;
			width: 215px;
		}
		
		#header .navigation {
			float: left;
			height: 174px;
		}	
		
			#header .navigation .home {
				margin-top: 125px;
			}
				#header .navigation .nav {
					margin-bottom: 3px;	
				}
				#header .navigation .nav .section {
					float: left;
					width:90px;
					margin-right: 11px;
					margin-left: 3px;
				}
				
				#header .navigation .nav .points {
					float: left;				
				}
		
		#header .persona {
			float: right;
			width: 305px;
			margin-top: 125px;
		}
			#header .persona .icon {
				float: left;
				height: 40px;
			}
			
			#header .persona .points {
				float: left;
				margin-left: 5px;
			}
		
	
		#body div.x, #body div.y, #body div.z {
			width: 305px;
			margin-bottom: 10px;
		}
		
		#body div.x {
			float: left;
		}
		
		#body div.y {
			float: left;
			margin-left: 10px;
		}
		#body div.z {
			float: right;
		}
		
	
		#body .one div.x {
			width: 630px;	
		}
			#body .one div.y {
				margin-left: 0;
				width: 305px;
			}
			
		#body .nine div.x {
			width: 630px;	
		}
			#body .nine div.y {
				margin-left: 10px;
				width: 295px;
			}
			
	#body .two {}		
	
		#body .two div.x {
			width: 425px;	
		}
		
		#body .two div.z {
			width: 185px;	
		}
	
	#body .three {}
	
		#body .three div.x {
			width: 425px;	
		}
		
		#body .three div.y {
			width: 185px;
		}
	
	#body .five {}
	
		#body .five div.y {
			width: 620px;
			margin-left: 0;
		}
	
	#body .six {}
		#body .six div.y {
			width: 740px;
			width: 935px;
			margin-left: 0;
			
		}
		
		#body .six div.z {
			width: 185px;
		}
		
	#body .seven {}
		#body .seven div.y {
			width: 740px;
			margin-left: 0;
			
		}
		
		#body .seven div.z {
			width: 185px;
		}
		
	#body .ten {} /* for blog/media */
	
		#body .ten div.x {
			width: 500px;		
		}
		
		#body .ten div.z {
			width: 410px;
		}
	
	
	#footer .copy {
		float: left;
		width: 306px;
	}
		#footer .copy dt {
			float: left;
			margin-right: 5px;
		}
		
		#footer .copy dd {
			float: left;	
		}
	
	#footer .creator {
		float: left;
		margin-left: 10px;
	}
		#footer .creator dd {
			margin-left: 10px;	
		}
	
	/* ADVERT ALTERATIONS */
	.header_ .right_ div {
		
	}
			
		.header_ .identity_ {
			float: left;
			width: 215px;
			display: block;
		}
			.header_ .identity_ a img {
				display: block;	
			}
		
		.header_ .right_ {
			float: left;	
			width: 720px;
		}
			.header_ .advert_ {
				
				height: 60px;
			}
				.header_ .advert_ .wide {
					/*width: 468px;*/
					margin-left: 108px;
				}
			
			#header .navigation_ {
				float: left;
				height: 114px;
			}
				#header .navigation_ .home {
					margin-top: 65px;
				}
			
			#header .persona_ {
				width: 305px;	
				float: right;
				margin-top: 65px;
			}
	
	
/* clearfix hack: http://www.webtoolkit.info/css-clearfix.html */

	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	
	.clearfix {
		display: inline-block;
	}
	
	html[xmlns] .clearfix {
		display: block;
	}
	
	* html .clearfix {
		height: 1%;
	}	



