/* TODO: UL lists could probably be consolidated some more */

*, html, body {
  font-family:"Lucida Grande", Verdana,Helvetica,sans-serif;
  font-size:12px;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
  margin:0;
}


body{
  background-color:#F5F5F5;
  color:#666666;
}

.clearfix {
  display: inline-block;
  display: block;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.clear{
  clear:both;
  height:1px;
  overflow:hidden;
}




.right{
  float: right;
}

.left{
  float: left;
}








