<?php include('header.php'); ?>

<?php include('leftSide.php') ?>
					
					<td valign="top" width="60%">
					
						<table border="0" cellspacing="5" cellpadding="5" width="100%">
							<tr>
								<td><font class="contentTitleText">Pat's Peak Information</font><br></td>
							</tr>
							<tr>
								<td align="center">
								
									<!-- colored border table -->
									<table bgcolor="#B5C2E4" border="0" cellspacing="0" cellpadding="0" width="90%">
										<tr>
											<td>
											
												<!-- Info Table -->
												<table cellspacing="1" cellpadding="4" border="0" width="100%">
													<tr bgcolor="#E9E9F3">
														<td><font class="regularText"><b>Information</b></td><td><font class="regularText"><b>Link</b></td>
													</tr>
													<tr bgcolor="#FFFFFF">
														<td><font class="regularText">Website:</font></td><td><font><a class="regularText" style="color:blue; font-decoration:underline;" href="http://www.patspeak.com" target="_new">http://www.patspeak.com</a></font></td>
													</tr>
													<tr bgcolor="#EEEEEE">
														<td><font class="regularText">Directions:</font></td><td><font><a class="regularText" style="color:blue; font-decoration:underline;" href="https://www.patspeak.com/Plan-Your-Visit/Directions.aspx" target="_new">https://www.patspeak.com/Plan-Your-Visit/Directions.aspx</a></font></td>
													</tr>
													<tr bgcolor="#FFFFFF">
														<td><font class="regularText">Weather:</font></td><td><font><a class="regularText" style="color:blue; font-decoration:underline;" href="http://www.weather.com/weather/local/USNH0106" target="_new">http://www.weather.com</a></font></td>
													</tr>
													<tr bgcolor="#EEEEEE">
														<td><font class="regularText">Conditions:</font></td><td><font><a class="regularText" style="color:blue; font-decoration:underline;" href="https://www.patspeak.com/Plan-Your-Visit/Snow-Report.aspx" target="_new">https://www.patspeak.com/Plan-Your-Visit/Snow-Report.aspx</a></font></td>
													</tr>
												</table>
											
											</td>
										</tr>
									</table>
								
								</td>
							</tr>
							<tr>
								<td><br><br><br><br><br><br><br><br><br><br><br><br></td>
							</tr>
						</table>

					</td>
					
<?php include('footer.php'); ?>