/**
 * 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: #517792 url(images/back4.gif);
	text-align: center;
}

#page {
	position: relative;
	margin: 0 auto;
	padding-top: 10px;
	/*width: 945px;*/
	/*width: 890px;*/
	/*width: 817; */
	width: 774px;
	text-align: left;
}

#header {
	position: relative;
	padding-bottom: 181px;
	background: #EF326F url(images/header/secondary.jpg) bottom center no-repeat;
}

#header h1 {
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 36px;
	font-weight: 300;
	color: #FFF;
	letter-spacing: 6px;
	padding: 0 20px;
	padding-top: 10px;
}
#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 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: 14pt;
	color: #BD8536;
	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: #86755C;
	font-weight: 300;
}

#sidebar {
	width: 150px;
	float: right;
	padding: 35px 25px 15px 15px;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 12pt;
	color: black;
	line-height: 1.4em;
}
#sidebar a {
	color: #E6445A;
	text-decoration: underline;
}

#footer {
	padding: 6px 40px;
	padding-top: 225px;
	background-color: #517792;
	background-image: url(images/bottom.gif);
	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;
}