/*can add comments and @import url() ONLY!!*/

@import url(reset.css);
@import url(layout.css);
@import url(type.css);
@import url(navigation.css);
@import url(widgets.css);

.BlackText
{
  color:#000;
  font-family:Verdana, Geneva, sans-serif;
  font-size:11px;
  font-weight:bold;
  text-align:center;
}

#FooterTop {
  clear: both;
}

#FooterTop ul
{
  display:inline;	
  float:left;
  list-style: none;
  width:625px;
}

#FooterTop ul li
{
  float:left;
  width:205px;
  display:block;
}

.clearer {clear: both; margin: 0; height: 0; overflow: hidden;}
