body{
	margin: 0;
	padding: 0;
}
#header{
	background: #eee8d8 url(../images/type_two_image/bg.jpg) no-repeat top center;
	min-width: 1000px;
}	#header .content{
		position: relative;
		width: 1000px;
		height: 320px;
		margin: 0 auto;
		padding: 7px 0 0 0;
	}	#header .content .logo{
			display: block;
			position: relative;
			background: url(../images/type_two_image/logo.png) no-repeat;
			width: 397px;
			height: 93px;
			margin: 0 auto -74px auto;
		}	#header .content .logo span{
				display: none;
			}
		#header .content .menu1{
			clear: both;
			font: 12px/14px Tahoma, Geneva, sans-serif;
			padding: 0 10px 0 45px;
			height: 50px;
		}	#header .content .menu1 .left-part{
				float: left;
				margin: 0;
				padding: 0;
				list-style: none;
			}	#header .content .menu1 .left-part li{
					float: left;
					background: url(../images/type_two_image/keys.gif) no-repeat center bottom;
					margin: 0 46px 0 0;
					padding: 0 0 8px 0;
				}
			#header .content .menu1 .right-part{
				float: right;
				margin: 0;
				padding: 0;
				list-style: none;
			}	#header .content .menu1 .right-part li{
					float: left;
					background: url(../images/type_two_image/keys.gif) no-repeat center bottom;
					margin: 0 52px 0 0;
					padding: 0 0 8px 0;
					_display: inline;
				}
			#header .content .menu1 a{
				color: #682629;
				text-decoration: none;
				position: relative;

			}
			#header .content .menu1 a:hover, #header .content .menu1 a:focus, #header .content .menu1 a:active{
				text-decoration: underline;
			}
		#header .content .about{
			position: absolute;
			display: block;
			top: 138px;
			left: 546px;
			width: 78px;
			height: 20px;
		}	#header .content .about span{
				display: none;
			}
		#header .content .info{
			clear: both;
			overflow: hidden;
			_overflow: inherit;
			_height: 1%;
			padding: 189px 0 0 0;
			font: 16px/20px "Times New Roman", Times, serif;
			color: #433b37;

		}	#header .content .info .sert{
				float: left;
			}	#header .content .info .sert a{
					margin: 0 4px 0 0;
				}	#header .content .info .sert a img{
						border: 0;
					}
			#header .content .info .phone-email{
				float: right;
				padding: 10px 0 0 0;
			}	#header .content .info .phone-email span{
					color: #9f948e;
				}
				#header .content .info .phone-email a{
					color: #9f2029;
				}
			#header .content .address{
				text-align: right;
				padding: 31px 345px 0 0;
			}
