/* layout */

	#header .brand_top {
		width: 840px;
		display: block;
		margin: 0 auto;
		background-color: #fff;
		padding-top: 22px;
	}
		#header .brand_top a {
			margin-left: 67px;
			display: block;
		}
	
	#torso, #neck {
		width: 840px;
		margin: 0 auto;
	}
		#neck .brand_bottom {
			float: left;
			display: block;
			margin-left: 67px;
		}
		
		#neck .navigation {
			float: right;	
			margin: 26px 68px 0 0;
			width: 585px;
		}
			#neck .navigation .nav_block {
				float: left;
			}

					#neck .navigation .nav_block .sub_nav_block .points {
						float: left;
					}
	
	.view {
		width: 840px;
	}
/*

	A:	home
	B:	biography
	C:	archive
	D:	post

*/
	.A, .B, .sponsors {
		width: 705px;
		margin: 0 auto;
	}
		.A1 {
			float: left;
			width: 407px;
		}
		
		.A2 {
			width: 290px;
			float: right;
		}
		
	.B .A1 {
		float: right;	
	}
	
	.B .A2 {
		float: left;	
	}
	
	.D {
		width: 840px;
		margin: 0 auto;
	}
		.D .A1 {
			width: 440px;	
		}
		
		.D .A2 {
			width: 380px;
		}