Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
116 lines (89 sloc)
3.99 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Created by Troy Wolf | http://www.troywolf.com --> | |
| <html> | |
| <head> | |
| <title>Hunting Trips</title> | |
| </head> | |
| <body bgcolor="#fdfdf5" marginheight="0" marginwidth="0" leftMargin="5" topMargin="0" rightMargin="0"> | |
| <table width="600" align="center" border="0" cellpadding="0" cellspacing="0"> | |
| <tr> | |
| <td width="130" align="center" valign="top"> | |
| <img src="images/1pixel.gif" width=1 height=5 border=0 alt=""><br> | |
| <a href="index.html"><img src="images/logo_small.gif" width=105 height=103 border=0 alt="Outdoor Connection"></a><br> | |
| <img src="images/1pixel.gif" width=1 height=5 border=0 alt=""><br> | |
| <a href="oc_welcome.html"><img src="images/home02.gif" width=123 height=42 border=0 alt="return to Outdoor Connection home"></a><br> | |
| <a href="oc_hunting.html"><img src="images/hunting02.gif" width=123 height=42 border=0 alt="hunting trips"></a><br> | |
| <a href="oc_fishing.html"><img src="images/fishing02.gif" width=123 height=42 border=0 alt="fishing trips"></a><br> | |
| <a href="oc_articles.html"><img src="images/articles02.gif" width=123 height=42 border=0 alt="first hand reports about our destinations"></a><br> | |
| <a href="agents.html"><img src="images/directory02.gif" width=123 height=42 border=0 alt="find an Outdoor Connection agent near you"></a><br> | |
| <a href="oc_regs.html"><img src="images/regulations02.gif" width=123 height=42 border=0 alt="government hunting & fishing regulations"></a><br> | |
| <a href="oc_contact.html"><img src="images/contact02.gif" width=123 height=42 border=0 alt="contact us"></a><br> | |
| <a href="oc_franchise.html"><img src="images/franchise02.gif" width=123 height=42 border=0 alt="you can own an Outdoor Connection franchise"></a></td> | |
| <td valign="top" align="center"> | |
| <table width="100%" align="center" border=0 cellpadding="0" cellspacing="0"> | |
| <tr> | |
| <td colspan="2" height="75" align="center"><img src="images/oc_title.gif" width=460 height=54 border=0 alt=""></td></tr> | |
| <tr> | |
| <td width="25"> </td> | |
| <td width="455" valign="top"> | |
| <table> | |
| <tr> | |
| <td height="110" width="400" colspan="3" align="center"> | |
| <img src="images/hunting.jpg" width=400 height=100 border=0 alt="Hunting with Outdoor Connection"> | |
| </td></tr> | |
| <tr> | |
| <td> | |
| <font face="verdana,arial" color="#495f60" size=2><b> | |
| <font size=4 color="black">Outdoor Connection's<br> | |
| Line of Hunting Outfitters</font><p> | |
| <font size=1>Outdoor Connection represents over 100 lodges and outfitters. Listed below are some of the hunting outfitter areas that Outdoor Connection represents. The list is not all inclusive.</font><hr> | |
| <font size=3 color="black">Big Game</font><p> | |
| <font color="red">Elk</font> are offered in these states and Provinces of Canada.<br> | |
| <li>Alberta, Canada | |
| <li>Colorado | |
| <li>Montana | |
| <li>Wyoming<p> | |
| <font color="red">Deer</font> are offered in these states and Provinces of Canada.<br> | |
| <li>Alberta, Canada | |
| <li>Colorado | |
| <li>Manitoba, Canada | |
| <li>Montana | |
| <li>Nebraska | |
| <li>Wyoming<p> | |
| Outdoor Connection offers outfitters for <font color="red">bear</font> in the states and Provinces of:<br> | |
| <li>Alaska | |
| <li>Alberta, Canada | |
| <li>British Columbia, Canada | |
| <li>Manitoba, Canada | |
| <li>Montana | |
| <li>Saskatchewan, Canada<p> | |
| Outdoor Connection offers outfitters for <font color="red">moose</font> in the states and Provinces of:<br> | |
| <li>Alaska | |
| <li>British Columbia, Canada | |
| <li>Montana | |
| <li>Manitoba, Canada | |
| <li>Saskatchewan, Canada<p> | |
| Outdoor Connection offers outfitters for <font color="red">caribou</font> in: <li>Alaska | |
| <li>Labrador | |
| <li>Manitoba | |
| <li>British Columbia.<p> | |
| Outdoor Connection offers outfitters for <font color="red">mountain lion, goat, grizzly bear, big horn sheep</font> and more. These are in the appropriate state or providence.<p> | |
| <hr> | |
| <font size=3 color="black">Upland Birds & Waterfowl</font><p> | |
| Outdoor Connection offers <font color="red">Upland Birds</font> and <font color="red">Waterfowl</font> hunting in the following states and Provinces.<br> | |
| <li>N. Dakota | |
| <li>S. Dakota | |
| <li>Montana | |
| <li>Manitoba, Canada | |
| <li>Mexico | |
| <li>Nebraska | |
| <li>Ontario, Canada | |
| <li>Iowa | |
| </b></font></td></tr> | |
| </table> | |
| </font> | |
| </td></tr> | |
| </table> | |
| </td></tr> | |
| </table> | |
| </body> | |
| </html> |