/*************************************************************/
/* css/style_1024.css                                        */
/*                                                           */
/* VERSION: 1.0                                              */
/*                                                           */
/* MODIFIED: 03/19/2017                                      */
/*                                                           */
/* DESCRIPTION: Style sheet for screens at least 1024px wide */
/*                                                           */
/* HISTORY:                                                  */
/*  4.0 - 03/19/2017 Re-Initialize FBS                       */
/*                                                           */
/*************************************************************/

html {
  background-color: #777;
}

body {
  width: 1024px;
  margin: auto;
  background-color: white;
}

div.bigblurb {
  display: block;
  width: 750px;
  font-size: 16pt;
  padding: 5px 0px;
}

div#bannerad {
  display: block;
  width: 750px;
}
li#midtable_ad div {
  width: 750px;
}

#title, main, footer {
  box-shadow: 5px 5px 10px #999;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
}

#title {
  margin-top: 10px;
}
