body {
	background-image: url(graphics/bg-blue.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 95%;
	background-color: #FFF;
	background-image: url(graphics/bg-left.gif);
	background-repeat: repeat-y;
	background-position: left;
	overflow:hidden;
}

#alaskakayaking {
	width: 100%;
	height: 175px;
	background-image: url(graphics/headerbg.jpg);
	background-repeat: repeat-x;
	position:relative;
	top: 0;

}
#header {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 101px;
	width: 90%;
}
#trip {
	width: 90%;
	margin: 20px 0 20px -20px;
	clear: both;
	overflow: auto;
	}
#trip p, li {
	text-align: left;
}
#navigation {
	width: 601px;
	height: 70px;
	margin: 10px auto;
}
#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: 180px;
}
#content {
	width: 90%;
	margin-left: 90px;
	position: relative;
}

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;
	margin-right: 10px;
}
#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: 500px;
	border-color: #000099;
	border-width: 4px;
	border-style: double;
	margin: 20px;
	clear: both;
}

