* {
  box-sizing: border-box;
}

body {
  background-color: #483676;
  color: white;
  margin: 0px;
  font-family: Verdana;
  font-size: 10px;
  vertical-align: top;
}

iframe {
 border: none;
 overflow: hidden;
}

a {
 color: #ffa100;
 text-decoration: none;
 font-style: italic;
 font-weight: bold;
}

a:hover {
 color: #ffe100;
 text-decoration: underline;
 background-color: #ffa100;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 978px;
  margin: 0 auto;
  background-color: black;
  border: 1px solid black;
}

.banner {
  display: flex;
  align-items: center;
  width: 978px;
  height: 64px;
  background-image: url('/img/banner.png');
}

.content{
  width: 978px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.leftcol {
  flex-basis: 15%;
  background-color: #757575;
  border: 1px solid black;
  padding: 10px;
}

.menuHead {
  background-color: black;
  border: 1px solid black;
  color: #ffa100;
}

.menuCont {
  background-color: #474747;
  border: 1px solid black;
  display: grid;
}

.rightcol{
  flex-basis: 85%;
  background-color: white;
  border: 1px solid black;
}

.rightCont {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.contL {
  flex-basis: 65%;
  padding: 2px;
}

.contR {
  flex-basis: 35%;
  padding: 2px;
}

.side {
  background-image: url('/img/side.png');
  color: white;
  font-weight: bold;
  width: 280px;
  height: 16px;
  border: 1px;
  border-style: solid;
  border-color: #c9c9c9;
}

.sideCont {
  background-color: #f3f3f3;
  width: 280px;
  border: 1px;
  border-style: solid;
  border-color: #c9c9c9;
  color: black;
  font-size: 10px;
}

.logo {
  width: 384px;
  height: 48px;
}

.bottom {
  display: flex;
  justify-content: center;
  width: 978px;
  height: 16px;
}

.feature {
  width: 530px;
  height: 266px;
}

.grid {
  width: 530px;
  height: 272px;
}

.recent {
 width: 280px;
 height: 415px;
}
