body, p, div
{
	color: #ccc;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	background-color: #426747;
}

body {
	margin: 2em;
	margin-top: 5em;
	padding: 0;
}

p {
	line-height: 1.5em;
	/* clear: both; */
	/*  */
}

div#notPhotos {
	position: absolute;
	/* border: 1px solid red; */
	top: 60px;
	left: 1%;
	width: 50%;
	margin-right: 0.5%
}

div#photos {
	/* border: 2px dotted blue; */
	/* position: absolute; */
	position: relative;
	width: 45%;
	margin-bottom: 18em;
	top: 10px;
	left: 55%;
	vertical-align: top;
	text-align: right;
}

div#photos img {
	display: block;
	margin: 0.3em;
}

/* div#photos { */
/* 	position: absolute; */
/* 	width: 35%; */
/* 	top: 4em; */
/* 	left: auto; */
/* 	right: 0.5em; */
/* 	 */
/* 	text-align: right; */
/* 	 */
/* 	clear: left; */
/* }	 */

h1 {
	font-family: georgia, palatino, times, serif;
	font-size: 18px;
	margin-top: -1em;
}

h2 {
	font-family: georgia, palatino, times, serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: -0.5em;
}

a {
	background: inherit;
	color: yellow;
	text-decoration: none;
}

a:visited {
	background: inherit;
	color: gray;
	text-decoration: none;
}

a:hover {
	background: inherit;
	color: white;
	text-decoration: underline;
}

/*
div#roadTripNav
{
	/*
	position: fixed;
	top: 5em;
	left: auto;
	right: 1em;
	
	width: 15em;
	
	color: black;
	
	margin: 0em;
	
	width: 318px;
	height: 38px;
	
	font-family: geneva, verdana, arial, sans-serif;
	font-size: 10px;
	
	background-color: #036;
}
*/


div#roadTripNav
{
	position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 20px;
	
	margin: 0;
	padding: 0;
	
	
	font-family: geneva, verdana, arial, sans-serif;
	font-size: 10px;
	
	background-color: inherit;
	border-bottom: 1px solid white;
	text-align: right;
}


div#roadTripNav a
{
	display: block;
	float: left;
	width: 70px;
	height: 15px;
	padding: 2px;
	margin: 0;
	border-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-bottom-color: white;
}

div#roadTripNav a:link, div#roadTripNav a:visited {
	background-color: inherit;
	color: yellow;
	text-decoration: none;
}

div#roadTripNav a:active
{
	background-color: #9CC;
	color: gray;
	text-decoration: none;
}

div#roadTripNav a:hover
{
	background-color: #660;
	color: white;
	text-decoration: none;
	border: 1px solid white;
}

img.right, img[align=right] {
	display: inline;
	text-align: right;
	padding-left: 1em;
	vertical-align: top;
}

img.left, img[align=left] {
	display: inline;
	text-align: left;
	padding-right: 1em;
	vertical-align: top;
}

a img {
	border: 1px solid yellow;
}

/*
 This is kind of weird.  Mozilla likes the first declaration, IE likes the second.
*/

a img:hover {
	border: 1px solid white;
}

a:hover img {
	border: 1px solid white;
}

div.break {
	clear: both;
}

div#Footer {
	position: relative;
}
