/* CSS for index.html page. Supplaments common.css sheet. */

/* Used with div id (#) to set overall page width. */
#indexLeftList {
  clear: both;
  float: left;
  width: 225px;
  min-height: 500px;
  font-family: sans-serif;
  font-size: 12px;
  color: #333333;
  padding-left: 10px;
  background-color: #EEFFFF;
}

/* Used with associated div class (.) to format. */
#indexCenterNews{
  float: left;
  width: 535px;
  min-height: 500px;
  padding-left: 5px;
  font-family: serif;
  background-color: #FFEEFF;
}

#indexRightAds {
  float: right;
  width: 200px;
  min-height: 500px;
  padding-left: 5px;
  background-color: #FFFFEE;
}

#eff {
  clear: both;
}
