body {
	background-image: url(graphics/background.GIF);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
#alaskakayaking {
	position: absolute;
	width: 692px;
	left: 0px;
	top: 0px;
	height: 128px;
}
#navigation {
	position: absolute;
	width: 601px;
	left: 84px;
	top: 129px;
}
#navigation a {
	background-image: url(graphics/button1.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 22px;
	font-weight: bold;
	color: #FFFF00;
	text-align: center;
	height: 22px;
	width: 200px;
	background-position: center;
	text-decoration: none;
	float: left;
}
#navigation a:hover {
	color: #000000;
	background-image: url(graphics/button2.gif);
}
#pagenames {
	position: absolute;
	width: 30px;
	left: 20px;
	top: 130px;
}
#content, #content1 {
	position: absolute;
	width: 600px;
	left: 84px;
	top: 215px;
}
#content1 {
	top: 140px;
}
h1,h2,h3 {
	font-size: 18px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {color: #CC3366;}
h2 {color: #330066;
}
h3 {
	color: #CC3366;
	font-size: 12px;
}
h4 {color: #330066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h5{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
#content a.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	text-align: center;
	background-image: url(graphics/info-needed1.gif);
	height: 53px;
	width: 297px;
	background-repeat: no-repeat;
	display: table;
	padding-top: 4px;
	vertical-align: middle;
	background-position: center;


}
#content a.info:hover {
	color: #000000;
	background-image: url(graphics/info-needed2.gif);
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #FFFF00;
	background-color: #330066;
	border: 2px solid #999999;
	width: 200px;
	margin: 10px auto;
}
#copyright p {
	font-size: 10px;
	text-align: center;
}
#copyright a {
	font-size: 10px;
	color: #0000CC;
	margin-top: 35px;
}
#content a:hover, #content1 a:hover {
	color: #CC3366;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.homepage {
	background-color: #669999;
	line-height: 14px;
	color: #FFFF00;
	text-decoration: none;
	text-align: center;
	height: 14px;
	width: 124px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	border: 1px solid #000000;
	font-style: italic;
	font-weight: bold;
}
a.homepage:hover {
	background-color: #FFFFFF;
}
#classes {
	background-color: #FFFFCC;
	padding: 7px;
	width: 80%;
	border-color: #000099;
	border-width: 4px;
	border-style: double;
	margin: 5px auto;
}