body {
  text-align: center;
	margin: 0;
	background-color: #F5F9FD;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	font-size: 11pt; 
	color: #000; 
	font-family: Arial, Verdana, Candara, Courier;
}
#container {
  margin: 0 auto;
  width: 902px;
  text-align: left;
}
#logo {
	margin-left: 57px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 94px;
	width: 328px;
}
#header_1 {
	background-image: url(../images/header_1.png);
	background-repeat: no-repeat;
	height: 57px;
	width: 902px;
}
#header_2 {
	background-image: url(../images/header_2.png);
	background-repeat: no-repeat;
	height: 79px;
	width: 902px;
}
#content_container {
	background-color: #FFF;
	width: 902px;
	height: 499px;
}
#border_left {
	background-image: url(../images/border_left.png);
	background-repeat: no-repeat;
	height: 499px;
	width: 62px;
	float: left;
}
#border_right {
	background-image: url(../images/border_right.png);
	background-repeat: no-repeat;
	height: 499px;
	width: 62px;
	float: right;
}
#footer_border {
	background-image: url(../images/footer_boder.png);
	background-repeat: no-repeat;
	height: 7px;
	width: 902px;
}
#menu {
	width: 840px;
	height: 49px;
	border-top: 8px solid #DBEF9A;
	background-color: #DBEF9A;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#content {
	width: 758px;
	height: 400px;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 70px;
	overflow: auto;
}

#home {
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 72px;
	float: left;
	border: 0;
}	

#home:hover, #home:active {
	background-image: url(../images/home_over.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 72px;
	border: 0;
}
#service {
	background-image: url(../images/service.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 72px;
	float: left;
	border: 0;
}	

#service:hover, #service:active {
	background-image: url(../images/service_hover.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 72px;
	border: 0;
}
#contact {
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 72px;
	float: left;
	border: 0;
}	

#contact:hover, #contact:active {
	background-image: url(../images/contact_hover.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 72px;
	border: 0;
}

img {
  border: 0;
}

