body { 
    margin: 0px; 
	background: #e7eed5;
	}

a {}
p { margin: 0px; padding: 0px;}

h1 { 
   margin: 0px; 
   padding: 0px; 
   padding-top: 35px; 
   padding-bottom: 10px;
}
h2 { 
   margin: 0px; 
   padding: 0px; 
   font-family: Verdana,; 
   font-size: 16px; 
   color: #93b33e; 
   margin-top: 40px; 
   text-indent: 15px;
}

h3 { 
   margin: 0px; 
   padding: 0px; 
   font-family: Verdana,; 
   font-size: 16px; 
   color: #93b33e; 
}

#wrapper { 
    width: 900px;  
	margin: 0px auto;
}

#header_corner { 
    width: 900px; 
	height: 39px; 
	background: url(../images/header_corner.jpg);
}

#header { width: 900px; 
    height: 63px; 
	background: #FFFFFF;
}

#logo { 
    width: 179px; 
	height: 58px; 
	float: left; 
	background: url(../images/hd_logo.jpg) no-repeat right; 
	padding-left: 15px;
}

#number { 
    width: 139px; 
	height: 28px; 
	float: right;  
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
}

#navigation { 
    width: 900px; 
	height: 31px; 
	background: url(../images/menu_bg.gif);
}

#navigation a {
    color: #000;
    background: #FFFFFF;
    text-decoration: none;
    padding-left: 10px;
    font-family: "Verdana", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#navigation a span {
    background: #FFFFFF;
    padding-right: 20px
}

#navigation .active a {
   color: #FFFFFF;
   background: url(../images/hover_1.gif) no-repeat bottom left;
   text-decoration: none;
   padding-left: 10px;
   font-family: "Verdana", Arial, Helvetica, sans-serif;
   font-size: 14px;
}

#navigation .active a span {
   background: url(../images/hover_3.jpg) no-repeat bottom right;
   padding-right: 20px
}

#navigation a, #navigation a span {
    display: block;
    float: left;
    height: 22px;
    line-height: 21px;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span {
   float: left;
}
/* End hide */

#navigation a:hover {
   color: #fff;
   background: url(../images/hover_1.gif) left bottom no-repeat;
   padding-left: 10px
}

#navigation a:hover span {
    background: url(../images/hover_3.jpg) right bottom no-repeat;
    padding-right: 20px
}

#navigation ul {
   list-style: none;
   padding: 0;
   margin: 0
}

#navigation li {
   background: url(../images/hover_2.gif) repeat-x bottom;
   float: left;
   margin: 0;
}

#page { 
   width: 900px; 
   background-color: #FFFFFF; 
   float: left;
}

#content {
   width: 900px; 
   float: left;
}

#text_box { 
   width: 860px; 
   padding-left: 20px;
   padding-right: 20px; 
   float: left; 
   color:#333333;
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 15px; 
   text-align: justify;
}

#contact_img {
	width: 267px;
	height: 324px;
	float: left;
	background-image: url(../images/contact_box.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 20px;
}

#con_img {
	width: 861px;
	height: 179px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#image_1 { 
    width: 267px; 
	height: 179px; 
	float: left;
}

#image_2 { 
    width: 267px; 
	height: 179px; 
	float: left; 
	padding-left: 30px;
}

#image_3 { 
    width: 267px; 
	height: 179px; 
	float: left; 
	padding-left: 30px;
}

#footer_box {
	width: 900px;
	height: 20px;
	float: left;
	padding-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #93b33e;
	background: url(../images/footer_logo.jpg) no-repeat 770px;
	text-indent: 20px;
}

#footer_box a {
    color: #93b33e;
    text-decoration:none;
}

#footer_box a:hover {
    color: #333;
    text-decoration:none;
}


#footer {
	width: 900px;
	height: 38px;
	background: url(../images/footer_corner.jpg) no-repeat;
	float: left;
}



