@charset "UTF-8";

/* CSS Document */

#head {
	width:910px;
	height:131px;
	/*margin-bottom:30px;*/
	margin: 0px auto;
}
#headbg {
	background:#FFF url(../common/bg_head.gif) top repeat-x;
}

#footer_n {
	background: url(../common/bg_footer.gif) repeat-x bottom;
	/*position: absolute;*/
	bottom: 0px;
	width: 100%;
	height:auto;
	clear:both;
	/*margin-top: -120px;*/
	text-align: center;
	left: 0px;
}
		#footer_n > p { 
			color:#333;
			font-size:12px;
			line-height:1.8em;
		}
		#footer_n div {
			color:#000000; font-size:11px;
			padding-top:10px;
			margin-top:10px;
			height:30px;
		}

#head #top { height:90px;
	background: url(../common/bg_top.jpg) no-repeat center top;
	}
	
	#menubtn { height:41px;}

	#logo {
		float:left;
		margin:13px 0 0 45px;
	}
	#headbtn {
		float:right;
		margin:19px 16px 0 0;
	}

