/*This is the css file that just applies to the tourist info page */

	body {
		background-color:#CCCCCC;
		}
		
	a:link { color:#0000CC}
	a:active { color:#FF9900}
	a:visited { color:#990000}
		
	#content {
		margin-right:10%;
		margin-left:10%;
		margin-top:2%;
		padding-bottom:10px;
		background:#ffffff;
		border:1px solid #000000;
		text-align:center;
		}	
		
	#content h1 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:36px;
		font-style:italic;
		background-color:#990000;
		padding-bottom:5px;
		}
		
	#content p {
		font-family:"Times New Roman", Times, serif;
		font-size:20px;
		text-align:center;
		}
	
	#navbar {
		margin-right:-6px;
		margin-left:-6px;
		width:100%;
		width:auto; /* Using both of these values for the width attribute so that the 
					layout works the same in both IE (this one's fault) & Mozilla */ 
		}
		
	#navbar p {
		font-family:"Times New Roman", Times, serif;
		font-size:18px;
		text-align:left;
		border-top:1px solid #000000;
		border-bottom:1px solid #000000;
		border-right:10px solid #000000;
		border-left:10px solid #000000;
		margin-top:10px;
		padding-left:10px;
		padding-top:5px;
		padding-bottom:5px;
		}
		
	#tourist_links p {
		font-family:"Times New Roman", Times, serif;
		font-style:italic;
		font-size:18px;
		text-align:left;
		}
	
	p,h1 {
		margin-bottom:10px;padding:0px 20px 0px 20px;
		}
