/**
 * Various CSS styles relating to page structure and layout - that is, display.
 */
h1,h2,h3 { margin: 0; padding: 0; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: 0;
}

body {
	background: #486A82 url(images/back-squares-navy.gif) ;
	text-align: center;
	padding-top: 10px;
}

#page {
	position: relative;
	margin: 0 auto;
	/*width: 945px;*/
	/*width: 890px;*/
	/*width: 817; */
	width: 774px;
	text-align: left;
	background: white;
}

#header {
	position: relative;
	height: 320px;
	background: url(images/header/edithlankcamp.jpg) bottom center no-repeat;
}

#header h1 {
	display: none;
}
#header h2 {
	display: none;
}
#header .inset {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30%;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
	color: white;
}
#header .inset a {
	color: white;
}

#content {
	min-height: 35em;
}

#content author {
	font-size: 80%;
	font-style: italics;
}

#content strong {
	font-size: 120%;
	font-family: "Georgia", "Times New Roman", "Times", "Helvetica", serif;
	font-weight: 800;
}

#content em {
	font-size: 110%;
	font-family: "Georgia", "Times New Roman", "Times", "Helvetica", serif;
	font-weight: 400;
	font-style: italics;
}

blockquote.quotation {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	font-size: 16pt;
	color: #16445B;
	font-weight: 600;
	background:  url(../../../images/quote-left.gif) 0.0em 0.4em no-repeat;
	padding-top: 12px;
	padding-left: 15px;
}

blockquote.quotation div.quotation {
	background:  url(../../../images/quote-right.gif) bottom right no-repeat;
	padding-bottom: 5px;
}

blockquote.quotation div.author {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	color: #16445B;
	font-weight: 300;
}

#sidebar {
	width: 200px;
	float: right;
	padding: 35px 25px 15px 15px;
	z-index: 5;
	background: white;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 14pt;
	color: #EA4C1B;
	line-height: 1.4em;
}
#sidebar a {
	color: #FA6D18;
	text-decoration: underline;
}

#footer {
	padding: 6px 40px;
	padding-top: 330px;
	background-color: #073956;
	background-image: url(images/footer/footer1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: "Verdana", "Trebuchet MS", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
}
#footer,
#footer *,
#footer a {
	color: white;
}