
	/* lay-out */
	html {}
		body {}
				#bodyHeader {
					display : none;
				}
				#contentSection {
					margin : 0px auto 0px auto;
					width : 468px;
				}
					#bodyArticle {
						float : none;
						padding : 10px 0px 15px 0px;
						width : 468px;
					}
					#bodyAside {
						display : none;
					}
					#bodyRelated {
						display : none;
					}
				#bodyNav {
					display : none;
				}
			#bodyFooter {
				display : none;
			}
