
	/* lay-out */
	html {}
		body {}
				#bodySection 
				{
				    background: none;
				    margin : 25px !important;
				}
				#contentSection {
					margin :0px;
					width : 100%;
				}
					#bodyArticle {
						float : none;
						padding : 10px 0px 15px 0px;
						width : 468px;
					}
					#bodyArticleWide
					{
					    float : none;
						padding : 10px 0px 15px 0px;
						width : 768px;
					}
					#bodyAside {
						display : none;
					}
					#bodyRelated {
						display : none;
					}
				#bodyNav {
					display : none;
				}
			#bodyFooter {
				display : none;
			}
			.rightPage {
				margin: 0px 0px 20px 0px;
			}
			#tabs0 {
				display: none;
			}
            #contentPager
            {
                display: none;
            }
