body {
	margin: 0px;
	padding: 0px;
}
#parkcity {
	position: absolute;
	height: 102px;
	width: 538px;
	left: 0px;
	top: 0px;
	z-index: 2;
}
#skiparkcity {
	position: absolute;
	height: 87px;
	width: 100%;
	background-image: url(graphics/bg-header.GIF);
	background-repeat: repeat-x;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#navigation {
	position: absolute;
	width: 150px;
	left: 0px;
	top: 110px;
}
#navigation a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #CC0000;
	text-decoration: none;
	background-image: url(graphics/bg-button-g.GIF);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	text-indent: 20px;
}
#navigation a:hover {
	background-image: url(graphics/bg-button-p.GIF);
}
#content {
	position: absolute;
	width: 80%;
	left: 165px;
	top: 115px;
}
#content p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	margin-bottom: 16px;
	padding-bottom: 16px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
	text-align: left;
}
#content a {
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #CC0000;
}

