@charset "UTF-8";
html                     { margin:0; padding:0; height:100% }
   body                  { text-align:center; margin:0; padding:0; height:100%;}
      #container         { position:relative; height: 100%; width:960px; margin:0 auto -50px; text-align:left; /*background:#f6f6f9;*/ padding:0;  }
      BODY > #container  { min-height: 100%; height: auto !important; }
      		#nav     	 {  float:left; left: 0; width:170px; margin-right:5px; padding:0 5px; height:auto }
      		#header		 { position:relative; width:auto; height:150px; margin:0 15px; padding:0; }
				#logo	 { float:left; margin:8px 0 }
				#logo_text { float:right; margin-top:18px }
				
			#content	 { float:left; width:760px; margin-top:-36px }
      		#aside 		 { }
      		#search      { position:absolute; top:100px; left:0; margin: 5px 15px 15px; text-align:right }
      #footer            { position: relative; width:930px; margin:0 auto; overflow:hidden  }
      #push, #footer	 { height:50px; clear:both; }




