body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #363;
}

#centerit { text-align: center }
#outsidecontainer { width: 760px; text-align: left; margin: auto; border: 1px solid black; background-color: #fff; }
#header { height: 80px; background-color: #000; background: url(/trips/alaska2005/alaska_header.jpg); }
#header span { display: none; }
h1 a { display: block; float: right; margin-top: -14px }
#content {
	height: 100%;
	margin-right: 110px;
	padding: 10px;
}
#content img { border: 1px solid #000; margin: 0 8px; }
#rnav {
	float: right;
	padding: 0;
	margin: 0;
	width: 110px;
}

#rnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#rnav li { 
	margin: 0;
	padding: 0;
	color: #333;
	border: 1px solid #000;
	border-left-color: #999;
	border-right-width: 0;
	border-top-width: 0;
	background-color: #eee;
}

#rnav li a, #navigate span {
	text-decoration: none;
	color: #000;
	border: 1px solid #999;
	border-top-color: #fff;
	border-left-color: #fff;
	padding: 3px 2px 3px 6px;
	display: block;
}

#rnav li a:first-line { font-weight: bold }

#rnav a:hover { background-color: #ddd }

#navigate {
	font-weight: bold;
	border: 0;
	background-color: #aca !important;
	letter-spacing: 2px;
	text-align: center;
}

#footer {
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	padding: 2px 0;
}
#footer a { color: #fff; text-decoration: none; }

#highlight { text-align: center }
#highlight img { vertical-align: middle }

h1 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: dashed #ccc 1px;
}

h1 a {
	padding-left: 10px;
	font-size: 12px;
	color: #00c;
	text-decoration: none;
}

#bottomnavcontainer { width: 500px; border: 1px dashed #666; background-color: #ddd; padding: 6px 10px; margin-left: 62px; }
#bottomnavcontainer a { color: #000; }

#bottomnavprevious {
	width: 160px;
	float: left;
	text-align: left;
}
#bottomnavnext {
	width: 144px;
	float: right;
	text-align: right;
}
#bottomnavview {
	width: 100%;
	margin-left: 25%;
	margin-right: 25%;
	text-align: center;
}
#clearall { clear: both; }
