/*This is the css document used for every web page besides the tourist info page (see other css)*/
	
	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:24px;
		}
	
	#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 */
		}
	
	html>body #title {
		width:auto;
		}
		
	#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;
		}

	
	#pic1 {
		padding:10px;
		margin-left:20px;
		margin-right:20px;
		margin-top:20px;
		float:right;
		font-family:"Times New Roman", Times, serif;
		font-size:24px;
		border-width:0px;
		}

		
	#validation1, #validation2 {
		border-width:0px
		}
		
	p,h1 {
		margin-bottom:10px;padding:0px 20px 0px 20px;
		}
