*{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
#outside{
  border-top-width : 5px;
  border-bottom-width : 5px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : orange;
  border-bottom-color : orange;
}
#group{
  width : 1200px;
  height : auto;
  font-size : small;
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
}
#group H1{
  font-size : medium;
}
#header{
  height : 100px;
  width : 250px;
  float : left;
}
#social{
  float : right;
  width : 950px;
  height : 100px;
  text-align : left;
}
#navi{
  float: none;
  clear: both;
  width: 1200px;
  height: auto;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: maroon;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: maroon;
}
#main{
  width: 1200px;
  height: auto;
  clear: both;
}
#footer{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  text-align : center;
  margin-top : 10px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : maroon;
}
#footer A{
  text-decoration : none;
  color : black;
}
#footer A:HOVER{
  text-decoration : underline;
}