#container_div {
  width:960px;
}

#header {
  position: relative;
  width: 100%;
  background-color: #282828;
  margin: 0px;
  border-top: 10px #282828 solid;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 5px #282828 solid;
  border-bottom-right-radius: 10px;
}

#main {
  position: relative;
  height: 100%;
  bottom: 0px;
  margin: 0px;
  width: 640px;
}

#left-menu {
  position: absolute;
  left: 0px;
  background-color: #282828;
  width: 320px;
  border-right: 10px #282828 solid;
  border-top: 20px #282828 solid;
  border-bottom: 10px #282828 solid;
  border-bottom-left-radius: 10px;
}

#content-border {
  position: relative;
  left: 330px;
  border-top: 10px black solid;
  height: 100%;
}

#content {
  border-top: 10px black solid;
  border-left: 10px black solid;
  border-top-left-radius: 10px;
  margin: -10px;
  min-height: 800px;
}

.frontend_narrow_div {
  background-color: #282828;
  border: 10px #282828 solid;
  border-radius: 10px;
  margin-right:40px;
  width: 610px;
  margin-bottom:25px;
}

.frontend_wide_div {
  background-color: #282828;
  border: 10px #282828 solid;
  border-radius: 10px;
  margin-right:40px;
  min-width: 662px;
  margin-bottom:25px;
}

.frontend_title {
  font-size:16px;
  color:#7882C8;
}

.frontend_author {
  font-size:11.5px;
  color:#78C878;
}

.frontend_content {
  background-color: black;
  border: 8px black solid;
  border-radius: 8px;
}

.frontend_blue {
  color:#7882C8;
}
