/* This is a one-off SS for the trip report about Europe. It is formatted differently
from any of the other trip reports. */

body {
   background-image: url(CoinsBackground.jpg); 
}

h1, h2, h3 { background-color: transparent; }

/* Hide the H1 added by the default template. */
h1 { display: none; }

/* The ContentBox DIV shifts everything to the right so as not to cover up the strip of coins graphic on
   the left.
*/
div.ContentBox { margin-left: 100px; }

p {
	/* This style indents all of my notes. It just looks nicer that way. */
	margin-left: 3em;
}

p.unindented {
	margin-left: 0em;
}

.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.email {
   font-family: monospace;
}

div.NavFooterLeft {
	float: left;
	width: 50%; 
	text-align: left;
}

div.NavFooterRight {
	text-align: right;
}
