
	/* template.shtml */
	body {
		background : #ffffff none;
	}
	#bodyForm {
		background : #ffffff none;
	}
		#bodySection {
			background : #ffffff none;
			margin : 0px auto 0px auto;
			overflow : hidden;
			position : relative;
			width : 998px;
		}
			#bodyHeader {
				background : #ffffff url(../images/bodyHeader.png) no-repeat 0px 0px;
				height : 108px;
			}
			#bodyArticle {}
			#bodyAside {}
			#bodyNav {
				display : none;
			}
			#bodyFooter {
				display : none;
			}

