body, html {
   margin: 0;
   padding: 0;
   background-color: #ffc423;
   font-family: myriad pro, calibri, tahoma, trebuchet ms, helvetica, arial, sans-serif;
   font-size: 13px;
   height: 100%;
}

body {
   text-align: center;
}

a {
   color: #e7ae12;
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}

#page_frame {
   background: url(../images/divbg.jpg) top left repeat-y;
   width: 948px;
   min-height: 100%;
   margin:auto;
   position: relative;
   padding: 0 13px 0 13px;
   text-align: left;
}

#page_header {
   background: url(../images/logo.jpg) top left no-repeat;
   width: 950px;
   height: 114px;
   margin-bottom: 10px;
}

#page_footer {
   text-align: center;
   border-top: 1px solid #555;
   width: 920px;
   margin-left: 15px;
   margin-top: 20px;
   padding-top: 6px;
   padding-bottom: 10px;
   font-size: 0.9em;
   color: #555;
}

#page_footer a {
   text-decoration: none;
   color: #222;
   padding: 10px;
}

h3 {
  margin-bottom: 5px;
}

a.navtab {
   margin-right: 15px;
   width: 121px;
   line-height: 35px;
   height: 41px;
   display: block;
   text-align: center;
   background: url(../images/taboff.jpg) top left no-repeat;
   text-decoration: none;
   color: #555;
   z-index: 2;
}

a.navtab.active {
   background: url(../images/tabon.jpg) top left no-repeat;
   color: #000;
}
a.navtab:hover {
   color: #000;
}

#nav_home {
   position: absolute;
   top: 39px;
   right: 15px;
   right: 423px;
}
#nav_product {
   position: absolute;
   top: 39px;
   right: 287px;
}
#nav_blog {
   position: absolute;
   top: 39px;
   right: 151px;
}
#nav_map {
   position: absolute;
   top: 39px;
   right: 15px;
}

#page_content {
   padding: 0 10px;
}


