

#ModelsLinks{
  width:515px;
  font-size:100%;
  height:20px;
  margin-top:10px;
  padding-top:30px;
}
#ModelsLinks a{
  font-family: arial, sans-serif;
  font-size:100%;
  color:#f0ebcd;
  text-decoration:none;  
}
#ModelsLinks ul{
  margin:0px;
  padding:0px;
}
#ModelsLinks li{
  float:left;
  list-style-type:none;
  margin-left:30px;
}
#ModelsLinks li.FirstLink{margin-left:5px;}
#ModelsLinks li a{
  background-image:url(/flower_dot.jpg);
  background-repeat:no-repeat;
  background-position:left center;
  padding-left:20px;
}
#ModelsLinks a:hover{
  color:#f8e330; /* Yellow */
}

#PlansHeader{
  margin-top:20px;
  margin-bottom:20px;
}

#Plans{
  width:930px;
}

#Plans div{
  width:300px;
}

#Plans img{
  margin-bottom:10px;
  cursor:pointer;
}


