If you really want to secure your wireless access, use a VPN over your connection. For most people (including myself at home), I just set a 256-bit WEP key and pray no one in my neighborhood is running AirSnort, NetStumbler, etc...It is quite possible, once a large enough sample of traffic is gathered, for these tools can determine your WEP key.
For work, we don't trust WEP at all. Our access point is outside a firewall. The firewall rules only allow IPSEC traffic through. We turn WEP off to keep throughput optimal (so the access point doesn't have to encrypt/decrypt our packets: that's the VPN's job). We also do MAC filtering, though that can be hacked just like WEP (once you have the key, you can see the MAC address using the access point and clone it).
Anyway, just some tips. How secure you want to get all depends on how sensitive the data on your LAN is. Have fun.