body, html {
  margin: 0;
  padding: 0;
}

body {
  min-width: 750px;
  margin-right: 69px;
  background-color: #D8D5D0;
  font-family: "Tahoma" sans-serif;
  font-size: 13px;
}

#bg-wrap {
  background-color: #D8D5D0;
  background-repeat: no-repeat;
}

.floatleft { float: left; margin-left: 7px; margin-right: 3px;}
.floatright { float: right; margin-left: 3px; margin-right: 7px;}




#main {
  position: relative;
}

#head {
  background: url('img/head-bg.gif');
  height: 162px;
}

#head-end {
  background: url('img/head-end.gif');
  background-position: top right;
  position: relative;
  top: 67px;
  float: right;
  height: 95px;
  width: 223px;
}

#logo {
  position: absolute;
  top: 0;
  left: 0;
  background: url('img/logo.gif');
  width: 475px;
  height: 162px;
}

#content {
  position: relative;
  width: 100%;
}

#context {
  position: absolute;
  padding-left: 10px;
  padding-top: 10px;
  left: 69px;
  top: 0px;
  width: 130px;
  line-height: 1.6em;
}

.menu-top { 
  background: #F9F5D4 url('img/box-top.gif');
  background-repeat: no-repeat;
}

.menu-area .text {
  position: relative;
  border-bottom: 1px solid #6279B1;
  color: #F9F5D4;
  font-weight: bold;
}

.menu-area a {
  color: white;
}  

#article {
  
  background-color: #0A48AB;
  background-repeat: repeat;
  background-position: left;
  padding: 0 25px 0 150px;
  margin-left: 70px;
}

#article .container {
  background: #EFEDEB;
  color: black;
  position: relative;
  padding-bottom: 29px;
}

#article .text {
  padding: 10px;
  position: relative;
  z-index: 1;
}


#bottom {
  background: #0A48AB;
  background-repeat: no-repeat;
  height: 32px;
  margin-left: 70px;
}

#bottom div {
  float: right;
  background: #0A48AB;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;


  
h3 {
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
}
h4 {
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
}

.bonk {
  height: 11px;
  width: 11px;
  margin: 0 3px 0 3px;
}
