/*Looking at my CSS now? At least take me out for dinner first!*/
body {
  background-image:url('images/bg.PNG');
  background-size: 450px;
  background-color: #18312b; 
  color: #183b2e;
  font-family: ADDSBP;
}


@font-face {
font-family: INVASION2000;
    src: url('https://robotsfromspace.neocities.org/fonts/INVASION2000.TTF') 
    format("truetype");
}



@font-face {
font-family: ADDSBP;
    src: url('https://robotsfromspace.neocities.org/fonts/ADDSBP.TTF') 
    format("truetype");
}



p{
  text-align: left;
}
#container{
  width:1450px;
  margin: 0 auto;
}
#headerarea{
  width:1000px;
  margin: 0 auto;
}
#header{
  width: 100%;
  background-color: #18413c;
  height: 150px;
  background-image: url('images/robotsfromspace.png');
  background-size: 100%;
  padding: 5px 10px 5px 10px;
}

#title {
  background-color: #183b2e;
/*old color for l8r  color: #94a698;*/
  color: #bcd5ca;
  font-family: INVASION2000;
  text-align: center;
  width: 100%;
  line-height: 100%;
  height: 55px;
  padding: 5px 10px 5px 10px;
}

#leftside{
  width: 190px;
  height: 100%;
  
}

#sidebar{
  background-color: #bcd5ca;
  border-top: 10px solid #183b2e;
  border-bottom: 2px dashed #183b2e;
  width: 190px;
  height: 100%;
  margin-top: 20px;
  margin-left: 5px;
  padding: 10px;
  float: left;
  order: 1;
}

#nav{
  text-align: left;
}

#nav ul{
  list-style-type: none; 
  margin-bottom: 5px;
  padding: 0;
  border: 2px solid #183b2e;
}

#nav li{
  background-color:#94a698; 
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 2px;
  border-bottom: 2px solid #183b2e;
}


#nav li:last-child {
  border-bottom: none;
}

#nav li a:link, #nav a:visited{
  color: #183b2e;
  text-decoration: none;
}
#nav li a:hover{
  color: #908F18;
  text-decoration: none;
}

#main{
  width:1000px;
  margin: 0 auto;
  margin-top: 20px;
}

#content{
  background-color: #bcd5ca;
  border-top: 10px solid #183b2e;
  border-bottom: 2px dashed #183b2e;
  width:100%;
  padding: 10px;
  order:2
}
.clearfix:after{
  content: "";
  overflow: auto;
  clear: both;
  display: table;
}
