/*
 * Bring the things in order
 */

#container {
  width: 980px;
  margin: 0px auto;
}

#colLeft,
#colMiddle,
#colRight {
  float: left;
}

#colSpecial {
  clear: left;
}

/* 
 * Navigation 
 */

#navFull ul,
#navMain ul,
#navSub ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}