body{
	margin: 0;
	padding: 0;
}
#header{
	background: #eee8d8 url(../images/type_one_image/bg.jpg) no-repeat top center;
	min-width: 1000px;
}	#header .content{
		width: 1000px;
		height: 280px;
		margin: 0 auto;
		padding: 77px 0 0 0;
	}	#header .content .logo{
			display: block;
			float: left;
			background: url(../images/type_one_image/logo.png) no-repeat;
			width: 245px;
			height: 53px;
			margin: 0 0 0 31px;
			_display: inline;
		}	#header .content .logo span{
				display: none;
			}
		#header .content .address{
			float: right;
			font: 12px/20px "Times New Roman", Times, serif;
			color: #433b37;
		}	#header .content .address span{
				display: block;
				font-size: 15px;
			}
			#header .content .address a{
				color: #985d1b;
			}
		#header .content .menu1{
			clear: both;
			font: 13px/14px Tahoma, Geneva, sans-serif;
			padding: 33px 0 0 35px;
			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_one_image/keys.gif) no-repeat center bottom;
					margin: 0 52px 0 0;
					padding: 0 0 14px 0;
				}
				#header .content .menu1 .left-part li.tech{
					background: url(../images/type_one_image/keys_2.gif) no-repeat center bottom;
				}
			#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_one_image/keys.gif) no-repeat center bottom;
					margin: 0 52px 0 0;
					padding: 0 0 14px 0;
					_display: inline;
				}
			#header .content .menu1 a{
				color: #573306;
				text-decoration: none;
			}
			#header .content .menu1 a:hover, #header .content .menu1 a:focus, #header .content .menu1 a:active{
				text-decoration: underline;
			}
