body {
	position: relative;
	width: auto;
	height: auto;
	margin: 0; 
	padding: 0;
	background-color: #3D8F33;
	overflow: auto;
}

#container { position: relative; width: auto; height: auto; overflow: auto; }
	/* TOP */
	#topWrapper { height: 300px; border-bottom: 10px solid #61330A; background-color: #3D8F33; }
	#header_img { padding: 0; position: absolute; top: 0; width: 100%; height: 280px; background: #61330A url('images/top_wrapper.jpg') no-repeat top left  }
	#header_bg { display: none; }
	
	#topWrapper.small_header { height: 140px; }
	#topWrapper.small_header #header { height: 140px; }
	#topWrapper.small_header #header_img { height: 120px; }
	#topWrapper.small_header #head_blog { height: 70px;}
	#topWrapper.small_header #head_blog .body { display: none; }
	
	/* CONTENT */
	#mainWrapper { position: relative; min-height: 450px; margin-top: 0; background: #FFFDF2 url('images/topwrapper_bg.png') repeat-x 0 0; padding: 20px 0 20px 30px; margin-left: 0; }
	#wrapper { margin-left: 0; margin-left: 0; padding-left: 0;}
	#wrapper { position: relative; width: 830px; padding: 0 0 20px 0; }
	