* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 80%;
	
	background-color: #eee;
}

#page {
	width: 70%;
	margin: 5% auto;
	overflow: visible;
	
	position: relative;
}

#container {
	width: 99%;
	height: 37em;
	margin: 5% auto;
	overflow: hidden;
	
	position: relative;
	border: 1px solid black;
	background: white;
}

h1 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	width: 98%;
	padding: 0.5em 0.5em 0.4em 0.5em;
	
	background: #eaeaff;
	color: #31566b;
	text-shadow: #c2bcca 1px 1px 2px;
}

h2 {
	margin-bottom: 0.3em;
	font: bold 1.1em Palatino, Georgia, "Times New Roman", Times, serif;
	color: #31566b;
}

h3 {
	font-size: 1em;
	margin-bottom: 0.3em;
	text-transform: uppercase;
	font: normal 1em Palatino, Georgia, "Times New Roman", Times, serif;
	color: #757893;
}

a {
	color: #090;
	text-decoration: none;
	border-bottom: 1px solid #090;
}

a:hover {
	border-bottom: none;
}

a img {
	border-width: 0;
}

#navigation {
	position: absolute;
	top: 2.4em;
	left: 0;
	width:100%;
	background: #eaeaff;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #ccc;
}

#navigation label {
	display: block;
	float: left;
	width: 3.5em;
	padding: 0.2em 0.6em;
	color: #6f7886;
}

#navigation ol {
	width: 90%;
	margin-left: 4%;
	height: 1.4em;
}

#navigation ol li {
	display: block;
	float: left;
	width: 7%;
	margin: 0 0.2em;
	height: 1em;
}

#navigation ol li a {
	display: block;	
	width: 100%;
	padding: 0.2em;
	text-decoration: underline;
	
	color: #e86300;
	text-align: center;
	border-bottom-width: 0;
}

#navigation ol li a:hover,
#navigation ol li a.active {
	background-color: #ffd;
	text-decoration: none;
}

.day {
	position: absolute;
	top: 5.2em;
	left: 0;
	padding: 0 0 0 0.5em;
}

.content {
	height: 26.5em;
	width: 98%;
	overflow: auto;
	padding-right: 1em;
}

.content p,
.content li {
	line-height: 1.34;
	margin-bottom: 0.5em;
}

.content ul {
	margin-left: 1.5em;
}

.content img {
	float: left;
	margin: 0 1em 0.3em 0;
}

#photos_link {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 98%;
	padding: 0.3em 2em 0.5em 0.5em;
	height: 1.5em;
	background: #eaeaff;
	font-size: 0.9em;
	text-align: right;
}

#footer {
	text-align: right;
	line-height: 1.6;
}
