BODY {
	margin: 0px;
	background-color: #c6d7f6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;	
}
/*================= header ==============*/
#header{
	color: #FFF;
	background-image: url(../images/tape.png);
	background-repeat: repeat-x;
	height: 133px;
}
#header .topImage {
	position: absolute;
	left: 441px;
	top: 0px;
	height: 132px;
	width: 366px;
}
#header .top {
	position: absolute;
	left: 0px;
	top: 0px;
}
#header .leftpic {
	position: absolute;
	left: 0px;
	top: 133px;
	height: 22px;
	width: 635px;
}
#header .logo {
	position:absolute;
	left:70px;
	top:27px;
	height: 66px;
	width: 262px;
	float: none;
	bottom: 93px;
	right: 312px
}

#header a {
	text-decoration:none;
	color:#c9e1ea;
	position:relative;
	display:block;
	text-align:center;
	font-size: 12px;
	padding-top: 4px;
	overflow: hidden;
	font-weight: bold
}
#header .index {
	background-image: url(../images/button.png);
	position: absolute;
	left: 28px;
	top: 107px;
	height: 24px;
	width: 100px;
	background-repeat: no-repeat
}
#header .equipment {
	background-image: url(../images/button.png);
	position: absolute;
	left: 131px;
	top: 107px;
	height: 24px;
	width: 100px;
	background-repeat: no-repeat
}
#header .production {
	background-image: url(../images/button.png);
	position: absolute;
	left: 234px;
	top: 107px;
	height: 24px;
	width: 100px;
	background-repeat: no-repeat
}
#header .contact {
	background-image: url(../images/button.png);
	position: absolute;
	left: 337px;
	top: 107px;
	height: 24px;
	width: 100px;
	background-repeat: no-repeat
}
/* =================== content ======================= */
#content {
	width: 830px;
	position: absolute;
	left: 35px;
	top: 150px;
}
H1{
	font-size: 20px
}
H2{
	font-size: 16px
}
P{
	font-size: 14px
}
SPAN{
	font-size: 14px;
}
ul{
	font-size: 14px;
	list-style-type: circle;
	list-style-position: outside;
}
div .map{
	height: 405px;
	width: 820px;
}