body {
  margin:0;
  padding:0;
  background-image:url(images/background.jpg);
  background-repeat:no-repeat;
  background-color:#0068b1;
  font-family:Verdana, sans-serif;
}

#header {
  width:399px;
  height:62px;
  margin:auto;
}
#container {
  width:615px;
  margin:auto;
  margin-top:177px;
}
#left_top {
  width:9px;
  height:33px;
  float:left;
}
#navigation {
  margin-left:9px;
  width:606px;
  height:33px;
  background-color:#fbc34e;
}
#navigation_inner {
  padding-left:18px;
  padding-top:3px;
  padding-bottom:0px;
  padding-right:0px;
}
#navigation_inner li {
  list-style-type:none;
  display:block;
  float:left;
  width:130px;
  height:30px;
  text-align:center;
  margin-left:5px;
}
#current { background-image:url(images/nav_bg.gif); }
#navigation_inner a {
  color:#ffffff;
  display:block;
  padding-top:7px;
  font-size:13px;
  text-decoration:none;
  font-weight:bold;
}
#navigation_inner a:hover {
  color:#000000;
  display:block;
  padding-top:7px;
  font-size:13px;
  text-decoration:none;
  font-weight:bold;
}
#content {
  width:615px;
  margin:auto;
  background-color:#ffffff;
}
#text {
  padding:8px;
  font-size:11px;
  font-weight:bold;
  color:#303030;
  text-align:justify;
}
#footer {
  width:615px;
  height:33px;
  margin:auto;
  background-color:#fbc34e;
}
#copyright {
  text-align:right;
  color:#ffffff;
  font-size:13px;
  font-weight:bold;
  padding-top:10px;
  float:right;
}
#logo {
  float:right;
  padding-right:30px;
  padding-left:10px;
  padding-top:2px;r
}

.px_left {
  width:100%;
  height:33px;
  background-image:url(images/px.gif);
  background-repeat:repeat-y;
}
.px_right {
  width:100%;
  height:33px;
  background-image:url(images/px.gif);
  background-position:right;
  background-repeat:repeat-y;
}
.px_top {
  width:100%;
  height:33px;
  background-image:url(images/px.gif);
  background-position:top;
  background-repeat:repeat-x;
}
.px_bottom {
  width:100%;
  height:33px;
  background-image:url(images/px.gif);
  background-position:bottom;
  background-repeat:repeat-x;
}
.right_top {
  width:100%;
  height:33px;
  background-image:url(images/right_top.gif);
  background-position:right top;
  background-repeat:no-repeat;
}
.left_bottom {
  width:100%;
  height:33px;
  background-image:url(images/left_bottom.gif);
  background-position:left bottom;
  background-repeat:no-repeat;
}
.right_bottom {
  width:100%;
  height:33px;
  background-image:url(images/right_bottom.gif);
  background-position:right bottom;
  background-repeat:no-repeat;
}
