body, html {
  margin: 0;
  padding: 0;
}

body {
  background-color: #000080;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

#bg-wrap {
  background-color: #000080;
  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.jpg');
  background-repeat: repeat-x;
  height: 150px;
  top: 0;
}

img { 	
  border: none; 
}

#head-end {
  background: url('img/head-end.jpg');
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  right: 0;
  float: right;
  height: 162px;
  width: 500px;
}

#logo {
  position: absolute;
  top: 0;
  left: 0;
  background: url('img/logo.jpg');
  width: 374px;
  height: 162px;
}

#content {
  position: relative;
  width: 100%;
}

#context {
  background-color: #000080;  
  position: absolute;
  padding-left: 15px;
  padding-top: 10px;
  left: 39px;
  top: 0px;
  width: 130px;
  line-height: 2em;
}

.menu-top { 
  background-color: #000080;  
  background-repeat: no-repeat;
}

.menu-area .text {
  position: relative;
  border-bottom: none;
  background-color: #000080;  
  color: yellow;
  font-weight: bold;
  text-decoration: none; 
  border-bottom: 1px solid #000080;
}

.menu-area a {
  color: yellow;
  text-decoration: none;
}  

.menu-area a:hover {
  color: red;
  text-decoration: none;
}  

#article {
  background-color: #000080;
  background-repeat: repeat;
  background-position: left;
  padding: 0 25px 0 120px;
  margin-left: 70px;
  margin-right: 5px;
}

#article .container {
  background: white;
  color: black;
  position: relative;
  padding-bottom: 29px;

}

#article .text {
  padding: 10px;
  position: relative;
  z-index: 1;
}

#bottom {
  background: #000080;
  background-repeat: no-repeat;
  height: 32px;
  margin-left: 70px;
  min-width: 925px;
}

#bottom div {
  float: right;
  background: #000080;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
}
  
h1 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
  font-weight: bold;
  color: #000080;
  text-align: left;
}

h2 {
  margin-top: 10px;
  font-size: 15px;
  color: #000080;
  font-weight: bold;
}

.bonk {
  height: 11px;
  width: 11px;
  margin: 0 3px 0 3px;
}
